Module Osg.Box


module Box: sig .. end
box shape

type t 
osg::Box holder
val create' : Osg.Vec3.t -> float -> float -> float -> t
create center length_x length_y length_z
val set_rotation : t -> Osg.Quat.t -> unit
val to_shape : t -> Osg.Shape.t
val create : ?rotation:Osg.Quat.t -> Osg.Vec3.t -> float -> float -> float -> Osg.Shape.t