Two emitters and following camera
This commit is contained in:
@@ -23,6 +23,7 @@ struct ParticleEmitter : Component
|
||||
|
||||
EntityID ParticleTemplate;
|
||||
float SpawnFrequency;
|
||||
float Speed;
|
||||
int SpawnCount;
|
||||
std::vector<Color> ColorSpectrum;
|
||||
std::vector<glm::vec3> ScaleSpectrum;
|
||||
|
||||
Reference in New Issue
Block a user