Ignore:
Timestamp:
12/15/05 18:45:12 (19 years ago)
Author:
mattausch
Message:

updated rendersimulator

File:
1 edited

Legend:

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

    r463 r468  
    1515class VspKdTree; 
    1616class VspBspTree; 
     17class RenderSimulator; 
    1718 
    1819/** Namespace for the external visibility preprocessor 
     
    100101  VspKdTree *mVspKdTree; 
    101102 
     103  /** Simulates rendering of the scene. 
     104  */ 
     105  RenderSimulator *mRenderSimulator; 
     106 
    102107protected: 
    103108 
Note: See TracChangeset for help on using the changeset viewer.