cacheStaticShadows property

bool cacheStaticShadows
getter/setter pair

Whether nodes marked shadowStatic are cached across frames.

Disable this for a light whose direction changes every frame. Rebuilding and replaying cached tiles would add work compared with rendering all casters directly into the frame atlas.

Implementation

bool cacheStaticShadows;