Hello everyone!
I do some search and i try to cut my vertex color for blending mat on it but don’t know how.
Here a picture to illustrate, i want to split in half each vertex color:
Someone can help please?
Thanks
Hello everyone!
I do some search and i try to cut my vertex color for blending mat on it but don’t know how.
Here a picture to illustrate, i want to split in half each vertex color:
Someone can help please?
Thanks
You can construct a mask for vertex colors in the same way you’d construct masks for anything else. Looks to me like what you are trying to accomplish cound be done by constructing an object space gradient, and then using a step node to turn an axis of this gradient into a black and white threshold.
Here’s a video that covers how to make an object space gradient you can use to construct such a mask.
Once you have the mask, you simply multiply your vertex color by it, or use it as an alpha for a lerp, or however you want to operate your mask.
Perfect tuto thank you very much
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.