Strange outline effect in corners of blocks
xdomix723 opened this issue ยท 1 comments
this is the shadowmap, and is an unavoidable artifact. it comes from working around a different shadowmap issue where it has a gap between what casts the shadow, and the shadow itself.
in more technical terms, its to stop "peter panning" when i "bias" the shadowmap. i bias the shadowmap using the normals of the geometry. this describes some shadowmap issues every shadowmap has to deal with, including peterpanning