Ignore:
Timestamp:
03/08/07 16:59:38 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/pathmap/PathMap.cpp

    r2197 r2212  
    380380        strcpy(prmDirectory, "prm"); 
    381381        strcpy(meshDirectory, "processedMeshes"); 
    382         strcpy(levelFileName, "ss_ironnail.level"); 
    383         strcpy(materialFileName, "ss_ironnail.materials"); 
     382        strcpy(levelFileName, "space.level"); 
     383        strcpy(materialFileName, "space.materials"); 
     384        nClusters = 64; 
     385        nEntryPoints = 4096; 
     386        depthMapResolution = 512; 
    384387 
    385388        char* toki; 
Note: See TracChangeset for help on using the changeset viewer.