Hi.
I have 2 loaded objects jointed and everything works but i want to traslate or rotate the 2 objects as a single one,How can i do that?
Probably by putting them into one node and then translate that node?
Would be my guess, but I am new to jME, so don't know whether its the way how you do it (in case it actually works).
Node mynode = new Node("my node")
mynode.attachChild(spatial1)
mynode.attachChild(spatial2)
mynode.doWhateverTransformationYouWant()
Since this is in the pysics forum, I guess this is not so much about how to construct a Node, but how to apply forces to a system of physics nodes…
The answer might still be part of the solution, I honestly don't have a clue of physics in jME, just wanted to chime in to prevent unneccessary confusion!