Package org.web3d.x3d.sai.texturing
Interface MultiTextureCoordinate
- All Superinterfaces:
X3DGeometricPropertyNode
,X3DNode
,X3DTextureCoordinateNode
- All Known Implementing Classes:
SAIMultiTextureCoordinate
,SAIMultiTextureCoordinate
Defines the requirements of an X3D MultiTextureCoordinate node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the number of MFNode items in the texCoord field.void
getTexCoord
(X3DNode[] val) Return the texCoord value in the argument X3DNode[]void
setTexCoord
(X3DNode[] val) Set the texCoord field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumTexCoord
int getNumTexCoord()Return the number of MFNode items in the texCoord field.- Returns:
- the number of MFNode items in the texCoord field.
-
getTexCoord
Return the texCoord value in the argument X3DNode[]- Parameters:
val
- The X3DNode[] to initialize.
-
setTexCoord
-