开发者

Processing: how to load a 3d Blender model?

How can I load a 3-d Blen开发者_JAVA技巧der model into the Processing environment?


I can't seem to find a plugin specifically for Processing, but since Processing can do OpenGL, you can just use any model loader for Java that can render to OpenGL.

The OBJ file format is probably most convenient; Blender can export to OBJ. Here is an OBJ loader that can be used with Processing. Here is a JOGL renderer based on that loader.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜