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/Plane3.h

    r265 r268  
    5050                if (coplanar)  
    5151                        (*coplanar) = true;      
    52          
     52                Debug << "signum is zero" << endl; 
    5353                return a; 
    5454        } 
     
    6262      (*t) = u; 
    6363     
    64     return a + u * b - u * a; // NOTE: gives better precision than calclulating a + u * v 
     64    return a - Distance(a) * b / dv + Distance(a) * a / dv; // NOTE: gives better precision than calclulating a + u * v 
    6565    //return a + (u * v); 
    6666  } 
Note: See TracChangeset for help on using the changeset viewer.