Search Results

1
vote

Visiting the points in a triangle in a random order..

Here's a solution for Triangle Point Picking. What you have to do is choose two vectors (sides) of your t …
0
votes

Generate colors between red and green for a power meter?

You need to linearly interpolate (LERP) the color components. Here's how it's done in general, given a start value …