matf-rg-engine 1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
|
Stores elapsed time for frames in seconds. More...
#include <PlatformController.hpp>
Public Attributes | |
float | dt |
Elapsed seconds for the previous frame. | |
float | previous |
Time from the initialization of the Platform to the moment when the previous frame began. | |
float | current |
Time from the initialization of the Platform to the moment when the current frame began. | |
Stores elapsed time for frames in seconds.
float engine::platform::FrameTime::dt |
Elapsed seconds for the previous frame.
float engine::platform::FrameTime::previous |
Time from the initialization of the Platform to the moment when the previous frame began.
float engine::platform::FrameTime::current |
Time from the initialization of the Platform to the moment when the current frame began.