source:
trunk/VUT/GtpVisibility/src/QueryManager.cpp
@
71
Revision 71, 317 bytes checked in by mattausch, 20 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[65] | 1 | #include "QueryManager.h" |
2 | ||
3 | ||
4 | namespace GtpVisibility { | |
[71] | 5 | |
6 | QueryManager::QueryManager(HierarchyInterface *hierarchyInterface) | |
7 | { | |
8 | } | |
9 | ||
10 | bool 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.