Uses of Interface
org.web3d.x3d.sai.VolumeRendering.ToneMappedVolumeStyle
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of ToneMappedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement ToneMappedVolumeStyle Modifier and Type Class Description classToneMappedVolumeStyleObjectToneMappedVolumeStyle specifies that volumetric data is rendered with Gooch shading model of two-toned warm/cool coloring. -
Uses of ToneMappedVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Methods in org.web3d.x3d.sai.VolumeRendering that return ToneMappedVolumeStyle Modifier and Type Method Description ToneMappedVolumeStyleToneMappedVolumeStyle. setCoolColor(float[] newValue)Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named coolColor.ToneMappedVolumeStyleToneMappedVolumeStyle. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.ToneMappedVolumeStyleToneMappedVolumeStyle. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ToneMappedVolumeStyleToneMappedVolumeStyle. setSurfaceNormals(X3DTexture3DNode newValue)Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.ToneMappedVolumeStyleToneMappedVolumeStyle. setWarmColor(float[] newValue)Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named warmColor.