일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- BERT
- 디퓨전모델
- animation retargeting
- deep learning
- 딥러닝
- dl
- motion matching
- multimodal
- Generative Model
- RNN
- Few-shot generation
- 오블완
- Stat110
- GAN
- Font Generation
- cv
- 언리얼엔진
- ddpm
- NLP
- 모션매칭
- 폰트생성
- CNN
- Diffusion
- WBP
- Unreal Engine
- ue5.4
- userwidget
- UE5
- 생성모델
- WinAPI
Archives
- Today
- Total
목록모션워핑 (1)
Deeper Learning

진행하고 있는 프로젝트에서 캐릭터가 공격하는 방향으로 이동하거나, 적을 타겟팅 하기 위한 방법을 알아보다가 찾게 된 Motion Warping(모션 워핑)에 대해 소개하려 한다. 모션 워핑은 캐릭터의 루트 모션을 타겟을 향해 조정하는 기능으로 Animation Montage에서 AnimNotify State를 설정하여 쉽게 세팅할 수 있다. 우선 Motion Warping(Beta) 플러그인을 설치한다. 에디터를 재시작하여 플러그인을 적용한 후 모션 워핑을 적용할 액터에 Motion Warping 컴포넌트를 추가할 수 있다. 코드에서 명칭은 UMotionWarpingComponent, 헤더는 #include "MotionWarpingComponent.h" 를 포함하면 된다. // HeaderUPROPE..
Game Development/Unreal Engine
2024. 8. 20. 02:05