Lots of things done

This commit is contained in:
Ayumiwii
2016-01-08 16:42:59 +01:00
parent c133223bac
commit 3467315aef
15 changed files with 312 additions and 22 deletions
+11
View File
@@ -63,6 +63,17 @@ struct ModelJob : RenderJob
}
};
// Cool Death Animation
struct CoolDeathAnimationJob : ModelJob
{
glm::vec3 OriginPos;
float TimeSinceDeath = 0.f;
float EndOfDeath = 15.0f;
};
struct SpriteJob : RenderJob
{
unsigned int ShaderID = 0;