Ignore:
Timestamp:
09/14/05 18:32:40 (19 years ago)
Author:
mattausch
Message:

did bsp stuff

File:
1 edited

Legend:

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

    r265 r268  
    11#include "Polygon3.h" 
    22#include "Mesh.h" 
    3  
     3#include "ViewCellBsp.h" // TODO: erase this 
     4// tolerance value for side relation 
    45#define SIDE_TOLERANCE 0.002f // TODO: Test different values 
    56 
     
    114115        { 
    115116                int side = plane.Side(*it, SIDE_TOLERANCE); 
    116                 //Debug << "side: " << side << " " << plane.Distance(*it) << endl; 
     117                if (BspTree::displayDebug) Debug << "side: " << side << " " << plane.Distance(*it) << endl; 
    117118 
    118119                if (side > 0) 
Note: See TracChangeset for help on using the changeset viewer.