Search Results

Found 1 results for "833759cbcd3687cffafc89deae20c9ec" across all boards searching md5.

Anonymous /vg/530112781#530121984
7/6/2025, 5:15:09 AM
>>530119194
none atm
>>530120540
It's a basic cascaded shadow map setup with just two cascades (2048x2048) each. The far cascade encompasses the whole map and only gets updated when the sun moves (almost never) so it's pretty efficient. I also have some tricks for sampling the map from camera oriented sprites, most importantly projecting the sampling position onto a plane whose normal is parallel to the sun's direction.