Package org.web3d.x3d.sai.navigation
Interface Billboard
- All Superinterfaces:
X3DBoundedObject
,X3DChildNode
,X3DGroupingNode
,X3DNode
- All Known Implementing Classes:
SAIBillboard
,SAIBillboard
Defines the requirements of an X3D Billboard node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getAxisOfRotation
(float[] val) Return the axisOfRotation value in the argument float[]void
setAxisOfRotation
(float[] val) Set the axisOfRotation field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
Methods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildren
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getAxisOfRotation
void getAxisOfRotation(float[] val) Return the axisOfRotation value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setAxisOfRotation
void setAxisOfRotation(float[] val) Set the axisOfRotation field.- Parameters:
val
- The float[] to set.
-