Added blendmap component

Added renderque for models with a blendmap component
Added shaders for blendmaps
This commit is contained in:
Tleety
2014-05-28 20:24:31 +02:00
parent a5f4c9daa0
commit 761b8e21e1
13 changed files with 260 additions and 35 deletions
+8
View File
@@ -45,6 +45,14 @@ struct ModelJob : RenderJob
}
};
struct BlendMapModelJob : ModelJob
{
GLuint BlendMapTextureRed;
GLuint BlendMapTextureGreen;
GLuint BlendMapTextureBlue;
float TextureRepeat;
};
struct SpriteJob : RenderJob
{
unsigned int ShaderID;