Antkeeper
0.0.1
|
#include "game/systems/updatable-system.hpp"
#include <engine/entity/id.hpp>
#include <engine/scene/directional-light.hpp>
#include <engine/math/vector.hpp>
#include <engine/math/se3.hpp>
#include <engine/render/passes/sky-pass.hpp>
#include "game/components/observer-component.hpp"
#include "game/components/atmosphere-component.hpp"
#include "game/components/celestial-body-component.hpp"
#include "game/components/orbit-component.hpp"
#include <engine/geom/primitives/ray.hpp>
Go to the source code of this file.
Classes | |
class | astronomy_system |
Calculates apparent properties of celestial bodies as seen by an observer. More... | |