Uses of Interface
org.web3d.x3d.sai.Texturing.ImageTexture
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing | |
| org.web3d.x3d.sai.Texturing |
-
Uses of ImageTexture in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement ImageTexture Modifier and Type Class Description classImageTextureObjectImageTexture maps a 2D-image file onto a geometric shape. -
Uses of ImageTexture in org.web3d.x3d.sai.Texturing
Methods in org.web3d.x3d.sai.Texturing that return ImageTexture Modifier and Type Method Description ImageTextureImageTexture. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ImageTextureImageTexture. setRepeatS(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ImageTextureImageTexture. setRepeatT(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ImageTextureImageTexture. setTextureProperties(TextureProperties newValue)Accessor method to assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageTextureImageTexture. setUrl(java.lang.String[] newValue)Accessor method to assign String array to inputOutput MFString field named url.