Unwrap by polygon

   3112   1   0
User Avatar
Member
3 posts
Joined: June 2015
Offline
Hey guys,

I'm trying to figure out a way to unwrap the polygons of a geometry by face. Meaning that:

face.vert.uv =
face.vert.uv =
face.vert.uv =
face.vert.uv =

What's the simple way to do this?

Oh and I tought I could do this using the Vop(attribute) Sop but how do you output uvs since they are not in the output node…

Thanks for your time guys.
User Avatar
Member
51 posts
Joined: Oct. 2006
Offline
Attributes can be added in VOP with Bind Export, but in this case it seems more convenient to use Vertex SOP to assign UVs:
u = vector4(0,0,1,1)
v = vector4(0,1,1,0)

Attachments:
quad_uv.jpg (86.0 KB)

  • Quick Links