| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.sai.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextureTransformObject
X3D node tooltip: [X3DTextureTransformNode] TextureTransform shifts 2D texture coordinates for positioning, orienting and scaling image textures on geometry.
|
| Modifier and Type | Method and Description |
|---|---|
TextureTransform |
TextureTransform.setCenter(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named center.
|
TextureTransform |
TextureTransform.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TextureTransform |
TextureTransform.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TextureTransform |
TextureTransform.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureTransform |
TextureTransform.setRotation(float newValue)
Assign float value unit axis, angle (in radians) to inputOutput SFFloat field named rotation.
|
TextureTransform |
TextureTransform.setScale(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named scale.
|
TextureTransform |
TextureTransform.setTranslation(float[] newValue)
Assign 2-tuple float array to inputOutput SFVec2f field named translation.
|
TextureTransform |
TextureTransform.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.