Ignore:
Timestamp:
10/16/06 17:17:42 (18 years ago)
Author:
mattausch
Message:

added kd tree loading

File:
1 edited

Legend:

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

    r1625 r1626  
    273273 
    274274 
    275 void HierarchyManager::ConstructInterleaved2(const VssRayContainer &sampleRays,                                                                                   
    276                                                                                          const ObjectContainer &objects, 
    277                                                                                          AxisAlignedBox3 *forcedViewSpace) 
     275void HierarchyManager::ConstructInterleavedWithGradient(const VssRayContainer &sampleRays,                                                                                        
     276                                                                                                                const ObjectContainer &objects, 
     277                                                                                                                AxisAlignedBox3 *forcedViewSpace) 
    278278{ 
    279279        mHierarchyStats.Reset(); 
Note: See TracChangeset for help on using the changeset viewer.