OGRE 14.3
Object-Oriented Graphics Rendering Engine
|
Result from a terrain ray intersection with the terrain group. More...
#include <OgreTerrainGroup.h>
Public Member Functions | |
RayResult (bool _hit, Terrain *_terrain, const Vector3 &_pos) | |
Public Attributes | |
bool | hit |
Whether an intersection occurred. | |
Vector3 | position |
Position at which the intersection occurred. | |
Terrain * | terrain |
Which terrain instance was hit, if any. | |
Result from a terrain ray intersection with the terrain group.
|
inline |
bool Ogre::TerrainGroup::RayResult::hit |
Whether an intersection occurred.
Terrain* Ogre::TerrainGroup::RayResult::terrain |
Which terrain instance was hit, if any.
Vector3 Ogre::TerrainGroup::RayResult::position |
Position at which the intersection occurred.