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 OIV.VolumeViz.Nodes.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 OIV.Inventor.Nodes.SoMaterial on the state and has the same limitations. See OIV.VolumeViz.Nodes.SoVolumeRenderingQuality.deferredLighting for a detailed list of limitations. |