Uses of Interface
org.web3d.x3d.sai.Texturing3D.ComposedTexture3D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing3D | |
| org.web3d.x3d.sai.Texturing3D |
-
Uses of ComposedTexture3D in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement ComposedTexture3D Modifier and Type Class Description classComposedTexture3DObjectComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths. -
Uses of ComposedTexture3D in org.web3d.x3d.sai.Texturing3D
Methods in org.web3d.x3d.sai.Texturing3D that return ComposedTexture3D Modifier and Type Method Description ComposedTexture3DComposedTexture3D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ComposedTexture3DComposedTexture3D. setRepeatR(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.ComposedTexture3DComposedTexture3D. setRepeatS(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ComposedTexture3DComposedTexture3D. setRepeatT(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ComposedTexture3DComposedTexture3D. setTexture(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field texture.ComposedTexture3DComposedTexture3D. setTextureProperties(TextureProperties newValue)Accessor method to assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.