Changeset 468 for trunk/VUT/GtpVisibilityPreprocessor/src/Preprocessor.h
- Timestamp:
- 12/15/05 18:45:12 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/Preprocessor.h
r463 r468 15 15 class VspKdTree; 16 16 class VspBspTree; 17 class RenderSimulator; 17 18 18 19 /** Namespace for the external visibility preprocessor … … 100 101 VspKdTree *mVspKdTree; 101 102 103 /** Simulates rendering of the scene. 104 */ 105 RenderSimulator *mRenderSimulator; 106 102 107 protected: 103 108
Note: See TracChangeset
for help on using the changeset viewer.