Base lightrendering started, still some work to be done.

This commit is contained in:
tleety
2015-09-10 22:13:37 +02:00
parent f2209466ef
commit c0589563af
7 changed files with 61 additions and 18 deletions
Regular → Executable
+3 -1
View File
@@ -89,7 +89,9 @@ struct SpriteJob : RenderJob
unsigned int TextureID;
glm::mat4 ModelMatrix;
GLuint Texture;
GLuint DiffuseTexture;
GLuint NormalTexture;
GLuint SpecularTexture;
glm::vec4 Color;
void CalculateHash() override