Module Osg.Composite_shape


module Composite_shape: sig .. end
Composite shape

type t 
osg::CompositeShape holder.
val create' : unit -> t
val to_shape : t -> Osg.Shape.t
val add_child : t -> Osg.Shape.t -> unit
val create : Osg.Shape.t list -> Osg.Shape.t