Uses of Interface
org.web3d.x3d.sai.Texturing3D.TextureTransformMatrix3D
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 TextureTransformMatrix3D in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeClassDescriptionclass
TextureTransformMatrix3D applies a 3D transformation to texture coordinates. -
Uses of TextureTransformMatrix3D in org.web3d.x3d.sai.Texturing3D
Modifier and TypeMethodDescriptionTextureTransformMatrix3D.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureTransformMatrix3D.setMatrix
(float[] newValue) Accessor method to assign float array to inputOutput SFMatrix4f field named matrix.TextureTransformMatrix3D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.