Ignore:
Timestamp:
01/06/09 01:13:47 (15 years ago)
Author:
mattausch
Message:

generated some results on vienna and pp

Location:
GTP/trunk/App/Demos/Vis/FriendlyCulling/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/SkyPreetham.cpp

    r3246 r3250  
    110110        // scale the sky dome so no intersection with the scene is visible 
    111111        //const float scaleFactor = 80.0f; 
    112         const float scaleFactor = 200.0f; 
     112        const float scaleFactor = 500.0f; 
    113113 
    114114        position.z -= 3.0f * scaleFactor; 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ViewCellsTree.cpp

    r3246 r3250  
    1414#define VIEWCELLS_VERSION 1.0f 
    1515 
     16// hack: this has to be set to 0.05f for powerplant, to 1 otherwise 
    1617static const float sScale = 0.05f; 
     18//static const float sScale = 1.0f; 
    1719 
    1820 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp

    r3249 r3250  
    582582        //LoadModel("sibenik.dem", dynamicObjects); 
    583583 
    584 #if 1 
     584#if 0 
    585585        LoadModel("hbuddha.dem", dynamicObjects); 
    586586 
     
    617617        resourceManager->mUseSpecialColors = false; 
    618618 
    619  
    620 /*      int cityEntities = LoadModel("vienna_full_hp.dem", dynamicObjects); 
    621          
    622         for (int i = (int)dynamicObjects.size() - cityEntities; i < (int)dynamicObjects.size(); ++ i) 
    623                 dynamicObjects[i]->GetTransform()->SetMatrix(transl); 
    624 */ 
    625619 
    626620        /////////// 
Note: See TracChangeset for help on using the changeset viewer.