Allolib
1.0
C++ Components For Interactive Multimedia
|
Public Member Functions | |
PickEvent (PickEventType t, Rayd r) | |
PickEvent (PickEventType t, Rayd r, Pose p) | |
PickEvent (PickEventType t, Rayd r, Vec3f v) | |
PickEvent (PickEventType t, Rayd r, Pose p, Vec3f v) | |
PickEvent (PickEventType t, Rayd r, float v) | |
PickEvent (PickEventType t, Pose p) | |
PickEvent (PickEventType t, float v) | |
Public Attributes | |
PickEventType | type |
Rayd | ray |
Pose | pose |
Vec3f | vec |
float | amount |
Definition at line 28 of file al_Pickable.hpp.