Hi, would like to know how to transfer texture colors to vertex color.
any help appreciated
texture to vertex color?
13865 3 1-
- aivaras
- Member
- 3 posts
- Joined: 7月 2005
- オフライン
-
- petey
- Member
- 1 posts
- Joined: 7月 2005
- オフライン
-
- abekiyo
- Member
- 58 posts
- Joined: 7月 2005
- オフライン
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
- Member
- 3 posts
- Joined: 7月 2005
- オフライン
-
- Quick Links