Ignore:
Timestamp:
06/27/08 01:43:45 (16 years ago)
Author:
mattausch
Message:

friendly culling debug version with timers, no materials

File:
1 edited

Legend:

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

    r2796 r2800  
    44#include "common.h" 
    55#include "AxisAlignedBox3.h" 
     6 
    67 
    78namespace CHCDemoEngine 
     
    2223        bool CalcIntersection(Vector3 &pt); 
    2324 
    24  
    2525protected: 
    2626 
     
    3232        AxisAlignedBox3 mSceneBox; 
    3333 
    34         float *mDepth; 
     34        unsigned char *mDepth; 
    3535}; 
    3636 
Note: See TracChangeset for help on using the changeset viewer.