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

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