Timeline for How can i check when Lerp has finished?
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 28, 2019 at 17:47 | answer | added | Yusuf | timeline score: 0 | |
| Dec 3, 2017 at 8:08 | vote | accept | Daniel Lip | ||
| Dec 3, 2017 at 3:14 | answer | added | DMGregory♦ | timeline score: 6 | |
| Dec 3, 2017 at 0:25 | comment | added | DMGregory♦ | The particular form of Lerp you've used here is an exponential ease-out - that means, mathematically, it never really "finishes" - it just gets closer and closer and closer to the target, slowing down as it goes. So, you can either test when the rotation has gotten "close enough," or switch to a form that completes the rotation in some fixed amount of time. What works better for your use case? | |
| Dec 3, 2017 at 0:11 | history | asked | Daniel Lip | CC BY-SA 3.0 |