Uses of Interface
org.web3d.x3d.sai.Texturing3D.ImageTexture3D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing3D | |
| org.web3d.x3d.sai.Texturing3D |
-
Uses of ImageTexture3D in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement ImageTexture3D Modifier and Type Class Description classImageTexture3DObjectImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data. -
Uses of ImageTexture3D in org.web3d.x3d.sai.Texturing3D
Methods in org.web3d.x3d.sai.Texturing3D that return ImageTexture3D Modifier and Type Method Description ImageTexture3DImageTexture3D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture3DImageTexture3D. setRepeatR(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.ImageTexture3DImageTexture3D. setRepeatS(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ImageTexture3DImageTexture3D. setRepeatT(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ImageTexture3DImageTexture3D. setTextureProperties(TextureProperties newValue)Accessor method to assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.ImageTexture3DImageTexture3D. setUrl(java.lang.String[] newValue)Accessor method to assign String array to inputOutput MFString field named url.