Ignore:
Timestamp:
04/23/07 16:19:30 (17 years ago)
Author:
mattausch
Message:

implemented part of rendering estimation of wimmer et al. for view space / object space subdivision.
warning: not working with undersampling estimation + local visibility based subdivision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCell.cpp

    r2227 r2332  
    824824 
    825825                obj->Mail(); 
    826                 renderCost += mViewCellsManager->EvalRenderCost(obj); 
     826                renderCost ++; 
    827827        } 
    828828 
     
    836836                if (!obj->Mailed()) 
    837837                { 
    838                         renderCost += ViewCellsManager::EvalRenderCost(obj); 
     838                        renderCost ++; 
    839839                } 
    840840        } 
Note: See TracChangeset for help on using the changeset viewer.