Ignore:
Timestamp:
11/14/05 15:59:20 (19 years ago)
Author:
mattausch
Message:

worked on kd view space partitioning structure
worked on render simulation

File:
1 edited

Legend:

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

    r392 r409  
    99#include "ViewCellBsp.h" 
    1010#include "ViewCell.h" 
    11 //#include "SceneGraph.h" 
    1211 
     12class RenderSimulator; 
    1313class SceneGraph; 
    1414 
     
    9393  void DeleteViewCells(); 
    9494 
     95  RenderSimulator *GetRenderSimulator(); 
     96 
    9597  /** Parses the view cell options 
    9698  */ 
     
    115117  /// the view cell corresponding to unbounded space 
    116118  BspViewCell mUnbounded; 
     119 
     120  RenderSimulator *mRenderSimulator; 
    117121}; 
    118122 
Note: See TracChangeset for help on using the changeset viewer.