Hi there,
I want to rotate the rigid body of a door around a certain point like this:
rbDoor.rotationY += 0.1;
But the rotation center of the rigid body seems to be 0,0,0. Is there a way I can rotate the rigid body around a certain point?
Thanks for help.