Ignore:
Timestamp:
08/08/08 07:52:54 (16 years ago)
Author:
mattausch
Message:

debug version before siggraph

File:
1 edited

Legend:

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

    r2848 r2850  
    6868                str.read(reinterpret_cast<char *>(&distance), sizeof(float)); 
    6969 
     70                // hack 
     71                distance = i * 20; 
     72 
    7073                int numShapes; 
    7174                str.read(reinterpret_cast<char *>(&numShapes), sizeof(int)); 
     
    8083                        str.read(reinterpret_cast<char *>(&shapeId), sizeof(int)); 
    8184 
    82                         //if (numLODs > 1) cout << " id " << shapeId; 
    83                          
    8485                        Geometry *geom = mGeometryTable[shapeId]; 
    8586                        Material *mat = mMaterialTable[shapeId]; 
     
    128129                tex->SetBoundaryModeS(boundS); 
    129130                tex->SetBoundaryModeT(boundT); 
    130  
    131                 //tex->SetBoundaryModeS(Texture::CLAMP); 
    132                 //tex->SetBoundaryModeT(Texture::CLAMP); 
    133131 
    134132                tex->Create(); 
Note: See TracChangeset for help on using the changeset viewer.