Changeset 2921


Ignore:
Timestamp:
09/09/08 11:27:19 (16 years ago)
Author:
mattausch
Message:

lispsm starting to work

File:
1 edited

Legend:

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

    r2920 r2921  
    338338        //look(from position, into the direction of the projected direction, with unchanged up-vector) 
    339339        Matrix4x4 frame = LookAt(Vector3::ZERO(), projViewDir, Vector3::UNIT_Y()); 
    340         //lightProj = frame * lightProj; 
     340        lightProj = frame * lightProj; 
    341341 
    342342        const Matrix4x4 matLispSM =  
Note: See TracChangeset for help on using the changeset viewer.