Tagged Questions
0
votes
1answer
45 views
Objective-C GLSL mix() equivalent
I`m trying to figure out how to write a equivalent to GLSL(ES)s mix method. I tried to add/divide rgb Values but with no luck yet. Any pointer to how the GLSL method works would be welcome.