#include <Hud.h>
Collaboration diagram for Teddy::SpaceGame::Hud:
Public Methods | |
Hud (Root *root) | |
Constructor. More... | |
void | setTargetMatrix (Matrix *m) |
Set HUD target matrix. More... | |
virtual void | drawSelf () |
Drawing code - FIX ugly code... More... | |
Protected Attributes | |
Root * | root |
Matrix * | target_matrix |
Definition at line 51 of file Hud.h.
|
Constructor.
Definition at line 56 of file Hud.cpp. References root, and target_matrix. |
|
Drawing code - FIX ugly code...
Definition at line 104 of file Hud.cpp. References root, Teddy::SpaceGame::speed, target_matrix, TEDDY__SPACE_GAME__VERSION_MAJOR, and TEDDY__SPACE_GAME__VERSION_MINOR. |
|
Set HUD target matrix.
Definition at line 95 of file Hud.cpp. References Teddy::SpaceGame::speed, and target_matrix. |
|
|
|
Definition at line 61 of file Hud.h. Referenced by drawSelf(), Hud(), and setTargetMatrix(). |