- Timestamp:
- 06/20/08 20:04:15 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/BinaryLoader.cpp
r2792 r2793 68 68 { 69 69 trafo = new Matrix4x4(); 70 //*trafo = IdentityMatrix();71 70 str.read(reinterpret_cast<char *>(trafo->x), sizeof(Matrix4x4)); 72 //str.read(reinterpret_cast<char *>(trafo), sizeof(Matrix4x4));73 //cout << "m:\n" << *trafo<<endl;74 71 } 75 72
Note: See TracChangeset
for help on using the changeset viewer.