Antkeeper
0.0.1
|
Calculates the color and luminance of blackbody radiators. More...
#include <blackbody-system.hpp>
Public Member Functions | |
blackbody_system (entity::registry ®istry) | |
~blackbody_system () | |
void | update (float t, float dt) override |
Perform's a system's update() function. More... | |
![]() | |
updatable_system (entity::registry ®istry) | |
Creates an updatable system. More... | |
Additional Inherited Members | |
![]() | |
entity::registry & | registry |
Registry on which the system operate. More... | |
Calculates the color and luminance of blackbody radiators.
Definition at line 33 of file blackbody-system.hpp.
|
explicit |
Definition at line 28 of file blackbody-system.cpp.
blackbody_system::~blackbody_system | ( | ) |
Definition at line 39 of file blackbody-system.cpp.
|
overridevirtual |
Perform's a system's update() function.
t | Total elapsed time, in seconds. |
dt | Delta time, in seconds. |
Implements updatable_system.
Definition at line 45 of file blackbody-system.cpp.