Tagged Questions
4
votes
2answers
242 views
Shadow artifacts caused by filtering
I'm working on a shadow-mapping implementation for an OpenGLES 2.0 environment (Stage3D in Flash to be exact). This is how my current implementation works:
Render the scene to backbuffer.
Render ...