texture to vertex color?

   12647   3   1
User Avatar
Member
3 posts
Joined: July 2005
Offline
Hi, would like to know how to transfer texture colors to vertex color.
any help appreciated
User Avatar
Member
1 posts
Joined: July 2005
Offline
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.
User Avatar
Member
58 posts
Joined: July 2005
Offline
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?)
User Avatar
Member
3 posts
Joined: July 2005
Offline
thx guys, help appreciated. trying it now.
  • Quick Links