Hi!
I'm trying to write a pendulum that rotates with user input.
The pendulum is a child of another object. I use the parent to place the pendulum in World Space and set it's direction. The base of the pendulum is thus placed at the same point as the parent object, and is 10m long.
I have a working code with rotational gravity. It works fine. Except that the pendulum doesn't rotate a full loop, instead, it stops at 180.
Analogy: 180 = 12:00: coming from 11:55, it doesn't rotate to 12:05. Instead it stops at 12:00, even with it's angular acceleration pushing it forward. Same goes rotation counter-clockwise.
Here's the code I have working:
(I attached a picture because I don't know how to paste formatted code)
1: Uploaded with ImageShack.us
Any help is greatly appreciated. I'm cracking my head over this for the past week... @_@
Thanks!!!