Ignore:
Timestamp:
04/20/06 13:25:41 (18 years ago)
Author:
mattausch
Message:

after rendering workshop submissioin
x3dparser can use def - use constructs
implemented improved evaluation (samples are only stored in leaves, only propagate pvs size)

File:
1 edited

Legend:

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

    r749 r752  
    1717 
    1818  bool ParseFile(const string filename, ViewCellsManager &viewCells) { return false; } 
    19    
     19 
     20  bool 
     21  ParseSingleFile(const string filename, 
     22                                  SceneGraphNode *root); 
     23         
    2024}; 
    2125 
Note: See TracChangeset for help on using the changeset viewer.