Changeset 3022 for GTP/trunk/App


Ignore:
Timestamp:
10/10/08 13:59:29 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3021 r3022  
    469469 
    470470 
    471 ////// 
    472 //-- model directory 
    473  
    474 static std::string model_path("data/city/model/"); 
    475  
    476  
    477471/////////// 
    478472//-- typedefs 
     
    499493 
    500494 
     495 
     496// default model directory 
     497static std::string model_path("data/city/model/"); 
     498// log output 
    501499static std::ofstream Debug("debug.log"); 
    502500 
Note: See TracChangeset for help on using the changeset viewer.