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

Legend:

Unmodified
Added
Removed
  • 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.