Ignore:
Timestamp:
01/07/09 15:12:29 (15 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r3256 r3257  
    11961196                if (!viewCellsTree)     LoadVisibilitySolution(); 
    11971197 
    1198                 if (viewCellsTree) 
    1199                 { 
    1200                         viewCellsTree->SetScaleFactor(viewCellsScaleFactor); 
    1201                         LoadPvs(); 
    1202                 } 
     1198                if (viewCellsTree) LoadPvs(); 
    12031199        } 
    12041200 
     
    26112607        VisibilitySolutionLoader visLoader; 
    26122608 
    2613         viewCellsTree = visLoader.Load(vis_filename, bvh); 
     2609        viewCellsTree = visLoader.Load(vis_filename, bvh, viewCellsScaleFactor); 
    26142610 
    26152611        if (!viewCellsTree) 
Note: See TracChangeset for help on using the changeset viewer.