| SoShadowGroupshadowCachingEnabled Property  | 
Indicates if a cache should be used for computing the shadows. 
 
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFBool shadowCachingEnabled { get; }Public ReadOnly Property shadowCachingEnabled As SoSFBool
	Get
public:
property SoSFBool^ shadowCachingEnabled {
	SoSFBool^ get ();
}member shadowCachingEnabled : SoSFBool with get
Property Value
Type: 
SoSFBool
RemarksUsing a cache will improve rendering performance if the lights of your scene and your scene under this group node do not change. 
See Also