ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:lerp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
functions:lerp [2017/03/15 16:51] korshunfunctions:lerp [2017/03/15 16:51] (current) korshun
Line 15: Line 15:
 </code> </code>
  
 +Simple animation of movement between two points:
 <code> <code>
-// Simple animation of movement between two points 
 for (int time = 0; time < 1.0; time += 0.05) for (int time = 0; time < 1.0; time += 0.05)
 { {
functions/lerp.1489589466.txt.gz · Last modified: 2017/03/15 16:51 by korshun