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 X3DTextureTransformNodeAppearance.TEXTURETRANSFORM_DEFAULT_VALUESFNode 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.static final X3DTextureTransformNodeAppearance.getTextureTransformDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing.X3DTextureTransformNode.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 TypeClassDescriptionclassMultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.classTextureTransform 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 TypeClassDescriptionclassTextureTransform3D applies a 3D transformation to texture coordinates.classTextureTransformMatrix3D 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 TypeInterfaceDescriptioninterfaceMultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.interfaceTextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.interfaceBase 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 TypeInterfaceDescriptioninterfaceTextureTransform3D applies a 3D transformation to texture coordinates.interfaceTextureTransformMatrix3D applies a 3D transformation to texture coordinates.