Ignore:
Timestamp:
01/04/09 16:06:56 (15 years ago)
Author:
mattausch
Message:

pvs seems to work now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Visualization.h

    r3063 r3245  
    1414class AxisAlignedBox3; 
    1515class GLUquadric; 
     16struct ViewCell; 
    1617 
    1718 
     
    4849        */ 
    4950        void RenderFrustum(); 
     51        /** Sets the current view cell. 
     52        */ 
     53        void SetViewCell(ViewCell *vc); 
    5054 
     55        /** Renders box as wireframe. 
     56        */ 
     57        static void RenderBoxForViz(const AxisAlignedBox3 &box); 
    5158 
    5259protected: 
     
    6572        /// the current frame id 
    6673        int mFrameId; 
     74 
     75        ViewCell *mViewCell; 
    6776}; 
    6877 
Note: See TracChangeset for help on using the changeset viewer.