Hi Guys This is a newbie question but I wonder how to transfer normal attrib from primitive to newly created point in the middle of that primitive. The point creation part is as follows: attrib wrangle run on prims:
I found it somewhere on the forum. I know how to do the whole thing using SOPs but I suspect it can be much simpler using VEX.
When run within for-each prim loop I get one prim (primnum “0”) and one point (pointnum “0”), so my question is basically how to transfer attrib N from primnum 0 to pointnum 0. I cannot figure out correct syntax.