Ignore:
Timestamp:
06/20/08 20:04:15 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2792 r2793  
    6868        { 
    6969                trafo = new Matrix4x4(); 
    70                 //*trafo = IdentityMatrix(); 
    7170                str.read(reinterpret_cast<char *>(trafo->x), sizeof(Matrix4x4)); 
    72                 //str.read(reinterpret_cast<char *>(trafo), sizeof(Matrix4x4)); 
    73                 //cout << "m:\n" << *trafo<<endl; 
    7471        } 
    7572 
Note: See TracChangeset for help on using the changeset viewer.