konstantin magnus Posted February 11, 2018 Share Posted February 11, 2018 I am trying to place a point on a uv-unwrapped mesh based on its UV coordinates interpolated position and normals using uvsample(). float uv_x = chf('uv_x'); float uv_y = chf('uv_y'); vector uv_pos = set(uv_x, uv_y, 0); @P = uvsample(1, "P", "uv", uv_pos); @N = uvsample(1, "N", "uv", uv_pos); While this kind of works, it unfortunately jumps from one row to another instead of smoothly running across the surface. Is this a bug or my fault? pos_from_uv.hipnc Quote Link to comment Share on other sites More sharing options...
Atom Posted February 11, 2018 Share Posted February 11, 2018 (edited) I reviewed your file and I don't experience any jumping using H16.5.359. It moves smoothly for me. Edited February 11, 2018 by Atom Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted February 11, 2018 Author Share Posted February 11, 2018 Hi Atom, thanks for checking! I will update to the latest build then. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.