Module Osg.Sphere


module Sphere: sig .. end
sphere shape

type t 
osg::Sphere holder
val create' : Osg.Vec3.t -> float -> t
create center radius
val to_shape : t -> Osg.Shape.t
val create : Osg.Vec3.t -> float -> Osg.Shape.t