module Sphere: sig .. end
sig
end
type t
val create' : Osg.Vec3.t -> float -> t
Osg.Vec3.t -> float -> t
create center radius
val to_shape : t -> Osg.Shape.t
t -> Osg.Shape.t
val create : Osg.Vec3.t -> float -> Osg.Shape.t
Osg.Vec3.t -> float -> Osg.Shape.t