Ignore:
Timestamp:
06/27/08 01:43:45 (16 years ago)
Author:
mattausch
Message:

friendly culling debug version with timers, no materials

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/common.h

    r2795 r2800  
    476476static std::string model_path("data/city/model/"); 
    477477 
     478 
    478479/////////// 
    479480//-- typedefs 
     
    490491static std::ofstream Debug("debug.log"); 
    491492 
    492 } 
    493  
    494 #endif 
    495  
    496  
    497  
    498  
    499  
    500  
    501  
    502  
     493 
     494#define INITIAL_TRIANGLES_PER_VIRTUAL_LEAVES 1000 
     495 
     496} 
     497 
     498#endif 
     499 
     500 
     501 
     502 
     503 
     504 
     505 
     506 
Note: See TracChangeset for help on using the changeset viewer.