Ignore:
Timestamp:
02/05/06 03:07:32 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/VspBspTree.h

    r590 r591  
    123123                float GetCost() const 
    124124                { 
     125#if 0 
     126                        return mPvs * mProbability; 
     127#endif 
    125128#if 1 
    126                         return mPvs * mProbability; 
     129                        return - mDepth; 
    127130#endif 
    128131#if 0 
Note: See TracChangeset for help on using the changeset viewer.