3#include "BadgeSetComponent.h"
5#include "Resources/Resources.h"
6#include "Resources/MeshStreamsLayout.h"
7#include "Systems/ComponentSystem.h"
8#include "BadgeSetPicker.h"
17 bool initialized =
false;
18 bool texturesLoaded =
false;
19 glm::vec4 viewPlaneLocal;
60 std::unique_ptr<BadgeSetPicker> picker;
The BadgeSet system manages and displays BadgeSets as instanced quads.
virtual void initialize(Context *context) override
Initialize the system.
virtual void cleanup(Context *context) override
Provided for custom cleanup logic in derived systems.
Context * context
Pointer to the Context instance the system lives in.
void update()
Updates the system state to that of the current frame.
Component system with parallel data per component stored in a pool similar to how the components them...
A Context instance contains all the services, systems and runtime components needed to use Cogs.
Base allocator implementation.
uint16_t VariableKey
Used to lookup material properties.
Contains all Cogs related functionality.
ComponentIndex SizeType
Type used to track the size of pools.