Refactor shadow map modelview and projection code
authorIan Romanick <idr@us.ibm.com>
Thu, 7 Jun 2007 19:09:44 +0000 (12:09 -0700)
committerIan Romanick <idr@us.ibm.com>
Thu, 7 Jun 2007 19:09:44 +0000 (12:09 -0700)
commit2260c245fd5798a6b3661c3a529654d9f577821d
tree6ad4abe0147d3658e64d4e55e6a18de2a50356ab
parentf575d4fa7f69a5de87c52002ffaf3e745634aff5
Refactor shadow map modelview and projection code

Explicitly store the modelview matrix and projection matrix used when the
shadow map is created.  These matrices only need be updated when
RenderShadowMap is called.  Previously, slightly different code was used to
draw and project the shadow map.
progs/demos/shadowtex.c