Remove setLightPosition call

This should be replaced by a proper light object
This commit is contained in:
Arjen Hiemstra 2015-11-24 17:58:26 +01:00
parent e61d3e4f3e
commit 090f912a55

View file

@ -173,7 +173,6 @@ class CuraApplication(QtApplication):
self._volume = BuildVolume.BuildVolume(root)
self.getRenderer().setLightPosition(Vector(0, 150, 0))
self.getRenderer().setBackgroundColor(QColor(245, 245, 245))
self._physics = PlatformPhysics.PlatformPhysics(controller, self._volume)