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