Ignore:
Timestamp:
08/31/08 17:18:37 (16 years ago)
Author:
mattausch
Message:

view vector interpolation finally working

File:
1 edited

Legend:

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

    r2889 r2890  
    186186        const Vector3 fc = mPosition + view * z_far;  
    187187         
    188         const Vector3 up = -GetUpVector(); 
    189         const Vector3 right = -GetRightVector(); 
     188        const Vector3 up = GetUpVector(); 
     189        const Vector3 right = GetRightVector(); 
    190190 
    191191        Vector3 t1, t2; 
Note: See TracChangeset for help on using the changeset viewer.