使用关于其他轴的旋转插值器
如何制作绕 y 或 z 轴旋转的旋转插值器?到目前为止,我只能让它在 x 轴上工作,这似乎是默认的。
RotationInterpolator interpolator = new RotationInterpolator(rotationAlpha, tg, new Transform3D(), 0.0f, (float)(Math.PI/2.0));
How can I make a Rotation Interpolator that rotates about the y or z axis? I've so far only managed to get it to work about the x-axis, which seems to be the default.
RotationInterpolator interpolator = new RotationInterpolator(rotationAlpha, tg, new Transform3D(), 0.0f, (float)(Math.PI/2.0));
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您读过 RotationInterpolator 类的 Javadoc 了吗?
Did you read the Javadoc of the class RotationInterpolator?