Reply To: That Lerp part makes no sense. Lerp is used to interpolate between two values. To have a fade the float argument at the en…

Forum Archive That Lerp part makes no sense. Lerp is used to interpolate between two values. To have a fade the float argument at the en… Reply To: That Lerp part makes no sense. Lerp is used to interpolate between two values. To have a fade the float argument at the en…

#25015
Jonathan Gonzalez
Participant

    Yes I understand how it works. Is it entirely necessary to use Lerp? No, but it is one way to do it. We’re going form one color to another. It’s not misleading as it’s still going to achieve the effect we want.

    The effect being white going to red and vice versa. This is what I mean by “effect”. There are multiple ways of doing something and I like to show different ways of achieving something. I understand what you’re saying. I think I’ve explained why I used it, and you’ve explained your reasoning as well. Lets not make this into a message board interaction, thanks.