group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
ParticleSystem.hpp File Reference

Top-level particle system orchestrator owning all effect sub-systems. More...

#include "ParticleEvents.hpp"
#include "ParticleRenderer.hpp"
#include "ecs/components/Projectile.hpp"
#include "ecs/registry/Registry.hpp"
#include "effects/BulletHoleDecal.hpp"
#include "effects/ExplosionEffect.hpp"
#include "effects/HitscanEffect.hpp"
#include "effects/ImpactEffect.hpp"
#include "effects/RibbonTrail.hpp"
#include "effects/SmokeEffect.hpp"
#include "effects/TracerEffect.hpp"
#include "renderer/Camera.hpp"
#include "sdf/SdfRenderer.hpp"
#include <entt/entt.hpp>
#include <glm/glm.hpp>
#include <string_view>
Include dependency graph for ParticleSystem.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParticleSystem
 Top-level particle system orchestrator. More...
 

Detailed Description

Top-level particle system orchestrator owning all effect sub-systems.