摘要: enum class EARFaceBlendShape : uint8{ // Left eye blend shapes EyeBlinkLeft, EyeLookDownLeft, EyeLookInLeft, EyeLookOutLeft, EyeLookUpLeft, EyeSquintL 阅读全文
posted @ 2024-12-13 13:37 porter_代码工作者 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 格式说明 对于每个四元数的解析: 旋转轴:通过虚部 (x,y,z) 确定。 旋转角度:通过 w=cos(θ/2) 计算。 结果:给出类似 Quaternion(0.0, 1.0, 0.0, 0.0) 表示围绕 Y 轴旋转 180 度 的格式。 Quaternion(0.0, 1.0, 0.0, 0. 阅读全文
posted @ 2024-12-13 10:15 porter_代码工作者 阅读(55) 评论(0) 推荐(0) 编辑