Modules/libs that the OpenSceneGraph is composed of
-
osg - core scene graph
-
osgUtil - utility library for useful operations and traversers
-
osgDB - plugin support library for managing the dynamic plugins - both loaders and NodeKits
-
osgText - NodeKit which add support for TrueType text rendering
-
osgParticle - NodeKit which adds support for particle systems
-
osgPlugins - 28 plugins for reading and writing images and 3d databases
-
osgGA - GUI adapter library - to assist development of viewers
-
osgGLUT - GLUT viewer base class