Ignore:
Timestamp:
10/26/06 19:35:43 (18 years ago)
Author:
mattausch
Message:

found constant for ratio

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/VspTree.cpp

    r1680 r1684  
    33213321 
    33223322 
    3323 } 
     3323SubdivisionCandidate *VspTree::CreateSubdivisionCandidate(VspInterior *oldNode) 
     3324{ 
     3325        return new VspSubdivisionCandidate(oldNode->GetPlane(), VspTraversalData()); 
     3326} 
     3327 
     3328} 
Note: See TracChangeset for help on using the changeset viewer.