commit | 2260c245fd5798a6b3661c3a529654d9f577821d | [log] [tgz] |
---|---|---|
author | Ian Romanick <idr@us.ibm.com> | Thu Jun 07 12:09:44 2007 -0700 |
committer | Ian Romanick <idr@us.ibm.com> | Thu Jun 07 12:09:44 2007 -0700 |
tree | 6ad4abe0147d3658e64d4e55e6a18de2a50356ab | |
parent | f575d4fa7f69a5de87c52002ffaf3e745634aff5 [diff] |
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.