Uses of Interface
org.web3d.x3d.sai.Texturing3D.ImageTexture3D
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 ImageTexture3D in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeClassDescriptionclass
ImageTexture3D 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
Modifier and TypeMethodDescriptionImageTexture3D.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.ImageTexture3D.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.ImageTexture3D.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.ImageTexture3D.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.ImageTexture3D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ImageTexture3D.setRepeatR
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.ImageTexture3D.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.ImageTexture3D.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.ImageTexture3D.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.Accessor method to assign String array to inputOutput MFString field named url.