From 090f912a556eab5fdd0d3c275dc676de1f9495d8 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 24 Nov 2015 17:58:26 +0100 Subject: [PATCH] Remove setLightPosition call This should be replaced by a proper light object --- cura/CuraApplication.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cura/CuraApplication.py b/cura/CuraApplication.py index 399898c641..960f1c1880 100644 --- a/cura/CuraApplication.py +++ b/cura/CuraApplication.py @@ -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)