Uses of Interface
org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode
Packages that use X3DVolumeRenderStyleNode
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 X3DVolumeRenderStyleNode in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement X3DVolumeRenderStyleNodeModifier 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
ProjectionVolumeStyle uses voxel data to directly generate output color.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.Fields in org.web3d.x3d.jsail.VolumeRendering declared as X3DVolumeRenderStyleNodeModifier and TypeFieldDescriptionstatic final X3DVolumeRenderStyleNode
VolumeData.RENDERSTYLE_DEFAULT_VALUE
SFNode field named renderStyle has default value null (Java syntax) or NULL (XML syntax).Methods in org.web3d.x3d.jsail.VolumeRendering that return X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.getRenderStyle()
Provide org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.Methods in org.web3d.x3d.jsail.VolumeRendering with parameters of type X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.setRenderStyle
(X3DVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.Method parameters in org.web3d.x3d.jsail.VolumeRendering with type arguments of type X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionIsoSurfaceVolumeData.setRenderStyle
(ArrayList<X3DVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar toIsoSurfaceVolumeData.setRenderStyle(org.web3d.x3d.sai.Core.X3DNode[])
.SegmentedVolumeData.setRenderStyle
(ArrayList<X3DVolumeRenderStyleNode> newValue) Assign ArrayList value of MFNode renderStyle field, similar toSegmentedVolumeData.setRenderStyle(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DVolumeRenderStyleNode in org.web3d.x3d.sai.VolumeRendering
Subinterfaces of X3DVolumeRenderStyleNode in org.web3d.x3d.sai.VolumeRenderingModifier 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
ProjectionVolumeStyle uses voxel data to directly generate output color.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.interface
The X3DComposableVolumeRenderStyleNode abstract node type is the base type for all node types that allow rendering styles to be sequentially composed together to form a single renderable output.Methods in org.web3d.x3d.sai.VolumeRendering that return X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.getRenderStyle()
Provide org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) from inputOutput SFNode field renderStyle.X3DVolumeRenderStyleNode.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.X3DVolumeRenderStyleNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Methods in org.web3d.x3d.sai.VolumeRendering with parameters of type X3DVolumeRenderStyleNodeModifier and TypeMethodDescriptionVolumeData.setRenderStyle
(X3DVolumeRenderStyleNode newValue) Accessor method to assign org.web3d.x3d.sai.VolumeRendering.X3DVolumeRenderStyleNode instance (using a properly typed node) to inputOutput SFNode field renderStyle.