module Composite_shape: sig .. end
sig
end
type t
val create' : unit -> t
unit -> t
val to_shape : t -> Osg.Shape.t
t -> Osg.Shape.t
val add_child : t -> Osg.Shape.t -> unit
t -> Osg.Shape.t -> unit
val create : Osg.Shape.t list -> Osg.Shape.t
Osg.Shape.t list -> Osg.Shape.t