sig
  type t
  external create' : Osg.Vec3.t -> float -> Osg.Sphere.t = "sphere_create"
  external to_shape : Osg.Sphere.t -> Osg.Shape.t = "sphere_to_shape"
  val create : Osg.Vec3.t -> float -> Osg.Shape.t
end