This commit is contained in:
Tleety
2016-01-18 16:50:41 +01:00
parent 01a164847c
commit 601ce85c05
4 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ private:
//This should be a component
struct LightSource {
glm::vec4 Position = glm::vec4(0.f);
glm::vec4 Direction = glm::vec4(0.f);
glm::vec4 Direction = glm::vec4(10.f);
glm::vec4 Color = glm::vec4(1.f);
float Radius = 5.f;
float Intensity = 0.8f;