Uses of Interface
org.web3d.x3d.sai.Texturing.X3DSingleTextureTransformNode
Packages that use X3DSingleTextureTransformNode
Package
Description
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 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 X3DSingleTextureTransformNode in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement X3DSingleTextureTransformNodeModifier and TypeClassDescriptionclassTextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.Method parameters in org.web3d.x3d.jsail.Texturing with type arguments of type X3DSingleTextureTransformNodeModifier and TypeMethodDescriptionMultiTextureTransform.setTextureTransform(ArrayList<X3DSingleTextureTransformNode> newValue) Assign ArrayList value of MFNode textureTransform field, similar toMultiTextureTransform.setTextureTransform(org.web3d.x3d.sai.Core.X3DNode[]). -
Uses of X3DSingleTextureTransformNode in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement X3DSingleTextureTransformNodeModifier and TypeClassDescriptionclassTextureTransform3D applies a 3D transformation to texture coordinates.classTextureTransformMatrix3D applies a 3D transformation to texture coordinates. -
Uses of X3DSingleTextureTransformNode in org.web3d.x3d.sai.Texturing
Subinterfaces of X3DSingleTextureTransformNode in org.web3d.x3d.sai.TexturingModifier and TypeInterfaceDescriptioninterfaceTextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.Methods in org.web3d.x3d.sai.Texturing that return X3DSingleTextureTransformNodeModifier and TypeMethodDescriptionX3DSingleTextureTransformNode.setMapping(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.X3DSingleTextureTransformNode.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 X3DSingleTextureTransformNode in org.web3d.x3d.sai.Texturing3D
Subinterfaces of X3DSingleTextureTransformNode in org.web3d.x3d.sai.Texturing3DModifier and TypeInterfaceDescriptioninterfaceTextureTransform3D applies a 3D transformation to texture coordinates.interfaceTextureTransformMatrix3D applies a 3D transformation to texture coordinates.