Billboarding on sprites

This commit is contained in:
Stiffly
2014-05-07 21:34:19 +02:00
parent 398b157b89
commit 1a365bf069
6 changed files with 90 additions and 43 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ struct ParticleEmitter : Component
std::vector<glm::vec3> ScaleSpectrum;
float SpreadAngle;
double LifeTime;
std::vector<glm::vec3> VelocitySpectrum;
bool UseGoalVelocity;
glm::vec3 GoalVelocity;
std::vector<float> AngularVelocitySpectrum;
std::vector<glm::vec3> OrientationSpectrum; //Keep?