Click or drag to resize
SoVolumeRenderingPhysicalQualitypredefinedMaterial Property

Specifies a material from a list of predefined ones.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<SoVolumeRenderingPhysicalQualityPredefinedMaterials> predefinedMaterial { get; }

Property Value

Type: SoSFEnumSoVolumeRenderingPhysicalQualityPredefinedMaterials
Remarks

This field is taken into account only if OIV.VolumeViz.Nodes.SoVolumeRenderingPhysicalQuality.shadingStyle is set to OIV.VolumeViz.Nodes.SoVolumeRenderingPhysicalQuality.ShadingStyles.PHYSICALLY_BASED. The selected material will be applied on the object. The environment map and tone mapping algorithm are part of the predefined material properties. The value OIV.VolumeViz.Nodes.SoVolumeRenderingPhysicalQuality.PredefinedMaterials.CUSTOM_MATERIAL can also be selected, in which case the properties of the applied material will be retrieved from the current material on the state. . Default is OIV.VolumeViz.Nodes.SoVolumeRenderingPhysicalQuality.PredefinedMaterials.SEMI_GLOSSY.

See Also