开发者

Import 3D model from maya to JOGL

I want开发者_开发知识库 to know how is it possible to import just a 3D model from maya to JOGL?


JOGL is a wrapper around the OpenGL API. It is very low-level. JOGL does not deal with 3D models, it just deals with things such as vertices and triangles. It's up to you to organize these things into 3D models - in other words, if you're using JOGL you'll have to program the managing of complete models all yourself.

So, to use a 3D model from Maya or any other 3D modelling tool in your JOGL program, you'll have to create classes to hold the information about the model yourself and you'll need to write some code (or use some other library) to load the model from a file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜