Uses of Interface
org.web3d.x3d.sai.Texturing.X3DTextureTransformNode
Packages that use 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
Fields in org.web3d.x3d.jsail.Shape declared as X3DTextureTransformNodeModifier and TypeFieldDescriptionstatic final X3DTextureTransformNode
Appearance.TEXTURETRANSFORM_DEFAULT_VALUE
SFNode field named textureTransform has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.Shape that return X3DTextureTransformNodeModifier and TypeMethodDescriptionAppearance.getTextureTransform()
Provide org.web3d.x3d.sai.Texturing.X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.Methods in org.web3d.x3d.jsail.Shape with parameters of type X3DTextureTransformNodeModifier 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
Classes in org.web3d.x3d.jsail.Texturing that implement X3DTextureTransformNodeModifier 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
Classes in org.web3d.x3d.jsail.Texturing3D that implement X3DTextureTransformNodeModifier 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
Methods in org.web3d.x3d.sai.Shape that return X3DTextureTransformNodeModifier and TypeMethodDescriptionAppearance.getTextureTransform()
Provide org.web3d.x3d.sai.Texturing.X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.Methods in org.web3d.x3d.sai.Shape with parameters of type X3DTextureTransformNodeModifier 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
Subinterfaces of X3DTextureTransformNode in org.web3d.x3d.sai.TexturingModifier 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.Methods in org.web3d.x3d.sai.Texturing that return X3DTextureTransformNodeModifier 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
Subinterfaces of X3DTextureTransformNode in org.web3d.x3d.sai.Texturing3DModifier and TypeInterfaceDescriptioninterface
TextureTransform3D applies a 3D transformation to texture coordinates.interface
TextureTransformMatrix3D applies a 3D transformation to texture coordinates.