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: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFFloat quality { get; }

Property Value

Type: SoSFFloat
Remarks

0 = lower quality, 1 = best quality.

For VARIANCE_SHADOW_MAP quality may be greater than 1 (texture used for shadowmap rendering will be of size 2*quality*ViewportSize)

Increasing the quality will reduce performance and increase memory consumption.

See Also