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/SceneQuery.h

    r2782 r2796  
    1919 
    2020        SceneQuery(const AxisAlignedBox3 &sceneBox, RenderTraverser *traverser); 
    21  
     21        ~SceneQuery() { DEL_ARRAY_PTR(mDepth); } 
    2222        bool CalcIntersection(Vector3 &pt); 
    2323 
     
    3131 
    3232        AxisAlignedBox3 mSceneBox; 
     33 
     34        float *mDepth; 
    3335}; 
    3436 
Note: See TracChangeset for help on using the changeset viewer.