Uses of Interface
org.web3d.x3d.sai.Texturing.X3DTextureTransformNode
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
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 Shape component defines nodes for associating geometry with their visible properties and the scene environment.
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 X3DTextureTransformNode in org.web3d.x3d.jsail.Shape
Modifier and TypeFieldDescriptionstatic final X3DTextureTransformNode
Appearance.TEXTURETRANSFORM_DEFAULT_VALUE
SFNode field named textureTransform has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionAppearance.getTextureTransform()
Provide org.web3d.x3d.sai.Texturing.X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.Modifier and TypeMethodDescriptionAppearance.setTextureTransform
(X3DTextureTransformNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTextureTransformNode instance (using a properly typed node) to inputOutput SFNode field textureTransform. -
Uses of X3DTextureTransformNode in org.web3d.x3d.jsail.Texturing
Modifier and TypeClassDescriptionclass
MultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.class
TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry. -
Uses of X3DTextureTransformNode in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeClassDescriptionclass
TextureTransform3D applies a 3D transformation to texture coordinates.class
TextureTransformMatrix3D applies a 3D transformation to texture coordinates. -
Uses of X3DTextureTransformNode in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionAppearance.getTextureTransform()
Provide org.web3d.x3d.sai.Texturing.X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.Modifier and TypeMethodDescriptionAppearance.setTextureTransform
(X3DTextureTransformNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.X3DTextureTransformNode instance (using a properly typed node) to inputOutput SFNode field textureTransform. -
Uses of X3DTextureTransformNode in org.web3d.x3d.sai.Texturing
Modifier and TypeInterfaceDescriptioninterface
MultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.interface
TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.interface
Base type for all texture transform nodes which specify texture coordinate transformation for a single texture.Modifier and TypeMethodDescriptionX3DTextureTransformNode.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 X3DTextureTransformNode in org.web3d.x3d.sai.Texturing3D
Modifier and TypeInterfaceDescriptioninterface
TextureTransform3D applies a 3D transformation to texture coordinates.interface
TextureTransformMatrix3D applies a 3D transformation to texture coordinates.