Module OsgUtil.Gl_objects_visitor


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.

type t 
osgUtil::GLObjectsVisitor holder.
val create : unit -> t
val set_state : t -> Osg.State.t -> unit
val to_node_visitor : t -> Osg.Node_visitor.t