Ignore:
Timestamp:
06/05/06 23:14:04 (18 years ago)
Author:
mattausch
Message:

added mesh instance support
improved support for occlusion queries + other extensions

File:
1 edited

Legend:

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

    r863 r1001  
    1515  UnigraphicsParser(): Parser() {} 
    1616   
    17   virtual bool ParseFile(const std::string filename, SceneGraphNode **root, const bool loadPolygonsAsMeshes = false); 
     17  virtual bool ParseFile(const std::string filename,  
     18                                                 SceneGraphNode **root,  
     19                                                 const bool loadPolygonsAsMeshes = false); 
    1820   
    1921}; 
Note: See TracChangeset for help on using the changeset viewer.