Updated LERP.md (markdown)
commited
commit
e34945a8f293f48b7176f0ce02380a2a9217434c
... | ... | @@ -19,4 +19,4 @@ The most common use case is to smoothly transition from one rotation to another. |
19 | 19 | |
20 | 20 | [[/uploads/20210105_102823.jpg]] |
21 | 21 | |
22 | On every frame, the block rotates from it's initial rotation (From) closer to it's target rotation (To) by a scaled amount (Speed). You might notice how slows out until it comes to it destination and stops (in reality, it only gets closer but never to its exact destination, and it also will never stop, |
|
... | ... | \ No newline at end of file |
0 | On every frame, the block rotates from it's initial rotation (From) closer to it's target rotation (To) by a scaled amount (Speed). You might notice how slows out until it comes to it destination and stops (in reality, it only gets closer but never to its exact destination, and it never comes to a stop, it just keeps rotating by a testimally small value). |
|
... | ... | \ No newline at end of file |