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: 2024.1.1.0 (2024.1.1)
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 OIV.VolumeViz.Nodes.SoVolumeRender node is inside a OIV.Inventor.Nodes.SoShadowGroup and the field OIV.Inventor.Nodes.SoShadowGroup.isActive is set to true. . Default is OIV.VolumeViz.Nodes.SoVolumeRenderingPhysicalQuality.ShadowsStyles.RAYTRACED.

See Also