Uses of Interface
org.web3d.x3d.sai.VolumeRendering.ShadedVolumeStyle
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 ShadedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Modifier and TypeClassDescriptionclass
All fields fully supported except shadows supported with at least Phong shading at level 3. -
Uses of ShadedVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Modifier and TypeMethodDescriptionShadedVolumeStyle.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.ShadedVolumeStyle.setLighting
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named lighting.ShadedVolumeStyle.setMaterial
(X3DMaterialNode newValue) Accessor method to assign org.web3d.x3d.sai.Shape.X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.ShadedVolumeStyle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ShadedVolumeStyle.setPhaseFunction
(String newValue) Accessor method to assign String enumeration value ("Henyey-Greenstein" | "NONE") to initializeOnly SFString field named phaseFunction.ShadedVolumeStyle.setShadows
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named shadows.ShadedVolumeStyle.setSurfaceNormals
(X3DTexture3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Texturing3D.X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.