Posts by Nangil Rodrigues • 31 points
2 posts
-
0
votes2
answers70
viewsA: Limit motion copy on specific axes
Yes, I tried. It seems to me that the correct syntax for the function would be: mov2.worldOrientation = [1.0, 1.0, 0.0] where: mov2.worldOrientation = [x, y, z]…
-
3
votes2
answers70
viewsQ: Limit motion copy on specific axes
I’m developing a game in Blender and programming in Python. I had to develop solutions to work with Oculus Rift. Where my character follows the movement of user vision. I am using the following…