Begin clean-up

This commit is contained in:
FakeShemp
2016-03-01 19:10:13 +01:00
parent 1961c16fe2
commit 1ae2f3f5f3
7 changed files with 2 additions and 34 deletions
@@ -19,7 +19,6 @@ struct DirectionalLightJob : RenderJob
Direction = glm::vec4(0,0,-1,0) * glm::inverse(Orientation);
Color = (glm::vec4)directionalLightComponent["Color"];
Intensity = (double)directionalLightComponent["Intensity"];
//TextureAlphaShadows = (bool)directionalLightComponent["TextureAlphaShadows"];
};
glm::quat Orientation;