Uses of Interface
org.web3d.x3d.sai.Texturing3D.TextureTransform3D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing3D | |
| org.web3d.x3d.sai.Texturing3D |
-
Uses of TextureTransform3D in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement TextureTransform3D Modifier and Type Class Description classTextureTransform3DObjectTextureTransform3D applies a 3D transformation to texture coordinates. -
Uses of TextureTransform3D in org.web3d.x3d.sai.Texturing3D
Methods in org.web3d.x3d.sai.Texturing3D that return TextureTransform3D Modifier and Type Method Description TextureTransform3DTextureTransform3D. setCenter(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named center.TextureTransform3DTextureTransform3D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransform3DTextureTransform3D. setRotation(float[] newValue)Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.TextureTransform3DTextureTransform3D. setScale(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named scale.TextureTransform3DTextureTransform3D. setTranslation(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named translation.