Ignore:
Timestamp:
04/23/07 16:19:30 (17 years ago)
Author:
mattausch
Message:

implemented part of rendering estimation of wimmer et al. for view space / object space subdivision.
warning: not working with undersampling estimation + local visibility based subdivision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/KdTree.h

    r2176 r2332  
    422422                                ); 
    423423 
    424   int 
    425   CollectLeafPvs(); 
    426  
    427424  bool ExportBinTree(const std::string &filename); 
     425 
     426  /// loads kd tree from disk. note: sorts objects by id 
    428427  bool LoadBinTree(const std::string &filename, ObjectContainer &object); 
    429428 
Note: See TracChangeset for help on using the changeset viewer.