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