Changeset 439 for trunk/VUT/GtpVisibilityPreprocessor/include
- Timestamp:
- 11/29/05 00:01:43 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/include/Preprocessor.h
r261 r439 27 27 */ 28 28 virtual bool LoadScene(const string filename); 29 30 /** Load the input viewcells. The input viewcells should be given as a collection31 of meshes. Each mesh is assume to form a bounded polyhedron defining the interior of32 the viewcell. The method then builds a BSP tree of these view cells.33 @param filename file to load34 @return true on success35 */36 virtual bool LoadViewCells(const string filename);37 29 38 30 /** Generate the viewCells automatically. The particular algorithm to be used depends
Note: See TracChangeset
for help on using the changeset viewer.