#include <RayEffect.h>
Public Attributes | |
| const Drawable * | draw |
| the drawable | |
| Coord3D | startLoc |
| start location for ray | |
| Coord3D | endLoc |
| end location for ray | |
Data the ray effect system keeps for an entry
Definition at line 45 of file RayEffect.h.
| const Drawable* RayEffectData::draw |
the drawable
Definition at line 48 of file RayEffect.h.
| Coord3D RayEffectData::endLoc |
end location for ray
Definition at line 50 of file RayEffect.h.
| Coord3D RayEffectData::startLoc |
start location for ray
Definition at line 49 of file RayEffect.h.