Ignore:
Timestamp:
08/18/06 19:28:12 (18 years ago)
Author:
mattausch
Message:

added intel ray tracing

File:
1 edited

Legend:

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

    r863 r1221  
    260260PlyParser::ParseFile(const string filename, 
    261261                                         SceneGraphNode **root, 
    262                                          const bool loadPolygonsAsMeshes) 
     262                                         const bool loadPolygonsAsMeshes, 
     263                                         vector<Intersectable *> *parents) 
    263264{ 
    264265  vector<string> filelist; 
Note: See TracChangeset for help on using the changeset viewer.