Uses of Interface
org.web3d.x3d.sai.Texturing.TextureTransform
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing | |
| org.web3d.x3d.sai.Texturing |
-
Uses of TextureTransform in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement TextureTransform Modifier and Type Class Description classTextureTransformObjectTextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry. -
Uses of TextureTransform in org.web3d.x3d.sai.Texturing
Methods in org.web3d.x3d.sai.Texturing that return TextureTransform Modifier and Type Method Description TextureTransformTextureTransform. setCenter(float[] newValue)Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named center.TextureTransformTextureTransform. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransformTextureTransform. setRotation(float newValue)Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named rotation.TextureTransformTextureTransform. setScale(float[] newValue)Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named scale.TextureTransformTextureTransform. setTranslation(float[] newValue)Accessor method to assign 2-tuple float array to inputOutput SFVec2f field named translation.