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