WIP Ljus Funkar typ

This commit is contained in:
Tobias Dahl
2014-03-11 09:59:18 +01:00
parent b53a921a37
commit 15e4b35cb0
2 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ void GameWorld::Initialize()
ent = CreateEntity();
transform = AddComponent<Components::Transform>(ent, "Transform");
transform->Position = glm::vec3(10.f, 4.f, 0.f);
transform->Position = glm::vec3(0.f, -4.f, 0.f);
pointLight = AddComponent<Components::PointLight>(ent, "PointLight");
pointLight->Specular = glm::vec3(1.0, 1.0, 1.0);
pointLight->Diffuse = glm::vec3(1.0, 1.0, 1.0);