Uses of Interface
org.web3d.x3d.sai.VolumeRendering.IsoSurfaceVolumeData
Package
Description
The Volume Rendering component provides the ability to specify and render volumetric data sets.
The Volume Rendering component provides the ability to specify and render volumetric data sets.
-
Uses of IsoSurfaceVolumeData in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset. -
Uses of IsoSurfaceVolumeData in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionIsoSurfaceVolumeData.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.IsoSurfaceVolumeData.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.IsoSurfaceVolumeData.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.IsoSurfaceVolumeData.setContourStepSize
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named contourStepSize.IsoSurfaceVolumeData.setDimensions
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.IsoSurfaceVolumeData.setGradients
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field gradients.IsoSurfaceVolumeData.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IsoSurfaceVolumeData.setRenderStyle
(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 renderStyle.IsoSurfaceVolumeData.setSurfaceTolerance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceTolerance.IsoSurfaceVolumeData.setSurfaceValues
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named surfaceValues.IsoSurfaceVolumeData.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.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.