sig
  type t
  external create' : Osg.Vec3.t -> float -> float -> Osg.Cone.t
    = "cone_create"
  external set_rotation : Osg.Cone.t -> Osg.Quat.t -> unit
    = "cone_set_rotation"
  external to_shape : Osg.Cone.t -> Osg.Shape.t = "cone_to_shape"
  val create :
    ?rotation:Osg.Quat.t -> Osg.Vec3.t -> float -> float -> Osg.Shape.t
end