how to control "width attrib" with a ramp vop?

   2453   2   2
User Avatar
Member
217 posts
Joined: Sept. 2009
Offline
I hope this subject is self-evident…if not please let me know.
My test gives some weird results

enclosed my test file

thanks!

Attachments:
line.hipnc (94.4 KB)

User Avatar
Staff
2540 posts
Joined: July 2005
Offline
UV Texture SOP was generating vertex attributes. Set the Apply To parameter to explicitly create point uv's and leave the projection method to Rows & Columns.

In the VOP network, get rid of the normalize. It just doesn't make sense to normalize UV co-ordinates as it is a position based attribute and not a vector direction based attribute. The UV Texture will create point uv's along the curve from 0 to 1 anyway.

That's all that was required.
There's at least one school like the old school!
User Avatar
Member
217 posts
Joined: Sept. 2009
Offline
thanks Jeff!!!
  • Quick Links