Hacker News new | ask | show | jobs
by dustbunny 378 days ago
What resources did you use to do the cascaded shadow mapping and soft shadows?
1 comments

Cascaded shadow mapping: https://www.ogldev.org/www/tutorial49/tutorial49.html

For soft shadows, I tried several different techniques but ended up settling on PCF because it has less visual artifacts than other methods. This site has it too: https://www.ogldev.org/www/tutorial42/tutorial42.html