Uses of Interface
org.web3d.x3d.sai.VolumeRendering.X3DVolumeDataNode
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 X3DVolumeDataNode in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.class
SegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.class
VolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node. -
Uses of X3DVolumeDataNode in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeInterfaceDescriptioninterface
IsoSurfaceVolumeData displays one or more surfaces extracted from a voxel dataset.interface
SegmentedVolumeData displays a segmented voxel dataset with different RenderStyle nodes.interface
VolumeData displays a simple non-segmented voxel dataset with a single RenderStyle node.Modifier and TypeMethodDescriptionX3DVolumeDataNode.setBboxCenter
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.X3DVolumeDataNode.setBboxDisplay
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named bboxDisplay.X3DVolumeDataNode.setBboxSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.X3DVolumeDataNode.setDimensions
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named dimensions.X3DVolumeDataNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DVolumeDataNode.setVisible
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named visible.