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