摘要: 使用中,绕y轴旋转90度后必定遇到万向锁 FRotator Rotator = SpringArmComponent->GetRelativeRotation(); Rotator.Add(y, 0, 0); SpringArmComponent->SetRelativeRotation(Rotat 阅读全文
posted @ 2022-04-06 21:57 LDnanchao 阅读(622) 评论(0) 推荐(0) 编辑
摘要: 正在做一个展示3d模型的Demo,其中需要去处理在场景中切换镜头。 镜头的处理 自行实现镜头的插值移动 使用其封装好的SetViewTargetWithBlend函数 先进行SetViewTargetWithBlend的使用 处理同个actor中不同镜头的切换,以及不同actor的切换。 https 阅读全文
posted @ 2022-04-06 21:57 LDnanchao 阅读(1233) 评论(0) 推荐(0) 编辑
摘要: PlayerController world 阅读全文
posted @ 2022-04-06 21:56 LDnanchao 阅读(88) 评论(0) 推荐(0) 编辑