Uses of Interface
org.web3d.x3d.sai.VolumeRendering.CartoonVolumeStyle
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of CartoonVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement CartoonVolumeStyle Modifier and Type Class Description classCartoonVolumeStyleObjectCartoonVolumeStyle generates cartoon-style non-photorealistic rendering of associated volumetric data. -
Uses of CartoonVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Methods in org.web3d.x3d.sai.VolumeRendering that return CartoonVolumeStyle Modifier and Type Method Description CartoonVolumeStyleCartoonVolumeStyle. setColorSteps(int newValue)Accessor method to assign int value to inputOutput SFInt32 field named colorSteps.CartoonVolumeStyleCartoonVolumeStyle. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.CartoonVolumeStyleCartoonVolumeStyle. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CartoonVolumeStyleCartoonVolumeStyle. setOrthogonalColor(float[] newValue)Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named orthogonalColor.CartoonVolumeStyleCartoonVolumeStyle. setParallelColor(float[] newValue)Accessor method to assign 4-tuple float array using RGBA values [0..1] to inputOutput SFColorRGBA field named parallelColor.CartoonVolumeStyleCartoonVolumeStyle. setSurfaceNormals(X3DTexture3DNode newValue)Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.