Skip to content

neumont-gamedev/Interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpolation

Unity - 2017.1.1f1
Raymond L Maple
10-02-2017

This project shows different examples of interpolation/tween functions. These functions are based on Robert Penner's Easing Functions (http://robertpenner.com/easing/)

Each function takes a parameter of t between (0.0 - 1.0) and returns the current interpolation value at that point.

  • Click the interpolation box to zoom into an interpolation
  • Click off the interpolation box to zoom back out
  • Press 'ESC' to exit the application

Resources:
http://robertpenner.com/easing/penner_chapter7_tweening.pdf
http://upshots.org/actionscript/jsas-understanding-easing
http://sol.gfxile.net/interpolation/