|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <VMapTools.h>
Public Member Functions | |
| void | operator() (const G3D::Ray &ray, const TValue *entity, bool pStopAtFirstHit, float &distance) |
Public Attributes | |
| TValue * | closestEntity |
| G3D::Vector3 | hitLocation |
| G3D::Vector3 | hitNormal |
Definition at line 23 of file VMapTools.h.
|
inline |
Definition at line 29 of file VMapTools.h.
References hitLocation, and hitNormal.
| TValue* VMAP::IntersectionCallBack< TValue >::closestEntity |
Definition at line 25 of file VMapTools.h.
| G3D::Vector3 VMAP::IntersectionCallBack< TValue >::hitLocation |
Definition at line 26 of file VMapTools.h.
Referenced by operator()().
| G3D::Vector3 VMAP::IntersectionCallBack< TValue >::hitNormal |
Definition at line 27 of file VMapTools.h.
Referenced by operator()().