Java javax.media.j3d ModelClip fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d ModelClip fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d ModelClip.

The text is from its open source code.

Field

intALLOW_PLANE_READ
Specifies that the ModelClip node allows read access to its planes at runtime.
intALLOW_PLANE_WRITE
Specifies that the ModelClip node allows write access to its planes at runtime.
intALLOW_ENABLE_READ
Specifies that the ModelClip node allows read access to its enable flags at runtime.
intALLOW_ENABLE_WRITE
Specifies that the ModelClip node allows write access to its enable flags at runtime.

Constructor

ModelClip()
Constructs a ModelClip node with default parameters.

Method

voidsetEnable(int planeNum, boolean enable)
Sets the specified enable flag of this ModelClip node.
voidsetEnables(boolean[] enables)
Sets the per-plane enable flags of this ModelClip node to the specified values.
voidsetInfluencingBounds(Bounds region)
Set the ModelClip node's influencing region to the specified bounds.
voidsetPlane(int planeNum, Vector4d plane)
Sets the specified clipping plane of this ModelClip node.