Uses of Interface
org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode
Package
Description
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geospatial component defines how to associate real-world locations in an X3D scene and specifies nodes particularly tuned for geospatial applications.
The Texturing component specifies how 2D texture images are defined and then positioned on associated geometry.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeFieldDescriptionstatic final X3DSingleTextureCoordinateNode
ElevationGrid.TEXCOORD_DEFAULT_VALUE
SFNode field named texCoord has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Modifier and TypeMethodDescriptionElevationGrid.setTexCoord
(X3DSingleTextureCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.jsail.Geospatial
Modifier and TypeFieldDescriptionstatic final X3DSingleTextureCoordinateNode
GeoElevationGrid.TEXCOORD_DEFAULT_VALUE
SFNode field named texCoord has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionGeoElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Modifier and TypeMethodDescriptionGeoElevationGrid.setTexCoord
(X3DSingleTextureCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.jsail.Texturing
Modifier and TypeClassDescriptionclass
TextureCoordinate specifies 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).class
TextureCoordinateGenerator computes 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).Modifier and TypeMethodDescriptionMultiTextureCoordinate.setTexCoord
(ArrayList<X3DSingleTextureCoordinateNode> newValue) Assign ArrayList value of MFNode texCoord field, similar toMultiTextureCoordinate.setTexCoord(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeClassDescriptionclass
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.class
TextureCoordinate4D specifies a set of 4D (homogeneous 3D) texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices. -
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.sai.Geometry3D
Modifier and TypeMethodDescriptionElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Modifier and TypeMethodDescriptionElevationGrid.setTexCoord
(X3DSingleTextureCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.sai.Geospatial
Modifier and TypeMethodDescriptionGeoElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Modifier and TypeMethodDescriptionGeoElevationGrid.setTexCoord
(X3DSingleTextureCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord. -
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.sai.Texturing
Modifier and TypeInterfaceDescriptioninterface
TextureCoordinate specifies 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).interface
TextureCoordinateGenerator computes 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).Modifier and TypeMethodDescriptionX3DSingleTextureCoordinateNode.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.X3DSingleTextureCoordinateNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata. -
Uses of X3DSingleTextureCoordinateNode in org.web3d.x3d.sai.Texturing3D
Modifier and TypeInterfaceDescriptioninterface
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.interface
TextureCoordinate4D specifies a set of 4D (homogeneous 3D) texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices.