Open GoogleCodeExporter opened 8 years ago
I just do these in iTween, and then I fixed the bug.
1. Add a private static value : realDeltaTime.
2. Update realDeltaTime in function "UpdatePercentage()".
3. Change the call of "Mathf.SmoothDampAngle()" like this.
Mathf.SmoothDampAngle(vector3s[0].z, vector3s[1].z, ref vector3s[2].z,
time, Mathf.Infinity, realDeltaTime);
but I don't know about use private static to do this will add some bug when there are many iTween object or not.
Looking forward to your reply.Thanks.
Original comment by kil...@gmail.com
on 6 Dec 2011 at 8:45
Original issue reported on code.google.com by
kil...@gmail.com
on 6 Dec 2011 at 7:49