Ignore:
Timestamp:
01/23/06 02:56:48 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r557 r564  
    105105  if (!mDetectEmptyViewSpace) 
    106106        ray.mFlags &= ~Ray::CULL_BACKFACES; 
    107                                                            else 
    108                                                                 ray.mFlags |= Ray::CULL_BACKFACES; 
     107  else 
     108        ray.mFlags |= Ray::CULL_BACKFACES; 
    109109 
    110110  if (mKdTree->CastRay(ray)) { 
     
    601601           
    602602  } 
    603    
     603  
     604 
    604605  cout << "#totalRayStackSize=" << (int)mVssRays.size() << endl << flush; 
    605606  Debug << (int)mVssRays.size() << " rays generated in "  
Note: See TracChangeset for help on using the changeset viewer.