Package org.web3d.x3d.sai.navigation
Interface LOD
- All Superinterfaces:
X3DBoundedObject,X3DChildNode,X3DGroupingNode,X3DNode
Defines the requirements of an X3D LOD node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetCenter(float[] val) Return the center value in the argument float[]booleanReturn the forceTransitions boolean value.intgetLevel()Return the level int value.intReturn the number of MFFloat items in the range field.voidgetRange(float[] val) Return the range value in the argument float[]voidsetCenter(float[] val) Set the center field.voidsetForceTransitions(boolean val) Set the forceTransitions field.voidsetRange(float[] val) Set the range field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSizeMethods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildrenMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getCenter
void getCenter(float[] val) Return the center value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setCenter
void setCenter(float[] val) Set the center field.- Parameters:
val- The float[] to set.
-
getNumRange
int getNumRange()Return the number of MFFloat items in the range field.- Returns:
- the number of MFFloat items in the range field.
-
getRange
void getRange(float[] val) Return the range value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setRange
void setRange(float[] val) Set the range field.- Parameters:
val- The float[] to set.
-
getLevel
int getLevel()Return the level int value.- Returns:
- The level int value.
-
getForceTransitions
boolean getForceTransitions()Return the forceTransitions boolean value.- Returns:
- The forceTransitions boolean value.
-
setForceTransitions
void setForceTransitions(boolean val) Set the forceTransitions field.- Parameters:
val- The boolean to set.
-