Ignore:
Timestamp:
08/24/06 22:23:33 (18 years ago)
Author:
bittner
Message:

mlrt 16 ray tracing support

File:
1 edited

Legend:

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

    r1221 r1281  
    1616   
    1717        bool ParseFile( 
    18                 const string filename,  
    19                 SceneGraphNode **root,  
    20                 const bool loadPolygonsAsMeshes = false, 
    21                 vector<Intersectable *> *parents = NULL); 
     18                                   const string filename,  
     19                                   SceneGraphNode **root,  
     20                                   const bool loadPolygonsAsMeshes = false, 
     21                                   vector<FaceParentInfo> *parents = NULL); 
    2222 
    2323        bool ParseFile(const string filename, ViewCellsManager &viewCells); 
Note: See TracChangeset for help on using the changeset viewer.