Changeset 473 for trunk/VUT/GtpVisibilityPreprocessor/src/RenderSimulator.h
- Timestamp:
- 12/20/05 20:33:42 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/RenderSimulator.h
r468 r473 48 48 49 49 public: 50 RenderSimulator( );50 RenderSimulator(ViewCellsManager *viewCellsManager); 51 51 /** Constructor taking the estimated render cost, 52 52 the view cell overhead, 53 53 and the average move speed of the player into account. 54 54 */ 55 RenderSimulator(float objRendercost, float vcOverhead, float moveSpeed); 55 RenderSimulator(ViewCellsManager *viewCellsManager, 56 float objRendercost, 57 float vcOverhead, 58 float moveSpeed); 56 59 57 60 /** Sets estimated render time for a single object in the PVS.
Note: See TracChangeset
for help on using the changeset viewer.