cq_toplevel: fix "back" image export to actually show the back of the phone
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user