Uses of Interface
org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode
Packages that use 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
Classes in org.web3d.x3d.jsail.Texturing3D that implement X3DTexture3DNodeModifier and TypeClassDescriptionclassComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.classImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.classPixelTexture3D 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
Fields in org.web3d.x3d.jsail.VolumeRendering declared as X3DTexture3DNodeModifier and TypeFieldDescriptionstatic final X3DTexture3DNodeIsoSurfaceVolumeData.GRADIENTS_DEFAULT_VALUESFNode field named gradients has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeSegmentedVolumeData.SEGMENTIDENTIFIERS_DEFAULT_VALUESFNode field named segmentIdentifiers has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeCartoonVolumeStyle.SURFACENORMALS_DEFAULT_VALUESFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeEdgeEnhancementVolumeStyle.SURFACENORMALS_DEFAULT_VALUESFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeShadedVolumeStyle.SURFACENORMALS_DEFAULT_VALUESFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeSilhouetteEnhancementVolumeStyle.SURFACENORMALS_DEFAULT_VALUESFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeToneMappedVolumeStyle.SURFACENORMALS_DEFAULT_VALUESFNode field named surfaceNormals has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeBlendedVolumeStyle.VOXELS_DEFAULT_VALUESFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeIsoSurfaceVolumeData.VOXELS_DEFAULT_VALUESFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeSegmentedVolumeData.VOXELS_DEFAULT_VALUESFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).static final X3DTexture3DNodeVolumeData.VOXELS_DEFAULT_VALUESFNode field named voxels has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DTexture3DNodeModifier and TypeMethodDescriptionIsoSurfaceVolumeData.getGradients()Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field gradients.static final X3DTexture3DNodeIsoSurfaceVolumeData.getGradientsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.SegmentedVolumeData.getSegmentIdentifiers()Provide org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) from inputOutput SFNode field segmentIdentifiers.static final X3DTexture3DNodeSegmentedVolumeData.getSegmentIdentifiersDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.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.static final X3DTexture3DNodeCartoonVolumeStyle.getSurfaceNormalsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.static final X3DTexture3DNodeEdgeEnhancementVolumeStyle.getSurfaceNormalsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.static final X3DTexture3DNodeShadedVolumeStyle.getSurfaceNormalsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.static final X3DTexture3DNodeSilhouetteEnhancementVolumeStyle.getSurfaceNormalsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.static final X3DTexture3DNodeToneMappedVolumeStyle.getSurfaceNormalsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.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.static final X3DTexture3DNodeBlendedVolumeStyle.getVoxelsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.static final X3DTexture3DNodeIsoSurfaceVolumeData.getVoxelsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.static final X3DTexture3DNodeSegmentedVolumeData.getVoxelsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.static final X3DTexture3DNodeVolumeData.getVoxelsDefault()Public accessor for encapsulated SFNode default value null, returned as org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode.Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type X3DTexture3DNodeModifier 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
Subinterfaces of X3DTexture3DNode in org.web3d.x3d.sai.Texturing3DModifier and TypeInterfaceDescriptioninterfaceComposedTexture3D defines a 3D image-based texture map as a collection of 2D texture sources at various depths.interfaceImageTexture3D defines a 3D image-based texture map by specifying a single image file that contains complete 3D data.interfacePixelTexture3D defines a 3D image-based texture map as an explicit array of pixel values (image field).Methods in org.web3d.x3d.sai.Texturing3D that return X3DTexture3DNodeModifier 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
Methods in org.web3d.x3d.sai.VolumeRendering that return X3DTexture3DNodeModifier 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.Methods in org.web3d.x3d.sai.VolumeRendering with parameters of type X3DTexture3DNodeModifier 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.