You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But as of now I was only able to change colors of the pieces.... I don't undrestand how/where each piece is positioned and rotated, and how joints definition work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I forked a repository of a robot arm, to try editing it to meet me needs:
https://github.com/jumpjack/robot-arm-3d-with-physics
But as of now I was only able to change colors of the pieces.... I don't undrestand how/where each piece is positioned and rotated, and how joints definition work.
Robot is defined here.
This part define the shapes, and it's ok for me:
But about the positioning, I see that only grip parts have a position.set() statement, so how/where are the other parts positioned and rotated?
Then the joints: currently the arm rotates around the mast:
Instead I want the upperarm to rotate around its own axis when I move the grip:
How can I do it?
Beta Was this translation helpful? Give feedback.
All reactions