We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi guys, I am trying to get a 4 points gradient, having control over the location of the points in order to animate/interact with them... but I can't get anywhere closer of doing this.
Please see attached screen shot as reference.
Any advice or hint is more than welcome, thanks.
Answers
You can get a similar effect using
vertex()
in P2D/P3D and setting a fill colour per-vertex, although I'm not sure it will get you the level of control you need.