Ignore:
Timestamp:
10/12/05 01:15:22 (19 years ago)
Author:
mattausch
Message:

changed the from rays construction (not finished yet)

File:
1 edited

Legend:

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

    r318 r319  
    3838  p->ParseViewCellsOptions(); 
    3939 
    40   if (p->mViewCellsType == Preprocessor::BSP_VIEW_CELLS) 
     40  if (p->mViewCellsType == Preprocessor::BSP_VIEW_CELLS && 
     41          !(BspTree::sConstructionMethod == BspTree::FROM_RAYS)) // construct tree later 
    4142  { 
    4243          if (BspTree::sConstructionMethod == BspTree::FROM_INPUT_VIEW_CELLS) 
Note: See TracChangeset for help on using the changeset viewer.