Click or drag to resize
SoVolumeRenderingPhysicalQualityshadowsStyle Property

Specifies which kind of shadows to compute for the volume.

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

Property Value

Type: SoSFEnumSoVolumeRenderingPhysicalQualityShadowsStyles
Remarks

This field allows to enable RayTraced shadows, which have a better quality than the standard shadowmap-based shadows, but take longer to compute. This field is taken into account only if the associated SoVolumeRender node is inside a SoShadowGroup and the field SoShadowGroup.isActive is set to true. . Default is RAYTRACED.

See Also