sig
  type t
  external create' : Osg.Vec3.t -> float -> float -> float -> Osg.Box.t
    = "box_create"
  external set_rotation : Osg.Box.t -> Osg.Quat.t -> unit
    = "box_set_rotation"
  external to_shape : Osg.Box.t -> Osg.Shape.t = "box_to_shape"
  val create :
    ?rotation:Osg.Quat.t ->
    Osg.Vec3.t -> float -> float -> float -> Osg.Shape.t
end