SoVolumeRenderingPhysicalQualitytoneMapping Property |
Specifies which tone mapping algorithm to apply.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<SoVolumeRenderingPhysicalQualityToneMappings> toneMapping { get; }
Public ReadOnly Property toneMapping As SoSFEnum(Of SoVolumeRenderingPhysicalQualityToneMappings)
Get
public:
property SoSFEnum<SoVolumeRenderingPhysicalQualityToneMappings>^ toneMapping {
SoSFEnum<SoVolumeRenderingPhysicalQualityToneMappings>^ get ();
}
member toneMapping : SoSFEnum<SoVolumeRenderingPhysicalQualityToneMappings> with get
Property Value
Type:
SoSFEnumSoVolumeRenderingPhysicalQualityToneMappings
RemarksThis 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