Ignore:
Timestamp:
11/25/05 14:29:09 (19 years ago)
Author:
mattausch
Message:

changed tabs

File:
1 edited

Legend:

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

    r431 r433  
    538538        Intersectable::NewMail(3); 
    539539 
    540         Debug << "evaluating cost ratio: " << leaf->rays.size() << endl; 
    541540        if (axis <= VssTreeNode::SPLIT_Z) { 
    542541    // this is the main ray classification loop! 
     
    545544                                ri++) 
    546545      if ((*ri).mRay->IsActive()) { 
    547                                 //Debug << "new t: " <<   (*ri).mRay->mT << endl; 
     546                                 
    548547                                // determine the side of this ray with respect to the plane 
    549548                                int side = (*ri).ComputeRayIntersection(axis, position, (*ri).mRay->mT); 
Note: See TracChangeset for help on using the changeset viewer.