Ignore:
Timestamp:
08/12/05 18:42:20 (19 years ago)
Author:
mattausch
Message:

added bsp stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/ViewCell.cpp

    r235 r237  
    5858                                                           const int max) 
    5959{ 
     60        // maximal max viewcells 
    6061        int n = max > 0 ? std::min((int)objects.size(), max) : (int)objects.size(); 
     62 
    6163        for (int i = 0; i < n; ++i) 
    6264        { 
     
    7173                        viewCells.push_back(viewCell); 
    7274                } 
     75                //TODO: transformed meshes 
    7376        } 
    7477} 
Note: See TracChangeset for help on using the changeset viewer.