www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: jtxx000 on July 08, 2003, 03:30:27 pm

Title: Rotation Point
Post by: jtxx000 on July 08, 2003, 03:30:27 pm
How do you set the point an object rotates around?
Title: Rotation Point
Post by: EgonOlsen on July 08, 2003, 03:50:03 pm
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)
Title: Rotation Point
Post by: jtxx000 on July 08, 2003, 05:42:49 pm
Thanks, I knew there had to be a way.