Rotations question

Well, i want to be able to rotate an object specifying the rotation point for wich the object will rotate around, how can i do this? If i cant, whats this point that the object will rotate around?



Thanks for the help

Yes u can do that, check out these 3 rotation guides i think there should be something like what u want to do:

http://www.jmonkeyengine.com/wiki/doku.php?do=search&id=rotate

Attach your object to a new node, then rotate the node not the object itself.

To adjust where the "pivot point" is, you just move your object relative to the node its attached to using local translation.