Ignore:
Timestamp:
11/29/05 00:01:43 (19 years ago)
Author:
mattausch
Message:

added vview cell manager functionality

File:
1 edited

Legend:

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

    r261 r439  
    2727    */ 
    2828    virtual bool LoadScene(const string filename); 
    29  
    30     /** Load the input viewcells. The input viewcells should be given as a collection 
    31         of meshes. Each mesh is assume to form a bounded polyhedron defining the interior of 
    32         the viewcell. The method then builds a BSP tree of these view cells. 
    33         @param filename file to load 
    34         @return true on success 
    35     */ 
    36     virtual bool LoadViewCells(const string filename); 
    3729 
    3830    /** Generate the viewCells automatically. The particular algorithm to be used depends 
Note: See TracChangeset for help on using the changeset viewer.