#include <OgreSceneQuery.h>
Public Attributes | |
| WorldFragmentType | fragmentType |
| The type of this world fragment. | |
| Vector3 | singleIntersection |
| Single intersection point, only applicable for WFT_SINGLE_INTERSECTION. | |
| std::list< Plane > * | planes |
| Planes bounding a convex region, only applicable for WFT_PLANE_BOUNDED_REGION. | |
| void * | geometry |
| Custom geometry block, only applicable for WFT_CUSTOM_GEOMETRY. | |
| RenderOperation * | renderOp |
| General render operation structure, fallback if nothing else is available. | |
Definition at line 103 of file OgreSceneQuery.h.
Single intersection point, only applicable for WFT_SINGLE_INTERSECTION.
Definition at line 107 of file OgreSceneQuery.h.
| std::list<Plane>* Ogre::SceneQuery::WorldFragment::planes |
Planes bounding a convex region, only applicable for WFT_PLANE_BOUNDED_REGION.
Definition at line 109 of file OgreSceneQuery.h.
Custom geometry block, only applicable for WFT_CUSTOM_GEOMETRY.
Definition at line 111 of file OgreSceneQuery.h.
General render operation structure, fallback if nothing else is available.
Definition at line 113 of file OgreSceneQuery.h.
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Mon Jun 16 12:53:25 2008