mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Remove setLightPosition call
This should be replaced by a proper light object
This commit is contained in:
parent
e61d3e4f3e
commit
090f912a55
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue