|
Trace Engine
A Raycaster Engine in C
|
Data Fields | |
| float | actual_frame |
| float | last_frame |
| int | fps |
| trc_timer_t | timer |
A little self-explanatory
| actual_frame | Is the current time (in ticks) |
| last_frame | Is the last saved time (in ticks) |
| fps | Current count of frames |
| timer | A timer of 1 second, after that it should resets back |
| float FPS_counter_t::actual_frame |
| int FPS_counter_t::fps |
| float FPS_counter_t::last_frame |
| trc_timer_t FPS_counter_t::timer |