Uses of Interface
org.web3d.x3d.sai.Texturing.MultiTextureCoordinate
Package
Description
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
-
Uses of MultiTextureCoordinate in org.web3d.x3d.jsail.Texturing
Modifier and TypeClassDescriptionclass
MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node. -
Uses of MultiTextureCoordinate in org.web3d.x3d.sai.Texturing
Modifier and TypeMethodDescriptionMultiTextureCoordinate.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.MultiTextureCoordinate.setTexCoord
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field texCoord.