interpolator icon indicating copy to clipboard operation
interpolator copied to clipboard

Realtime interpolation equation editor

Results 2 interpolator issues
Sort by recently updated
recently updated
newest added

The automatic `Math.` prefix doesn't search for whole words so if your javascript code has any tokens that contain names in Math, they fail with a confusing error message: ```javascript...

Inigo Quilez's Improved Texture Interpolation x * x * x * (x * (x * 6.0 - 15.0) + 10.0) http://www.iquilezles.org/www/articles/texture/texture.htm aliaspider's SmoothestStep x * x * x * x...