Changeset 3288 for GTP


Ignore:
Timestamp:
01/20/09 10:38:08 (15 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/App/Demos/Vis/FriendlyCulling
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env

    r3287 r3288  
    1313#filename=mypompeii 
    1414#bvhname=mypompeii 
    15 #filename=pompeii/pompeii_full 
     15filename=pompeii/pompeii_full 
    1616#filename=pompeii/pompeii_part 
    17 filename=city 
    18 bvhname=city 
    19 useLODs=0 
     17#filename=city 
     18#bvhname=city 
     19useLODs=1 
    2020# shadow map size 
    2121shadowSize=4096 
     
    7676 
    7777# initial camera position 
    78 camPosition=483.398f 242.364f 186.078f 
     78#camPosition=483.398f 242.364f 186.078f 
    7979# pompeii view point 
    80 #camPosition=1300.0f -2500.0f 10.0f 
     80camPosition=1300.0f -2500.0f 10.0f 
    8181# pompeii problematic 
    8282#camPosition=627.003 -1725.33 25.2 
     
    170170 
    171171 
    172 camPosition=1145.31 413.602 186.678 
    173 camDirection=-0.917729 -0.397207 -0 
    174 lightDirection=0.509293 0.784034 -0.35484 
     172#camPosition=1145.31 413.602 186.678 
     173#camDirection=-0.917729 -0.397207 -0 
     174#lightDirection=0.509293 0.784034 -0.35484 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SkyPreetham.cpp

    r3287 r3288  
    296296                ambient *= 1e-1f; 
    297297 
    298         //  could be too blueish ... 
     298        //  slightly too blueish => scale 
    299299        ambient.x *= 1.3f; 
    300         ambient.y *= 1.2f; 
     300        ambient.y *= 1.1f; 
    301301        ambient.z = max(max(ambient.z, ambient.x), ambient.y); 
    302302 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp

    r3287 r3288  
    616616        //LoadModel("sibenik.dem", dynamicObjects); 
    617617 
    618         if (0) LoadPompeiiFloor(); 
     618        if (1) LoadPompeiiFloor(); 
    619619 
    620620#if 0 
     
    23992399                                sprintf(msg[7], "%s:  %6.1f fps", alg_str[renderMode], fps);             
    24002400                                myfont.DrawString(msg[7], 1.3f, winWidth - 350, winHeight - 30.0f); 
     2401 
     2402                                //int mrays = (int)shotRays / 1000000; 
     2403                                //sprintf(msg[7], "%s:  %04d M rays", alg_str[renderMode], mrays);       
     2404                                //myfont.DrawString(msg[7], 1.3f, winWidth - 350, winHeight - 60.0f);            
    24012405                        } 
    2402  
    2403                         int mrays = (int)shotRays / 1000000; 
    2404                         sprintf(msg[7], "%s:  %04d M rays", alg_str[renderMode], mrays);         
    2405                         myfont.DrawString(msg[7], 1.3f, winWidth - 350, winHeight - 60.0f); 
    24062406                } 
    24072407                else 
Note: See TracChangeset for help on using the changeset viewer.