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: 2024.1.1.0 (2024.1.1)
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