Ignore:
Timestamp:
07/17/08 17:21:39 (16 years ago)
Author:
mattausch
Message:

lod starting to work

File:
1 edited

Legend:

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

    r2838 r2844  
    5454        mViewOrientation = mBaseOrientation; 
    5555 
    56         cout << "right: " << right << endl; 
     56        /*cout << "right: " << right << endl; 
    5757        cout << "up:    " << up << endl; 
    5858        cout << "dir:   " << direction << endl; 
     59        */ 
    5960} 
    6061 
     
    248249        } 
    249250 
    250         cout<<"here2 " << DotProd(h1, Vector3(0, 1, 0)) << " " << mPitch << endl; 
    251251        CalculateFromPitchAndYaw(); 
    252252} 
Note: See TracChangeset for help on using the changeset viewer.