Click or drag to resize
SoShadowGroupquality Property

Specifies the quality of the shadow.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public SoSFFloat quality { get; }

Property Value

Type: SoSFFloat
Remarks

The texture used for shadowmap rendering will be of size 2*quality*ViewportSize. Increasing the quality will reduce performance and increase memory consumption.

See Also