Click or drag to resize
SoShadowGroupshadowCachingEnabled Property

Indicates if a cache should be used for computing the shadows.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFBool shadowCachingEnabled { get; }

Property Value

Type: SoSFBool
Remarks

Using a cache will improve rendering performance if the lights of your scene and your scene under this group node do not change.

See Also