Ignore:
Timestamp:
04/17/09 09:09:14 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3115 r3359  
    4040{ 
    4141        mIsIdentity = false; 
    42         mOldMatrix = mMatrix; 
     42        //mOldMatrix = mMatrix; 
    4343        mMatrix = trafo * mMatrix; 
    4444} 
     
    5353 
    5454 
     55void Transform3::InitFrame() 
     56{ 
     57        mOldMatrix = mMatrix; 
    5558} 
     59 
     60 
     61} 
Note: See TracChangeset for help on using the changeset viewer.