Search - User list
Full Version: texture to vertex color?
Root » Technical Discussion » texture to vertex color?
aivaras
Hi, would like to know how to transfer texture colors to vertex color.
any help appreciated
petey
Hi Aivaras,

Don't have Houdini in front of me right now, but try a Vertex SOP. If that doesn't help, try a primitive SOP…Cheers, Pete.
abekiyo
aivaras
Hi, would like to know how to transfer texture colors to vertex color.
any help appreciated

Hi!

You can transfer by using of “tex” expression.
Connect vertex sop (If UV coordinate is point UV, you shoud connect point sop) , and fill color paramaters following.

CR:
tex(“Mandril.pic”, $MAPU, $MAPV, r)
CG:
tex(“Mandril.pic”, $MAPU, $MAPV, g)
CB:
tex(“Mandril.pic”, $MAPU, $MAPV, b)

Then, you can see transfered Mandril Image.

And, other way is using VOPs.
I think this is smart way, but it's more complex.

Thanks!

(My English is poor. Can you understand?)
aivaras
thx guys, help appreciated. trying it now.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB