module Bounding_sphere:General purpose bounding sphere class for enclosing nodes/objects/vertices.sig
..end
Bounds internal Osg.Node
s in the scene, assists in view frustum
culling, etc. Similar in function to Osg.Bounding_box
, it's quicker
for evaluating culling but generally will not cull as aggressively
because it encloses a greater volume.
type
t
val create' : unit -> t
val center : t -> Osg.Vec3.t
val radius : t -> float
val radius2 : t -> float