Uses of Interface
org.web3d.x3d.sai.Texturing3D.TextureCoordinate3D
Package
Description
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 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 TextureCoordinate3D 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. -
Uses of TextureCoordinate3D in org.web3d.x3d.sai.Texturing3D
Modifier and TypeMethodDescriptionTextureCoordinate3D.setMapping
(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.