Changeset 503 for trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.h
- Timestamp:
- 01/05/06 20:41:52 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.h
r479 r503 116 116 */ 117 117 void SetArea(float area); 118 119 /** Updates the view cell statstics for this particular view cell. 120 */ 118 121 virtual void UpdateViewCellsStats(ViewCellsStatistics &vcStat); 119 122 … … 123 126 /// Rays piercing this view cell. 124 127 RayContainer mPiercingRays; 128 129 /** Sets the mesh for this view cell. 130 */ 131 void SetMesh(Mesh *mesh); 125 132 126 133 protected:
Note: See TracChangeset
for help on using the changeset viewer.