Click or drag to resize
SoVolumeRenderingPhysicalQualityShadingStyles Enumeration

List of available shading styles.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public enum ShadingStyles
Members
  Member nameValueDescription
PHONG0

Phong shading.

This is the regular lighting provided by the field SoVolumeRenderingQuality.deferredLighting.

PHYSICALLY_BASED1

Physically-Based shading.

This is the advanced lighting that provides:

  • A complex BRDF model

  • Image-based lighting

  • Tone mapping.

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.

Remarks