Ignore:
Timestamp:
06/19/08 18:07:09 (16 years ago)
Author:
mattausch
Message:

updated the camera model

File:
1 edited

Legend:

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

    r2776 r2778  
    88{ 
    99 
     10class RenderTraverser; 
     11 
     12 
    1013/** A simple class that computes the first intersection of a horizontal ray with 
    1114        the scene. Can be used to "drop" objects in the scene. 
     
    1518public: 
    1619 
    17         SceneQuery(const AxisAlignedBox3 &sceneBox); 
     20        SceneQuery(const AxisAlignedBox3 &sceneBox, RenderTraverser *traverser); 
    1821 
    1922        bool CalcIntersection(Vector3 &pt); 
    2023 
     24 
    2125protected: 
    2226 
    23         void Prepare(); 
     27        void Prepare(RenderTraverser *traverser); 
    2428 
    2529 
Note: See TracChangeset for help on using the changeset viewer.