JOGL hardware based shadow mapping - computing the texture matrix
- by axel22
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 correctly been loaded - I check this by rendering a small thumbnail, as you can see in the screenshot below, upper left corner. The depth of the scene…