Ignore:
Timestamp:
06/22/08 09:23:45 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2790 r2796  
    1212class RenderState; 
    1313class AxisAlignedBox3; 
     14class GLUquadric; 
    1415 
    1516 
     
    2223        Visualization(Bvh *bvh, Camera *camera, Camera *vizCamera, RenderState *renderState); 
    2324 
    24         ~Visualization() {} 
     25        ~Visualization(); 
    2526 
    2627        /** Renders the visualizatioin 
     
    6667        /// the current frame id 
    6768        int mFrameId; 
     69 
     70        GLUquadric *mSphere; 
    6871}; 
    6972 
Note: See TracChangeset for help on using the changeset viewer.