I'm doing manual culling (for API reasons) and I'm having trouble with shadowcasters' culling, since their box need to be extended.
Currently I simply take the Sun's direction, multiply by the shadow's max rendering distance, and extend the culling box that much. It work but result in fuckhuge cull boxes and thus not much culling.
Is that just how shadowcasters are, or is my method just fucking inefficient?