module Clip_plane: sig .. end
sig
end
type t
val create' : int -> Osg.Plane.t -> t
int -> Osg.Plane.t -> t
create plane_num plane
val to_state_attribute : t -> Osg.State_attribute.t
t -> Osg.State_attribute.t
val create : int -> Osg.Plane.t -> Osg.State_attribute.t
int -> Osg.Plane.t -> Osg.State_attribute.t