cq_toplevel: fix "back" image export to actually show the back of the phone

This commit is contained in:
2024-02-07 22:47:48 +00:00
parent fd9e768fc1
commit 1ef190d932

View File

@@ -40,6 +40,7 @@ def export_png_image(obj, file_: str, orientation: str):
camera.Elevation(-50)
elif orientation == "back":
camera.Roll(0)
camera.Yaw(180)
camera.Elevation(-35)
elif orientation == "side":
camera.Yaw(75)