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

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