mirror of
https://forge.apps.education.fr/blender-edutech/blender-edutech-tutoriels.git
synced 2024-01-27 09:42:33 +01:00
Tutoriel 3 : parties de 3 fait
This commit is contained in:
parent
6e0ea82751
commit
70821313b9
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -65,7 +65,7 @@ def manette(cont):
|
||||
obj.applyRotation((0, -resolution,-obj.worldOrientation.to_euler().z), False)
|
||||
|
||||
# Bouton droit - Broche 5
|
||||
if bt_gauche.read() == False and bt_droit.read() == True :
|
||||
if bt_gauche.read() == False and bt_droit.read() == True:
|
||||
obj.applyRotation((0, resolution,-obj.worldOrientation.to_euler().z), False)
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user