Ignore:
Timestamp:
08/25/06 18:25:09 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1264 r1286  
    643643 
    644644        float sum = (float)totalVol * sizeBox; 
    645  
    646645 
    647646        Debug << "here82 render cost: " << renderCost / viewSpaceVol << endl; 
     
    25702569                stream << "objects=\""; 
    25712570                 
    2572                 //-- export objects in kd leaves 
     2571                // export objects in kd leaves 
    25732572                //if (mExportObjects) ExportObjects(leaf, stream); 
    25742573                 
    25752574                stream << "\" />" << endl; 
    2576                 //stream << " </Leaf>" << endl; 
    25772575        } 
    25782576        else 
     
    26582656 
    26592657SubdivisionCandidate * OspTree::PrepareConstruction(const VssRayContainer &sampleRays, 
    2660                                                                                    const ObjectContainer &objects, 
    2661                                                                                    AxisAlignedBox3 *forcedObjectSpace, 
    2662                                                                                    RayInfoContainer &rays) 
     2658                                                                                                        const ObjectContainer &objects, 
     2659                                                                                                        AxisAlignedBox3 *forcedObjectSpace, 
     2660                                                                                                        RayInfoContainer &rays) 
    26632661{ 
    26642662        // store pointer to this tree 
Note: See TracChangeset for help on using the changeset viewer.