Ignore:
Timestamp:
01/02/06 13:42:43 (19 years ago)
Author:
mattausch
Message:

valid view point regions working now for bsp view cells (crit: maxpvs)

File:
1 edited

Legend:

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

    r487 r489  
    278278        bool ViewPointValid(const Vector3 &viewPoint) const; 
    279279 
     280        /** Returns the view cell corresponding to  
     281                the space outside the valid view space. 
     282        */ 
     283        BspViewCell *GetOutOfBoundsCell() const; 
    280284 
    281285protected: 
     
    550554        */ 
    551555        void PropagateUpValidity(BspNode *node); 
     556 
     557        /** Creates or returns view cell corresponding to  
     558                the space outside the valid view space. 
     559        */ 
     560        BspViewCell *GetOrCreateOutOfBoundsCell(); 
    552561 
    553562        /// Pointer to the root of the tree 
     
    644653        int mMaxPvs; 
    645654 
     655        /// View cell corresponding to the space outside the valid view space 
     656        BspViewCell *mOutOfBoundsCell; 
    646657 
    647658private: 
Note: See TracChangeset for help on using the changeset viewer.