Interface TextureCoordinate3D

All Superinterfaces:
X3DGeometricPropertyNode, X3DNode, X3DSingleTextureCoordinateNode, X3DTextureCoordinateNode
All Known Implementing Classes:
TextureCoordinate3D

public interface TextureCoordinate3D
extends X3DSingleTextureCoordinateNode
TextureCoordinate3D specifies a set of 3D texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.

X3D node tooltip: (X3D version 3.1 or later) [X3DTextureCoordinateNode] TextureCoordinate3D specifies a set of 3D texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also:
SAI Java Specification, X3D Abstract Specification: TextureCoordinate3D, X3D Tooltips: TextureCoordinate3D, X3D Scene Authoring Hints: Images
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMapping()
    Provide String value from inputOutput SFString field named mapping.
    X3DMetadataObject getMetadata()
    Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
    float[] getPoint()
    Provide array of 3-tuple float results from inputOutput MFVec3f field named point.
    TextureCoordinate3D setMapping​(java.lang.String newValue)
    Accessor method to assign String value to inputOutput SFString field named mapping.
    TextureCoordinate3D setMetadata​(X3DMetadataObject newValue)
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    TextureCoordinate3D setPoint​(float[] newValue)
    Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named point.