
UE4官方文档阅读笔记
文章平均质量分 94
弹吉他的小刘鸭
Happiness is nothing but self-building.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
UE的 AimOffset
参考:https://docs.unrealengine.com/5.0/en-US/aim-offset-in-unreal-engine/ 参考:https://www.youtube.com/watch?v=LzDw9VhlWJs&t=441s&ab_channel=NiceShadow 什么是Aim Offset An Aim Offset is a type of Blend Space that uses additive poses, typically for creati原创 2022-07-08 22:13:24 · 1565 阅读 · 0 评论 -
UE里的Sync Groups
在Blend Space的源码里看到了这个东西,不太清楚是干啥的。 参考链接:https://www.youtube.com/watch?v=lWRsPl_IX7c&ab_channel=MattCourtois 看了下,Sync Group可以帮助更好的进行动画之间的过渡,它需要两步操作: mark your animations with sync markers make sure your animations are synchronized using sync groups 第一步原创 2022-07-04 21:48:42 · 1696 阅读 · 0 评论