mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Adjust initial view to be slightly from the side
This commit is contained in:
parent
9320fc1af5
commit
860a3dccdc
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class CuraApplication(QtApplication):
|
|||
self._physics = PlatformPhysics.PlatformPhysics(controller, self._volume)
|
||||
|
||||
camera = Camera("3d", root)
|
||||
camera.setPosition(Vector(0, 250, 900))
|
||||
camera.setPosition(Vector(-80, 250, 700))
|
||||
camera.setPerspective(True)
|
||||
camera.lookAt(Vector(0, 0, 0))
|
||||
controller.getScene().setActiveCamera("3d")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue