| 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 |
PixelTextureObject
X3D node tooltip: [X3DTexture2DNode] PixelTexture creates a 2D-image texture map using a numeric array of pixel values.
|
| Modifier and Type | Method and Description |
|---|---|
PixelTexture |
PixelTexture.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
PixelTexture |
PixelTexture.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
PixelTexture |
PixelTexture.setImage(int[] newValue)
Assign int array to inputOutput SFImage field named image.
|
PixelTexture |
PixelTexture.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTexture |
PixelTexture.setRepeatS(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatS.
|
PixelTexture |
PixelTexture.setRepeatT(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatT.
|
PixelTexture |
PixelTexture.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture |
PixelTexture.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.