#include <string>#include "SceneEnvironment.h"#include "../ecs/Entity.h"#include "glm/mat4x4.hpp"#include "glm/detail/type_vec3.hpp"#include "nlohmann/json.hpp"Go to the source code of this file.
Classes | |
| class | hellfire::Scene |
| Manages a collection of entities and their hierarchical relationships. More... | |
Namespaces | |
| namespace | hellfire |
Variables | |
| static constexpr hellfire::EntityID | INVALID_ENTITY = 0 |
|
staticconstexpr |