Click or drag to resize
SoVolumeRenderingPhysicalQualitytoneMapping Property

Specifies which tone mapping algorithm to apply.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SoVolumeRenderingPhysicalQualityToneMappings> toneMapping { get; }

Property Value

Type: SoSFEnumSoVolumeRenderingPhysicalQualityToneMappings
Remarks

This algorithm is used to remap HDR color values to low range values. This field is taken into account only if shadingStyle is set to PHYSICALLY_BASED and if predefinedMaterial is set to CUSTOM_MATERIAL. . Default is MEDIUM.

See Also