Two emitters and following camera

This commit is contained in:
Stiffly
2014-05-13 00:55:42 +02:00
parent 19a2879104
commit df13663ca8
3 changed files with 49 additions and 24 deletions
+1
View File
@@ -23,6 +23,7 @@ struct ParticleEmitter : Component
EntityID ParticleTemplate;
float SpawnFrequency;
float Speed;
int SpawnCount;
std::vector<Color> ColorSpectrum;
std::vector<glm::vec3> ScaleSpectrum;