Module Osg.Capsule


module Capsule: sig .. end
capsule shape

type t 
osg::Capsule holder
val create' : Osg.Vec3.t -> float -> float -> t
create center radius height
val set_rotation : t -> Osg.Quat.t -> unit
val to_shape : t -> Osg.Shape.t
val create : ?rotation:Osg.Quat.t -> Osg.Vec3.t -> float -> float -> Osg.Shape.t