Ignore:
Timestamp:
06/19/08 22:57:08 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2780 r2781  
    3535        mRight = -Normalize(CrossProd(mDirection, mUp)); 
    3636 
    37  
    38         float k = tan(mFovy/2); 
     37        /*float k = tan(mFovy/2); 
    3938        mUp *= k; 
    40         mRight *= k*mWidth/mHeight; 
     39        mRight *= k*mWidth/mHeight;*/ 
    4140} 
    4241 
Note: See TracChangeset for help on using the changeset viewer.