Is it possible to somehow use vertex colors/color sets as a, let's say, diffuse color?
I have some procedurally generated geo with some tricky color mapping/vertex colors, so there's no any other way to texture map that or such.
Is it possible to use ColorSets/painted vertex colors?
Moderator: JimStar
- Jolbertoquini
- Posts: 1067
- Joined: Sun Aug 31, 2014 7:08 am
- Location: London
- Contact:
Hi there,
Here a good video to help you out!
https://vimeo.com/172594655
I use the same way he does!
Very best,
Jo
Here a good video to help you out!
https://vimeo.com/172594655
I use the same way he does!
Very best,
Jo
Octane Render for Maya.
https://vimeo.com/jocg/videos
https://www.linkedin.com/in/jocgtd
http://www.hmxmedia.com/
--------------------
Join MAYA OCTANE USERS Skype discussion here :
https://join.skype.com/LXEQaqqfN15w
https://vimeo.com/jocg/videos
https://www.linkedin.com/in/jocgtd
http://www.hmxmedia.com/
--------------------
Join MAYA OCTANE USERS Skype discussion here :
https://join.skype.com/LXEQaqqfN15w
Right, this trick could also work in Maya, thanks Jo.Jolbertoquini wrote:Hi there,
Here a good video to help you out!
https://vimeo.com/172594655
I use the same way he does!
Very best,
Jo
In the Houdini example, 1 channel only is transfered from point cloud to UV and then used with a gradient as a mask.
But as Joss want to transfer color we need at least 3 channels R G B, and UV only have 2 channel U and V,
so 1 UV set still can't transfer Color information, we need to use at least two 2 UV set.
Also I can't see an easy way to connect in maya colorpervetex to UV,
one way woud be to use nodes from SOUP plugin.
Else we can simply copy by script the pervetex values, Red and Green to UVset2, Blue and Alpha to UVset3.
@Joss
How do you generate proceduraly your ColorPerVertex, is it animated ?
can the same process directly write this values in 2 additinonnal UV sets ?
Pascal ANDRE