sig
type t
external create' : Osg.Vec3.t -> float -> float -> Osg.Cylinder.t
= "cylinder_create"
external set_rotation : Osg.Cylinder.t -> Osg.Quat.t -> unit
= "cylinder_set_rotation"
external to_shape : Osg.Cylinder.t -> Osg.Shape.t = "cylinder_to_shape"
val create :
?rotation:Osg.Quat.t -> Osg.Vec3.t -> float -> float -> Osg.Shape.t
end