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.h

    r422 r423  
    351351                int mPvs; 
    352352                 
     353                /** Returns average ray contribution. 
     354                */ 
     355                float GetAvgRayContribution() const 
     356                { 
     357                        return (float)mPvs / ((float)mRays->size() + Limits::Small); 
     358                } 
     359 
     360 
    353361                BspTraversalData(): 
    354362                mNode(NULL), 
Note: See TracChangeset for help on using the changeset viewer.