#include <tracer.h>
Inherits Camera.
Inheritance diagram for Tracer:


Public Member Functions | |
| Tracer (void) | |
| ~Tracer () | |
| void | associate (const WorldEntity *entity) |
| Associates tracer with entity. | |
Private Attributes | |
| WorldEntity * | mEntity |
| world entity that this tracer follows | |
This camera can be associated with player's tank and use some preconfigured navigation to follow the tank (keep distance, angle, ...).
Definition at line 16 of file tracer.h.
|
|
Definition at line 5 of file tracer.cpp. |
|
|
Definition at line 10 of file tracer.cpp. |
|
|
Associates tracer with entity.
|
|
|
world entity that this tracer follows
|
1.4.5