Skip to main content
GameDev.net gamedev.net
🔒 Locked

How do you set up view in cascadesd shadow mapping

Started by _WeirdCat_ Aug 24, 2020 at 1:13 PM 0 replies 1.5k views
Original Post
_WeirdCat_
_WeirdCat_

This is the thing i dont understand, articles claim that for each cascade shadow map you use same modelview matrix and change only projection, however from my underatanding it should be done like this

For eqvh cascade we compute the view area which canera (not shadow map) sees (then we move cascade shadowmap view the center of this area) and depending on distance from main view camera we change z near z far values in projection matrix - but this does involve changing view matrix of the cascade shadowmap.

So i don't understand anything.

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.