#include <OgreSceneQuery.h>
Public Methods | |
bool | operator< (const RaySceneQueryResultEntry &rhs) const |
Comparison operator for sorting. | |
Public Attributes | |
Real | distance |
Distance along the ray. | |
MovableObject * | movable |
The movable, or NULL if this is not a movable result. | |
SceneQuery::WorldFragment * | worldFragment |
The world fragment, or NULL if this is not a fragment result. |
Definition at line 333 of file OgreSceneQuery.h.
|
Comparison operator for sorting.
Definition at line 342 of file OgreSceneQuery.h. References distance. |
|
Distance along the ray.
Definition at line 336 of file OgreSceneQuery.h. Referenced by operator<(), and Ogre::RaySceneQuery::queryResult(). |
|
The movable, or NULL if this is not a movable result.
Definition at line 338 of file OgreSceneQuery.h. Referenced by Ogre::RaySceneQuery::queryResult(). |
|
The world fragment, or NULL if this is not a fragment result.
Definition at line 340 of file OgreSceneQuery.h. Referenced by Ogre::RaySceneQuery::queryResult(). |
Copyright © 2002-2003 by The OGRE Team
Last modified Sun Nov 28 19:50:41 2004