Ignore:
Timestamp:
02/12/06 21:45:02 (18 years ago)
Author:
mattausch
Message:

really last checkin before svn change

File:
1 edited

Legend:

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

    r611 r612  
    127127                float GetCost() const 
    128128                { 
    129 #if 0 
     129#if 1 
    130130                        return mPvs * mProbability; 
    131131#endif 
    132 #if 1 
     132#if 0 
    133133                        return (float) (-mDepth); // for regular grid 
    134134#endif 
     
    398398                                         VspBspTraversalData &data, 
    399399                                         VspBspTraversalData &frontData, 
    400                                          VspBspTraversalData &backData); 
     400                                         VspBspTraversalData &backData, 
     401                                         int &splitAxis); 
    401402         
    402403        /** Strategies where the effect of the split plane is tested 
     
    627628        /// box around the whole view domain 
    628629        AxisAlignedBox3 mBox; 
     630 
     631        bool mUseCostHeuristics; 
    629632 
    630633        /// minimal number of rays before subdivision termination 
     
    721724        int mTimeStamp; 
    722725 
     726        int mCreatedViewCells; 
     727 
    723728private: 
    724729 
Note: See TracChangeset for help on using the changeset viewer.