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

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