Skip to content

2 Additional SmoothStep variants #3

@torridgristle

Description

@torridgristle

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions