Interface MultiTextureCoordinate

All Superinterfaces:
X3DGeometricPropertyNode, X3DNode, X3DTextureCoordinateNode
All Known Implementing Classes:
MultiTextureCoordinate

public interface MultiTextureCoordinate extends X3DTextureCoordinateNode
MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. MultiTextureCoordinate node tooltip: [X3DTextureCoordinateNode] MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node. Each of the contained texture coordinate nodes correspond to the multiple texture nodes contained in a sibling Appearance/MultiTexture node.
  • Hint: add Shape and then polgyonal/planar geometry before adding MultiTextureCoordinate.
  • Hint: Texture mapping https://en.wikipedia.org/wiki/Texture_mapping
  • Warning: the number of textures to be blended may have a significant impact on performance, depending on available graphics hardware capabilities.
  • Hint: multitexturing is accomplished using MultiTexture, MultiTextureCoordinate and MultiTextureTransform nodes.
  • Hint: X3D Texturing component Figure 18.2 Lightmap example, https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/texturing.html#f-Lightmapexample
  • Hint: X3D Texturing component Table 18.2: Comparison of single texture and multitexture attributes, https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/texturing.html#t-SingleAndMultitextureAttrs
  • Warning: MultiTextureCoordinate may not contain another MultiTextureCoordinate node.

Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: