source: trunk/VUT/GtpVisibility/src/QueryManager.cpp @ 65

Revision 65, 249 bytes checked in by bittner, 19 years ago (diff)

Merged headers and sources for dummy modules. Added GtpVisibilityPreprocessor?

Line 
1#include "QueryManager.h"
2
3
4namespace GtpVisibility {
5 
6  bool
7  QueryManager::ShootRay(const Ray &ray,
8                         std::vector<Mesh *> *visibleMeshes,
9                         bool isGlobalLine
10                         )
11  {
12    // run OGRE ray shooting query
13   
14
15    return false;
16  }
17 
18 
19};
Note: See TracBrowser for help on using the repository browser.