Example usage for Java javax.media.j3d DistanceLOD fields, constructors, methods, implement or subclass
The text is from its open source code.
DistanceLOD(float[] distances) Constructs and initializes a DistanceLOD node with the specified array of distances and a default position of (0,0,0). | |
DistanceLOD(float[] distances, Point3f position) Constructs and initializes a DistanceLOD node with the specified array of distances and the specified position. |
void | addSwitch(Switch switchNode) Appends the specified switch node to this LOD's list of switches. |
void | setSchedulingBounds(Bounds region) Set the Behavior's scheduling region to the specified bounds. |