Click or drag to resize
SoVolumeRenderingPhysicalQualityShadingStyles Enumeration

List of available shading styles.

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

Phong shading.

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

Remarks