Ignore:
Timestamp:
01/02/09 03:37:07 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3237 r3238  
    109109                        int shapeId; 
    110110                        str.read(reinterpret_cast<char *>(&shapeId), sizeof(int)); 
    111 cout<<"x"; 
    112111 
    113112                        Geometry *geom = mGeometryTable[shapeId]; 
    114 cout<<"y"; 
    115  
    116113                        Material *mat = mMaterialTable[shapeId]; 
    117 cout<<"z"; 
    118114                        // create shape 
    119115                        Shape *shape = new Shape(geom, mat); 
    120 cout<<"w"; 
    121116 
    122117                        mShapes.push_back(shape); 
Note: See TracChangeset for help on using the changeset viewer.