Uses of Interface
org.web3d.x3d.sai.VolumeRendering.CartoonVolumeStyle
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 CartoonVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
CartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data. -
Uses of CartoonVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionCartoonVolumeStyle.setColorSteps
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named colorSteps.CartoonVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.CartoonVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CartoonVolumeStyle.setOrthogonalColor
(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named orthogonalColor.CartoonVolumeStyle.setParallelColor
(float[] newValue) Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named parallelColor.CartoonVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.