|
OGRE
1.9.0
|
Represents part of the world geometry that is a result of a SceneQuery. More...
#include <OgreSceneQuery.h>
Public Attributes | |
| WorldFragmentType | fragmentType |
| The type of this world fragment. | |
| void * | geometry |
| Custom geometry block, only applicable for WFT_CUSTOM_GEOMETRY. | |
| list< Plane >::type * | planes |
| Planes bounding a convex region, only applicable for WFT_PLANE_BOUNDED_REGION. | |
| RenderOperation * | renderOp |
| General render operation structure, fallback if nothing else is available. | |
| Vector3 | singleIntersection |
| Single intersection point, only applicable for WFT_SINGLE_INTERSECTION. | |
Represents part of the world geometry that is a result of a SceneQuery.
Definition at line 109 of file OgreSceneQuery.h.
| WorldFragmentType Ogre::SceneQuery::WorldFragment::fragmentType |
The type of this world fragment.
Definition at line 111 of file OgreSceneQuery.h.
| void* Ogre::SceneQuery::WorldFragment::geometry |
Custom geometry block, only applicable for WFT_CUSTOM_GEOMETRY.
Definition at line 117 of file OgreSceneQuery.h.
Planes bounding a convex region, only applicable for WFT_PLANE_BOUNDED_REGION.
Definition at line 115 of file OgreSceneQuery.h.
| RenderOperation* Ogre::SceneQuery::WorldFragment::renderOp |
General render operation structure, fallback if nothing else is available.
Definition at line 119 of file OgreSceneQuery.h.
| Vector3 Ogre::SceneQuery::WorldFragment::singleIntersection |
Single intersection point, only applicable for WFT_SINGLE_INTERSECTION.
Definition at line 113 of file OgreSceneQuery.h.
1.13.2