Package org.web3d.x3d.sai.texturing3d
Interface TextureTransform3D
- All Superinterfaces:
X3DAppearanceChildNode
,X3DNode
,X3DTextureTransformNode
Defines the requirements of an X3D TextureTransform3D node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getCenter
(float[] val) Return the center value in the argument float[]void
getOrientation
(float[] val) Return the orientation value in the argument float[]void
getScale
(float[] val) Return the scale value in the argument float[]void
getTranslation
(float[] val) Return the translation value in the argument float[]void
setCenter
(float[] val) Set the center field.void
setOrientation
(float[] val) Set the orientation field.void
setScale
(float[] val) Set the scale field.void
setTranslation
(float[] val) Set the translation field.Methods 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.
-
getOrientation
void getOrientation(float[] val) Return the orientation value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setOrientation
void setOrientation(float[] val) Set the orientation field.- Parameters:
val
- The float[] to set.
-
getScale
void getScale(float[] val) Return the scale value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setScale
void setScale(float[] val) Set the scale field.- Parameters:
val
- The float[] to set.
-
getTranslation
void getTranslation(float[] val) Return the translation value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setTranslation
void setTranslation(float[] val) Set the translation field.- Parameters:
val
- The float[] to set.
-