-
-
Notifications
You must be signed in to change notification settings - Fork 36.1k
Closed
Labels
Description
Better Shadows.
More specifically, i want to see a better shadow-mapping implementation than PCF. Such as Variance shadowmaps. Second, i wish to see a cascading shadowmaps. They were once at the core of thee.js, but fell victim to bitrot and lack of support.
Motivation
Currently shadows require a fair amount of artistry just to make them look okay. If we had a better shadowmap algorithm - a lot of existing problems with acne and filtering would go away. If we had a cascading shadowmap implementation - it would remove the need for artistry currently required to set up shadow camera for each shadow-casting light in the scene.
born from this issue: #13807
More details is available here: #5554
Related
#14048 Soft Shadows via Light Source Sampling