在浏览器中显示 Maya 网格 XML

发布于 2024-09-30 04:45:19 字数 190 浏览 3 评论 0原文

我有一个在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

策马西风 2024-10-07 04:45:19

我真的很想尝试
HTML5/Canvas - 是否有任何库
那知道怎么做吗?

你可以访问这个网站learningwebgl

有很多课程和演示。右侧有一个框架列表。
但你需要浏览器支持 webgl...

I would really like to try
HTML5/Canvas - is there any libraries
that know how to do it?

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...

榆西 2024-10-07 04:45:19

如果您愿意以 Collada/DAE 格式(基本上是 XML)导出文件,有一些在线 WebGL 框架演示表明 DAE 文件可以按照您希望的方式显示。

我见过的框架是 GLGESpiderGL.

(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.)

标点 2024-10-07 04:45:19

您可以使用 http://www.inka3d.com 导出您的 Maya 场景,然后使用 javascript 操作它

you can export your maya scene with http://www.inka3d.com and then manipulate it with javascript

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文