Loading...
Searching...
No Matches
Scene.h File Reference
#include <string>
#include "SceneEnvironment.h"
#include "../ecs/Entity.h"
#include "glm/mat4x4.hpp"
#include "glm/detail/type_vec3.hpp"
#include "nlohmann/json.hpp"
Include dependency graph for Scene.h:
This graph shows which files directly or indirectly include this file:

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
 

Variable Documentation

◆ INVALID_ENTITY

constexpr hellfire::EntityID INVALID_ENTITY = 0
staticconstexpr

Definition at line 10 of file Scene.h.