3D scene-graph library for Java?

不打扰是莪最后的温柔 提交于 2019-12-05 05:19:26

Try Xith3D; it uses JOGL, not Java3D.

My interpretation of the Java3D post is that they are adding a new scene graph, not replacing their current one, in order to more effectively mesh with JavaFX, which is targeted at webapps. I've used Java3D in the past and liked it, so I would recommend trying to contact the devs and ask what their plans are with respect to whatever app you're building.

There is also jReality it's BSD licensed, uses JOGL and looks pretty nice.

Supports a variety of output forms: software-only rendering, OpenGL rendering, immersive virtual reality (as in CAVE’s) rendering; as well as file formats like Pixar’s RenderMan® and SVG

Nowadays (mid 2012) I would strongly suggest jMonkeyEngine. It has a pretty good 3D scenegraph capability, suitable for use in applications such as 3D games.

It is fully open source, and also has a very active community and strong development roadmap - which is pretty important if you want to use in in the long run!

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!