Uses of Interface
org.web3d.x3d.sai.VolumeRendering.VolumeData
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 VolumeData in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
VolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node. -
Uses of VolumeData in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionVolumeData.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.VolumeData.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.VolumeData.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.VolumeData.setDimensions
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.VolumeData.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.VolumeData.setRenderStyle
(X3DVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.VolumeData.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.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.