Ignore:
Timestamp:
11/17/05 02:26:30 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r409 r419  
    2424  MeshKdTree::ParseEnvironment(); 
    2525  BspTree::ParseEnvironment(); 
     26  VspKdTree::ParseEnvironment(); 
    2627 
    2728  char buff[128]; 
     
    6667          if (BspTree::sConstructionMethod == BspTree::FROM_INPUT_VIEW_CELLS) 
    6768          { 
    68                    // view cells input file name 
     69                  // view cells input file name 
    6970                  environment->GetStringValue("ViewCells.filename", buff); 
    7071                  string vcFilename(buff); 
    71  
    72                   if (vcFilename != "") 
    73                           p->LoadViewCells(vcFilename); 
    74                   else 
    75                           p->GenerateViewCells(); 
    76  
    77                   Debug << "Viewcells loaded / generated. Number of view cells: " << (int)p->mViewCells.size() << endl; 
     72                  p->LoadViewCells(vcFilename); 
     73                  Debug << (int)p->mViewCells.size() << " view cells loaded" << endl; 
    7874          } 
    7975         
Note: See TracChangeset for help on using the changeset viewer.