-
-
-
-
-
Classes in org.web3d.x3d.jsail.Rendering that implement X3DGeometricPropertyNode
| Modifier and Type |
Class |
Description |
class |
ColorObject |
Color node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
class |
ColorRGBAObject |
ColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
class |
CoordinateObject |
Coordinate builds geometry by defining a set of 3D coordinate (triplet) point values.
|
class |
NormalObject |
Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
-
-
Classes in org.web3d.x3d.jsail.Texturing that implement X3DGeometricPropertyNode
| Modifier and Type |
Class |
Description |
class |
MultiTextureCoordinateObject |
MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node.
|
class |
TextureCoordinateGeneratorObject |
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).
|
class |
TextureCoordinateObject |
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).
|
-
Classes in org.web3d.x3d.jsail.Texturing3D that implement X3DGeometricPropertyNode
| Modifier and Type |
Class |
Description |
class |
TextureCoordinate3DObject |
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 |
TextureCoordinate4DObject |
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.
|
-
-
-
-
-
Subinterfaces of X3DGeometricPropertyNode in org.web3d.x3d.sai.Rendering
| Modifier and Type |
Interface |
Description |
interface |
Color |
Color node defines a set of RGB color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
interface |
ColorRGBA |
ColorRGBA node defines a set of RGBA color values that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
interface |
Coordinate |
Coordinate builds geometry by defining a set of 3D coordinate (triplet) point values.
|
interface |
Normal |
Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
interface |
X3DColorNode |
Base type for color specifications in X3D.
|
interface |
X3DCoordinateNode |
Base type for all coordinate node types in X3D.
|
interface |
X3DNormalNode |
Base type for all normal node types in X3D.
|
-
-
Subinterfaces of X3DGeometricPropertyNode in org.web3d.x3d.sai.Texturing
| Modifier and Type |
Interface |
Description |
interface |
MultiTextureCoordinate |
MultiTextureCoordinate contains multiple TextureCoordinate or TextureCoordinateGenerator nodes, for use by a parent polygonal geometry node such as IndexedFaceSet or a Triangle* node.
|
interface |
TextureCoordinate |
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 |
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).
|
interface |
X3DTextureCoordinateNode |
Base type for all nodes which specify texture coordinates.
|
-
Subinterfaces of X3DGeometricPropertyNode in org.web3d.x3d.sai.Texturing3D
| Modifier and Type |
Interface |
Description |
interface |
TextureCoordinate3D |
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 |
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.
|