Uses of Interface
org.web3d.x3d.sai.VolumeRendering.ComposedVolumeStyle
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 ComposedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
ComposedVolumeStyle allows compositing multiple rendering styles into single rendering pass. -
Uses of ComposedVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionComposedVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ComposedVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ComposedVolumeStyle.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.