Papervision3D 坐标轴
我有一个 Flash 应用程序,并且使用 papervision3d 库。我将对象放入场景中,没问题,但我还想向用户显示坐标轴(x、y 和 z)。 有什么方法可以显示这些轴吗?
I have a flash application and I use papervision3d library. I put my objects to the scene, no problem but I also want to show the coordinate axes (x,y and z) to user.
Is there any way to show these axes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是 UCS< /a> 对象:
这里是一个非常基本的示例:
That would be the UCS object:
Here's a very basic example:
当然有。我编写了一个名为 Trident3D 的类来表示坐标轴。单击此处查看相关文章或下载<包含源代码的 href="http://www.doublebow.net/uploads/assets/a006/trident_3d_demo.zip" rel="nofollow">demo 。
Of course there is. I wrote a class called Trident3D that represents the coordinate axes. Click here to see article about it or download the demo that contains the source code.