Uses of Interface
org.web3d.x3d.sai.Texturing.X3DTextureTransformNode
-
Uses of X3DTextureTransformNode in org.web3d.x3d.jsail.Shape
Fields in org.web3d.x3d.jsail.Shape declared as X3DTextureTransformNode Modifier and Type Field Description static X3DTextureTransformNodeAppearanceObject. 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 X3DTextureTransformNode Modifier and Type Method Description X3DTextureTransformNodeAppearanceObject. getTextureTransform()Provide X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.Methods in org.web3d.x3d.jsail.Shape with parameters of type X3DTextureTransformNode Modifier and Type Method Description AppearanceObjectAppearanceObject. setTextureTransform(X3DTextureTransformNode newValue)Accessor method to assign 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 X3DTextureTransformNode Modifier and Type Class Description classMultiTextureTransformObjectMultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.classTextureTransformObjectTextureTransform 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 X3DTextureTransformNode Modifier and Type Method Description MultiTextureTransformObjectMultiTextureTransformObject. setTextureTransform(java.util.ArrayList<X3DTextureTransformNode> newValue)Assign ArrayList value of MFNode textureTransform field, similar toMultiTextureTransformObject.setTextureTransform(X3DNode[]). -
Uses of X3DTextureTransformNode in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement X3DTextureTransformNode Modifier and Type Class Description classTextureTransform3DObjectTextureTransform3D applies a 3D transformation to texture coordinates.classTextureTransformMatrix3DObjectTextureTransformMatrix3D 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 X3DTextureTransformNode Modifier and Type Method Description X3DTextureTransformNodeAppearance. getTextureTransform()Provide X3DTextureTransformNode instance (using a properly typed node) from inputOutput SFNode field textureTransform.Methods in org.web3d.x3d.sai.Shape with parameters of type X3DTextureTransformNode Modifier and Type Method Description AppearanceAppearance. setTextureTransform(X3DTextureTransformNode newValue)Accessor method to assign 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.Texturing Modifier and Type Interface Description interfaceMultiTextureTransformMultiTextureTransform contains multiple TextureTransform nodes, each provided for use by corresponding ImageTexture MovieTexture or PixelTexture nodes within a sibling MultiTexture node.interfaceTextureTransformTextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.Methods in org.web3d.x3d.sai.Texturing that return X3DTextureTransformNode Modifier and Type Method Description X3DTextureTransformNodeX3DTextureTransformNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign 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.Texturing3D Modifier and Type Interface Description interfaceTextureTransform3DTextureTransform3D applies a 3D transformation to texture coordinates.interfaceTextureTransformMatrix3DTextureTransformMatrix3D applies a 3D transformation to texture coordinates.