Is there a convenient way to move an object along its own axis rather than the parent’s?
Manu
Is there a convenient way to move an object along its own axis rather than the parent’s?
Manu
nodepath.setPos(nodepath, x, y, z)
That’s interesting! Thank you! I’ll try it out.
I wonder: how come it’s not documented in the function definition here:
panda3d.org/apiref.php?page=NodePath#setPos
I can see there are description about using it relatively to other objects, but I couldn’t quite figure out how to do it. Is this documented elsewhere?
Thank you again!
Manu
help(NodePath.set***)
Aaah! Thank you!
Manu