Antkeeper
0.0.1
|
#include "game/systems/updatable-system.hpp"
#include <engine/entity/id.hpp>
#include <engine/math/vector.hpp>
#include <engine/math/matrix.hpp>
#include "game/components/blackbody-component.hpp"
#include <vector>
Go to the source code of this file.
Classes | |
class | blackbody_system |
Calculates the color and luminance of blackbody radiators. More... | |