Ignore:
Timestamp:
01/08/06 05:56:40 (18 years ago)
Author:
mattausch
Message:

implemented view cells exporting / loading
improved vsp bsp tree (only axis aligbed until a level), reuse results from Plane
testing, collectmergeneighbors
implemented view cell meshes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/Parser.h

    r339 r508  
    1414  Parser() {} 
    1515 
    16         virtual bool ParseFile(const string filename, SceneGraphNode **root) = 0; 
     16  virtual bool ParseFile(const string filename, SceneGraphNode **root) {return false;}; 
    1717         
    1818}; 
Note: See TracChangeset for help on using the changeset viewer.