0

I am creating WWJ (World Wind Java SDK) based application. I want to import Collada objects and was looking for library that would parse and render Collada objets. I found Xith3d, java game 3d engine, which is able to render collada objects, but as i was looking in the code it is almost impossible to use it in existing application.

Can anyone point me where to look. Is there any library/engine which can be used just to load Collada model and use it in existing Jogl applicaiton.

Thank you.

4

2 回答 2

1

SceneJS 有一个翻译 Collada -> JSON

JSON 很容易使用。

于 2011-01-14T19:20:04.780 回答
1

Ardor3D 支持 Collada,但如果您不想使用整个引擎,则必须对其进行一些修改。

于 2010-12-06T14:23:26.617 回答