what is parametric uv?

   6559   6   0
User Avatar
Member
9 posts
Joined: Dec. 2013
Offline
Hello,

artist trying to learn math here.

what is parametric uv?

is it describing coordinates using a function with two parameters u & v?

so it nothing to do with uv's (as in texturing)?

also does prim_attribute vex function find the point nearest to the parametric position (by distance?) to get its attribute?

thanks

J
Edited by shmo - Dec. 18, 2016 08:48:04
User Avatar
Member
948 posts
Joined: April 2008
Offline
Parametric UV is intrinsic to the geometry regardless of the UV attribute, one way I use to visualize this is to use the carve sop and play with the U and V parameters.

I hope that helps.
https://vimeo.com/user2163076 [vimeo.com]
User Avatar
Staff
5156 posts
Joined: July 2005
Offline
Some primitive have implicit UVs, like NURBS surfaces and primitive spheres. For a square NURBS patch, parametric U would be one axis and V the other. For a primitive sphere, U would be latitude and V longitude.
User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
hello, is there anyway I can read these intrinsic UVs of the points in a vex wrangle?

I can't seem to find any functions that returns it.
User Avatar
Member
8535 posts
Joined: July 2007
Offline
Andr
hello, is there anyway I can read these intrinsic UVs of the points in a vex wrangle?

I can't seem to find any functions that returns it.

parametric uvs are not property of points, but primitives of certain types
so if there are more primitives attached to a single point it may be different uv per primitive so not a single uv value per point

in simpler cases like curves you can for example use xyzdist() to sample the paramteric uv on the curve the point belongs to
Edited by tamte - Sept. 8, 2018 14:21:54
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
1 posts
Joined: Sept. 2018
Offline
your information is really very good. I get lots of useful information of parametric UV.
User Avatar
Member
900 posts
Joined: Feb. 2016
Offline
thanks for clarifying !
  • Quick Links