Uses of Interface
org.web3d.x3d.sai.VolumeRendering.SilhouetteEnhancementVolumeStyle
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 SilhouetteEnhancementVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
SilhouetteEnhancementVolumeStyle specifies that volumetric data is rendered with silhouette enhancement. -
Uses of SilhouetteEnhancementVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionSilhouetteEnhancementVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.SilhouetteEnhancementVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SilhouetteEnhancementVolumeStyle.setSilhouetteBoundaryOpacity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named silhouetteBoundaryOpacity.SilhouetteEnhancementVolumeStyle.setSilhouetteRetainedOpacity
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named silhouetteRetainedOpacity.SilhouetteEnhancementVolumeStyle.setSilhouetteSharpness
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named silhouetteSharpness.SilhouetteEnhancementVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.