Ignore:
Timestamp:
11/14/05 21:29:57 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r409 r410  
    4848        for (it = viewCells.begin(); it != it_end; ++ it) 
    4949        { 
     50                // compute view cell area 
    5051                mBspTree->ConstructGeometry(dynamic_cast<BspViewCell *>(*it), geom); 
     52                const float area = Polygon3::GetArea(geom); 
    5153                CLEAR_CONTAINER(geom); 
    5254 
    53                 const float area = Polygon3::GetArea(geom); 
    5455                // area substitute for view point probability 
    5556                float pInVc = area; 
Note: See TracChangeset for help on using the changeset viewer.