在浏览器中显示 Maya 网格 XML
我有一个在 Maya 中创建的网格文件(XML 格式)。 我想在浏览器中显示它,并为用户提供一些附加选项,例如旋转、放大和缩小。
最好、最简单的方法应该是什么? (SilverLight、HTML5/JS/Canvas、Flesh)
我真的很想尝试 HTML5/Canvas - 有没有知道如何做到这一点的库?
谢谢。
I have a Mesh file (XML format) created in Maya.
I would like to display it in the browser with some additional options for the user, like rotating an zooming in and out.
What should be the best and easy method to do so?
(SilverLight, HTML5/JS/Canvas, Flesh)
I would really like to try HTML5/Canvas - is there any libraries that know how to do it?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以访问这个网站learningwebgl
有很多课程和演示。右侧有一个框架列表。
但你需要浏览器支持 webgl...
You can visit this site learningwebgl
There are a lot of lessons and demos. On the right side there is a list of frameworks.
But you need browser support for webgl...
如果您愿意以 Collada/DAE 格式(基本上是 XML)导出文件,有一些在线 WebGL 框架演示表明 DAE 文件可以按照您希望的方式显示。
我见过的框架是 GLGE 和 SpiderGL.
(WebGL 是 HTML5/Canvas 的 3D 版本。)
If you are willing to export your file in Collada/DAE format (which is basically XML), there are some online WebGL framework demos that show that a DAE file can be displayed the way you wish.
The frameworks that I've seen this for are GLGE and SpiderGL.
(WebGL is the 3D version of HTML5/Canvas.)
您可以使用 http://www.inka3d.com 导出您的 Maya 场景,然后使用 javascript 操作它
you can export your maya scene with http://www.inka3d.com and then manipulate it with javascript