- Timestamp:
- 08/08/08 07:52:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ResourceManager.cpp
r2848 r2850 68 68 str.read(reinterpret_cast<char *>(&distance), sizeof(float)); 69 69 70 // hack 71 distance = i * 20; 72 70 73 int numShapes; 71 74 str.read(reinterpret_cast<char *>(&numShapes), sizeof(int)); … … 80 83 str.read(reinterpret_cast<char *>(&shapeId), sizeof(int)); 81 84 82 //if (numLODs > 1) cout << " id " << shapeId;83 84 85 Geometry *geom = mGeometryTable[shapeId]; 85 86 Material *mat = mMaterialTable[shapeId]; … … 128 129 tex->SetBoundaryModeS(boundS); 129 130 tex->SetBoundaryModeT(boundT); 130 131 //tex->SetBoundaryModeS(Texture::CLAMP);132 //tex->SetBoundaryModeT(Texture::CLAMP);133 131 134 132 tex->Create();
Note: See TracChangeset
for help on using the changeset viewer.