Tagged Questions
1
vote
1answer
626 views
JOGL hardware based shadow mapping - computing the texture matrix
I am implementing hardware shadow mapping as described here.
I've rendered the scene successfully from the light POV, and loaded the depth buffer of the scene into a texture. This texture has ...