Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 Additional SmoothStep variants #3

Open
torridgristle opened this issue Nov 19, 2018 · 1 comment
Open

2 Additional SmoothStep variants #3

torridgristle opened this issue Nov 19, 2018 · 1 comment

Comments

@torridgristle
Copy link

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 * (x * (x * (-20.0 * x + 70.0) - 84.0) + 35.0)
https://github.com/libretro/glsl-shaders/blob/master/retro/shaders/smootheststep.glsl

@torridgristle
Copy link
Author

Edit isn't working.

The math attributed to Inigo Quilez is actually Ken Perlin's work and SmoothestStep which was attributed to aliaspider was an example from the Smoothstep Wikipedia page. https://en.wikipedia.org/wiki/Smoothstep

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant