Uses of Interface
org.web3d.x3d.sai.Texturing3D.ComposedTexture3D
Package
Description
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of ComposedTexture3D in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeClassDescriptionclass
ComposedTexture3D 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
Modifier and TypeMethodDescriptionComposedTexture3D.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ComposedTexture3D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ComposedTexture3D.setRepeatR
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.ComposedTexture3D.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ComposedTexture3D.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ComposedTexture3D.setTexture
(X3DNode[] newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field texture.ComposedTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.