Module OsgUtil


module OsgUtil: sig .. end
OpenSceneGraph libosgUtil wrapper. Use it with:
  ocaml -I +camlosg osg.cma osgUtil.cma


module Gl_objects_visitor: sig .. end
Visitor for traversing scene graph and setting each Osg.Drawable's _useDisplayList flag, with option to immediately compile Osg.Drawable OpenGL Display lists and Osg.State_attribute's.
module Optimizer: sig .. end
Traverses scene graph to improve efficiency.
module Line_segment_intersector: sig .. end
Concrete class for implementing line intersections with the scene graph.
module Simplifier: sig .. end
A simplifier for reducing the number of traingles in Osg.Geometry.