Uses of Interface
org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode
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 X3DComposableVolumeRenderStyleNode in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
BlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.class
BoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style.class
CartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data.class
ComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass.class
EdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style.class
OpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.class
All fields fully supported except shadows supported with at least Phong shading at level 3.class
SilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.class
ToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.Modifier and TypeFieldDescriptionstatic final X3DComposableVolumeRenderStyleNode
BlendedVolumeStyle.RENDERSTYLE_DEFAULT_VALUE
SFNode field named renderStyle has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionBlendedVolumeStyle.getRenderStyle()
Provide org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.Modifier and TypeMethodDescriptionBlendedVolumeStyle.setRenderStyle
(X3DComposableVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.Modifier and TypeMethodDescriptionComposedVolumeStyle.setRenderStyle
(ArrayList<X3DComposableVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar toComposedVolumeStyle.setRenderStyle(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DComposableVolumeRenderStyleNode in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeInterfaceDescriptioninterface
BlendedVolumeStyle combines rendering of two voxel data sets into one by blending voxel values.interface
BoundaryEnhancementVolumeStyle provides boundary enhancement for the volume rendering style.interface
CartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data.interface
ComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass.interface
EdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style.interface
OpacityMapVolumeStyle specifies that volumetric data is rendered using opacity mapped to a transfer function texture.interface
All fields fully supported except shadows supported with at least Phong shading at level 3.interface
SilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement.interface
ToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring.Modifier and TypeMethodDescriptionBlendedVolumeStyle.getRenderStyle()
Provide org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.X3DComposableVolumeRenderStyleNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DComposableVolumeRenderStyleNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Modifier and TypeMethodDescriptionBlendedVolumeStyle.setRenderStyle
(X3DComposableVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DComposableVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.