Hello!, I am trying to find the right way to make an object rotate clockwise or counter-clockwise for lets say 1 second.
Basically I have a dial, and when I move the mouse over object 1, the needle rotates 80 degrees clockwise.
If I move the mouse over Object 2, then the needle rotates 40 degrees clockwise.
I know I have to use lerp to do this, but putting >lerp(0,80,1*dt) does nothing.
thx!
Marc.