Uses of Interface
org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode
Packages that use 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
Fields in org.web3d.x3d.jsail.Geometry3D declared as X3DSingleTextureCoordinateNodeModifier and TypeFieldDescriptionstatic final X3DSingleTextureCoordinateNode
ElevationGrid.TEXCOORD_DEFAULT_VALUE
SFNode field named texCoord has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geometry3D that return X3DSingleTextureCoordinateNodeModifier and TypeMethodDescriptionElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Methods in org.web3d.x3d.jsail.Geometry3D with parameters of type X3DSingleTextureCoordinateNodeModifier 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
Fields in org.web3d.x3d.jsail.Geospatial declared as X3DSingleTextureCoordinateNodeModifier and TypeFieldDescriptionstatic final X3DSingleTextureCoordinateNode
GeoElevationGrid.TEXCOORD_DEFAULT_VALUE
SFNode field named texCoord has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Geospatial that return X3DSingleTextureCoordinateNodeModifier and TypeMethodDescriptionGeoElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Methods in org.web3d.x3d.jsail.Geospatial with parameters of type X3DSingleTextureCoordinateNodeModifier 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
Classes in org.web3d.x3d.jsail.Texturing that implement X3DSingleTextureCoordinateNodeModifier 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).Method parameters in org.web3d.x3d.jsail.Texturing with type arguments of type X3DSingleTextureCoordinateNodeModifier 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
Classes in org.web3d.x3d.jsail.Texturing3D that implement X3DSingleTextureCoordinateNodeModifier 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
Methods in org.web3d.x3d.sai.Geometry3D that return X3DSingleTextureCoordinateNodeModifier and TypeMethodDescriptionElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Methods in org.web3d.x3d.sai.Geometry3D with parameters of type X3DSingleTextureCoordinateNodeModifier 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
Methods in org.web3d.x3d.sai.Geospatial that return X3DSingleTextureCoordinateNodeModifier and TypeMethodDescriptionGeoElevationGrid.getTexCoord()
Provide org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) from inputOutput SFNode field texCoord.Methods in org.web3d.x3d.sai.Geospatial with parameters of type X3DSingleTextureCoordinateNodeModifier 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
Subinterfaces of X3DSingleTextureCoordinateNode in org.web3d.x3d.sai.TexturingModifier 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).Methods in org.web3d.x3d.sai.Texturing that return X3DSingleTextureCoordinateNodeModifier 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
Subinterfaces of X3DSingleTextureCoordinateNode in org.web3d.x3d.sai.Texturing3DModifier 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.