source: GTP/trunk/Lib/Vis/OnlineCullingCHC/src/QueryManager.cpp @ 2280

Revision 2280, 474 bytes checked in by mattausch, 17 years ago (diff)

removed dependency on ogre in gtpvisibility

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