How do you set the point an object rotates around?
This can be done using setRotationPivot()...
have a look here:
http://www.jpct.net/doc/com/threed/jpct/Object3D.html#setRotationPivot(com.threed.jpct.SimpleVector)
Thanks, I knew there had to be a way.