Removed widget pointlight since it is now redundant
This commit is contained in:
@@ -84,15 +84,6 @@
|
|||||||
</Components>
|
</Components>
|
||||||
<Children/>
|
<Children/>
|
||||||
</Entity>
|
</Entity>
|
||||||
<Entity name="Light">
|
|
||||||
<Components>
|
|
||||||
<c:PointLight/>
|
|
||||||
<c:Transform>
|
|
||||||
<Position X="0.400000006" Y="0.400000006" Z="0.400000006"/>
|
|
||||||
</c:Transform>
|
|
||||||
</Components>
|
|
||||||
<Children/>
|
|
||||||
</Entity>
|
|
||||||
</Children>
|
</Children>
|
||||||
|
|
||||||
</Entity>
|
</Entity>
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ void EditorRenderSystem::Update(double dt)
|
|||||||
//scene.AmbientColor = (glm::vec4)(*cSceneLight->begin())["AmbientColor"];
|
//scene.AmbientColor = (glm::vec4)(*cSceneLight->begin())["AmbientColor"];
|
||||||
m_RenderFrame->Gamma = 2.2;
|
m_RenderFrame->Gamma = 2.2;
|
||||||
m_RenderFrame->Exposure = 1.0;
|
m_RenderFrame->Exposure = 1.0;
|
||||||
scene.AmbientColor = glm::vec4(0.6, 0.5, 0.5, 1.0);
|
scene.AmbientColor = glm::vec4(0.8, 0.8, 0.8, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto models = m_World->GetComponents("Model");
|
auto models = m_World->GetComponents("Model");
|
||||||
|
|||||||
Reference in New Issue
Block a user