Uses of Interface
org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode
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 Volume Rendering component provides the ability to specify and render volumetric data sets.
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 Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of X3DTexture3DNode 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.class
ImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.class
PixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field). -
Uses of X3DTexture3DNode in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeFieldDescriptionstatic final X3DTexture3DNode
IsoSurfaceVolumeData.GRADIENTS_DEFAULT_VALUE
SFNode field named gradients has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
SegmentedVolumeData.SEGMENTIDENTIFIERS_DEFAULT_VALUE
SFNode field named segmentIdentifiers has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
CartoonVolumeStyle.SURFACENORMALS_DEFAULT_VALUE
SFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
EdgeEnhancementVolumeStyle.SURFACENORMALS_DEFAULT_VALUE
SFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
ShadedVolumeStyle.SURFACENORMALS_DEFAULT_VALUE
SFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
SilhouetteEnhancementVolumeStyle.SURFACENORMALS_DEFAULT_VALUE
SFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
ToneMappedVolumeStyle.SURFACENORMALS_DEFAULT_VALUE
SFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
BlendedVolumeStyle.VOXELS_DEFAULT_VALUE
SFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
IsoSurfaceVolumeData.VOXELS_DEFAULT_VALUE
SFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
SegmentedVolumeData.VOXELS_DEFAULT_VALUE
SFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNode
VolumeData.VOXELS_DEFAULT_VALUE
SFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.getGradients()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field gradients.SegmentedVolumeData.getSegmentIdentifiers()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field segmentIdentifiers.CartoonVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.EdgeEnhancementVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.ShadedVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.SilhouetteEnhancementVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.BlendedVolumeStyle.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.IsoSurfaceVolumeData.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.SegmentedVolumeData.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.VolumeData.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.setGradients
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field gradients.SegmentedVolumeData.setSegmentIdentifiers
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field segmentIdentifiers.CartoonVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.EdgeEnhancementVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ShadedVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.SilhouetteEnhancementVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.BlendedVolumeStyle.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.IsoSurfaceVolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.SegmentedVolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.VolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels. -
Uses of X3DTexture3DNode in org.web3d.x3d.sai.Texturing3D
Modifier and TypeInterfaceDescriptioninterface
ComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.interface
ImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.interface
PixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).Modifier and TypeMethodDescriptionX3DTexture3DNode.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.X3DTexture3DNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DTexture3DNode.setRepeatR
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatR.X3DTexture3DNode.setRepeatS
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatS.X3DTexture3DNode.setRepeatT
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named repeatT.X3DTexture3DNode.setTextureProperties
(TextureProperties newValue) Accessor method to assign org.web3d.x3d.sai.Texturing.TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties. -
Uses of X3DTexture3DNode in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.getGradients()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field gradients.SegmentedVolumeData.getSegmentIdentifiers()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field segmentIdentifiers.CartoonVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.EdgeEnhancementVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.ShadedVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.SilhouetteEnhancementVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyle.getSurfaceNormals()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field surfaceNormals.BlendedVolumeStyle.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.IsoSurfaceVolumeData.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.SegmentedVolumeData.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.VolumeData.getVoxels()
Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field voxels.Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.setGradients
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field gradients.SegmentedVolumeData.setSegmentIdentifiers
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field segmentIdentifiers.CartoonVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.EdgeEnhancementVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ShadedVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.SilhouetteEnhancementVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.BlendedVolumeStyle.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.IsoSurfaceVolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.SegmentedVolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.VolumeData.setVoxels
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field voxels.