Small 3D Scene Graph

Posted by Alon on Game Development See other posts from Game Development or by Alon
Published on 2010-11-07T19:26:10Z Indexed on 2011/02/08 23:35 UTC
Read the original article Hit count: 363

Filed under:
|

I'm looking for a 3D graphics library (not a complete game engine). Preferred a scene graph. Something small (unlike jME, XNA or Unity), that I can easily expand and change.

Preferred features:

  • Cross Platform
  • Wrriten in Java/Scala (JOGL or LWJGL), C# (preferred OpenTK), Python or JavaScript/WebGL.
  • Support for OpenGL is a must. Direct3D is optional.
  • Some material system
  • Full support for some model format with full animation support (preferred COLLADA)
  • Level of Detail (LOD) support
  • Lighting support
  • Shaders, GUI, Input and Terrain/Water support are also preferred, but not required

Thanks!

© Game Development or respective owner

Related posts about graphics

Related posts about scene-graph