Ignore:
Timestamp:
11/17/05 18:47:53 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r419 r420  
    2323  environment->Parse(argc, argv, USE_EXE_PATH); 
    2424  MeshKdTree::ParseEnvironment(); 
    25   BspTree::ParseEnvironment(); 
     25   
    2626  VspKdTree::ParseEnvironment(); 
    2727 
     
    6363  // a certain number of rays collected 
    6464  if (ViewCell::sHierarchy == ViewCell::BSP && 
    65           !(BspTree::sConstructionMethod == BspTree::FROM_RAYS))  
     65          !(BspTree::mConstructionMethod == BspTree::FROM_RAYS))  
    6666  { 
    67           if (BspTree::sConstructionMethod == BspTree::FROM_INPUT_VIEW_CELLS) 
     67          if (BspTree::mConstructionMethod == BspTree::FROM_INPUT_VIEW_CELLS) 
    6868          { 
    6969                  // view cells input file name 
Note: See TracChangeset for help on using the changeset viewer.