Module Osg.Clip_node


module Clip_node: sig .. end
Osg.Node for defining the position of Osg.Clip_planes in the scene.

type t 
osg::ClipNode holder.
val create' : unit -> t
val to_group : t -> Osg.Group.t
val to_node : t -> Osg.Node.t
val add_clip_plane : t -> Osg.Clip_plane.t -> unit
val labl_create : Osg.Clip_plane.t list -> Osg.Node.t list -> t
val create : Osg.Clip_plane.t list -> Osg.Node.t list -> Osg.Node.t