Uses of Interface
org.web3d.x3d.sai.VolumeRendering.ShadedVolumeStyle
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering | |
| org.web3d.x3d.sai.VolumeRendering |
-
Uses of ShadedVolumeStyle in org.web3d.x3d.jsail.VolumeRendering
Classes in org.web3d.x3d.jsail.VolumeRendering that implement ShadedVolumeStyle Modifier and Type Class Description classShadedVolumeStyleObjectAll fields fully supported except shadows supported with at least Phong shading at level 3. -
Uses of ShadedVolumeStyle in org.web3d.x3d.sai.VolumeRendering
Methods in org.web3d.x3d.sai.VolumeRendering that return ShadedVolumeStyle Modifier and Type Method Description ShadedVolumeStyleShadedVolumeStyle. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.ShadedVolumeStyleShadedVolumeStyle. setLighting(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named lighting.ShadedVolumeStyleShadedVolumeStyle. setMaterial(X3DMaterialNode newValue)Accessor method to assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.ShadedVolumeStyleShadedVolumeStyle. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ShadedVolumeStyleShadedVolumeStyle. setPhaseFunction(java.lang.String newValue)Accessor method to assign String enumeration value ("Henyey-Greenstein" | "NONE") to initializeOnly SFString field named phaseFunction.ShadedVolumeStyleShadedVolumeStyle. setShadows(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named shadows.ShadedVolumeStyleShadedVolumeStyle. setSurfaceNormals(X3DTexture3DNode newValue)Accessor method to assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.