Uses of Interface
org.web3d.x3d.sai.Texturing3D.TextureTransform3D
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 TextureTransform3D in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeClassDescriptionclass
TextureTransform3D applies a 3D transformation to texture coordinates. -
Uses of TextureTransform3D in org.web3d.x3d.sai.Texturing3D
Modifier and TypeMethodDescriptionTextureTransform3D.setCenter
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.TextureTransform3D.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureTransform3D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransform3D.setRotation
(float[] newValue) Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.TextureTransform3D.setScale
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.TextureTransform3D.setTranslation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.