开发者

.3ds with JOGL?

开发者 https://www.devze.com 2023-01-15 10:09 出处:网络
I would like to use .3ds models with JOGL. How can I d开发者_C百科o this? How can I import other file formats, like .max or .obj?

I would like to use .3ds models with JOGL. How can I d开发者_C百科o this? How can I import other file formats, like .max or .obj?

Thanks. I'm new to OpenGL and JOGL.


I can't find the plain Javadoc (or a clean library download) for it anywhere but ModelFactory.createModel(...) in JOGLUtils will load some .3ds files.

Edit: DURP I forgot: You can render them with DisplayListRenderer which is also in JOGLUtils.

0

精彩评论

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