Uses of Interface
org.web3d.x3d.sai.VolumeRendering.EdgeEnhancementVolumeStyle
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 EdgeEnhancementVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
EdgeEnhancementVolumeStyle specifies edge enhancement for the volume rendering style. -
Uses of EdgeEnhancementVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionEdgeEnhancementVolumeStyle.setEdgeColor
(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named edgeColor.EdgeEnhancementVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.EdgeEnhancementVolumeStyle.setGradientThreshold
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gradientThreshold.EdgeEnhancementVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.EdgeEnhancementVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.