module Clip_node:sig
..end
Osg.Node
for defining the position of Osg.Clip_plane
s in the scene.type
t
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