Ignore:
Timestamp:
11/18/05 20:30:31 (19 years ago)
Author:
mattausch
Message:

proceeding with the kd view space partition

File:
1 edited

Legend:

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

    r422 r423  
    739739                 (data.mArea <= mTermMinArea) || 
    740740                 (data.mDepth >= mTermMaxDepth) || 
    741                  (((float)data.mPvs / ((float)data.mRays->size() + Limits::Small)) <  
    742                         mTermMaxRayContribution)); 
     741                 (data.GetAvgRayContribution() < mTermMaxRayContribution)); 
    743742} 
    744743 
Note: See TracChangeset for help on using the changeset viewer.