SoVolumeRenderingPhysicalQualityShadingStyles Enumeration |
List of available shading styles.
Namespace: OIV.VolumeViz.Nodes
Member name | Value | Description | |
---|---|---|---|
PHONG | 0 | Phong shading. This is the regular lighting provided by the field SoVolumeRenderingQuality.deferredLighting. | |
PHYSICALLY_BASED | 1 | Physically-Based shading. This is the advanced lighting that provides:
This shading style can be seen as an enhanced version of the regular deferred lighting. In particular, it shows the same behavior regarding the current SoMaterial on the state and has the same limitations. See SoVolumeRenderingQuality.deferredLighting for a detailed list of limitations. |