Ignore:
Timestamp:
12/24/08 01:36:00 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ShadowMapping.cpp

    r3219 r3233  
    454454 
    455455        transform2LispSM.x[0][0] =  1.0f; 
    456         transform2LispSM.x[1][2] =  -1.0f; // y => -z 
     456        transform2LispSM.x[1][2] = -1.0f; // y => -z 
    457457        transform2LispSM.x[2][1] =  1.0f; // z => y 
    458458        transform2LispSM.x[3][3] =  1.0f; 
Note: See TracChangeset for help on using the changeset viewer.