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/Preprocessor.h

    r496 r508  
    9696          @returns true if samples were written successfully 
    9797  */ 
    98   bool WriteSamples(const VssRayContainer &samples) const; 
     98  bool ExportSamples(const VssRayContainer &samples) const; 
     99 
    99100  /// scene graph loaded from file 
    100101  SceneGraph *mSceneGraph; 
Note: See TracChangeset for help on using the changeset viewer.