Ignore:
Timestamp:
12/01/05 18:50:06 (19 years ago)
Author:
mattausch
Message:

added visibilitymanager
removed area computation from bsp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Preprocessor.cpp

    r440 r441  
    175175                int bspConstructionSamples = 0; 
    176176 
     177                mBspTree = new BspTree(); 
     178 
    177179                environment->GetIntValue("BspTree.Construction.samples", bspConstructionSamples); 
    178180                mViewCellsManager = new BspViewCellsManager(mBspTree, bspConstructionSamples); 
     
    212214 
    213215        bool loadViewCells = false; 
    214         environment->GetBoolValue("ViewCell.Construction.loadFromFile", loadViewCells); 
     216        environment->GetBoolValue("ViewCells.loadFromFile", loadViewCells); 
    215217 
    216218        //-- load view cells from file if requested 
Note: See TracChangeset for help on using the changeset viewer.