Example usage for Java javax.media.j3d ModelClip fields, constructors, methods, implement or subclass
The text is from its open source code.
int | ALLOW_PLANE_READ Specifies that the ModelClip node allows read access to its planes at runtime. |
int | ALLOW_PLANE_WRITE Specifies that the ModelClip node allows write access to its planes at runtime. |
int | ALLOW_ENABLE_READ Specifies that the ModelClip node allows read access to its enable flags at runtime. |
int | ALLOW_ENABLE_WRITE Specifies that the ModelClip node allows write access to its enable flags at runtime. |
ModelClip() Constructs a ModelClip node with default parameters. |
void | setEnable(int planeNum, boolean enable) Sets the specified enable flag of this ModelClip node. |
void | setEnables(boolean[] enables) Sets the per-plane enable flags of this ModelClip node to the specified values. |
void | setInfluencingBounds(Bounds region) Set the ModelClip node's influencing region to the specified bounds. |
void | setPlane(int planeNum, Vector4d plane) Sets the specified clipping plane of this ModelClip node. |