fresiaa Posted April 8, 2020 Share Posted April 8, 2020 Hello Guys I use Houdini 18. I used a ‘xyzdist’ using a shoe-shaped geo, but only a strange line appears instead of a shoe. What's the problem? solver_xyz_dist.hipnc Quote Link to comment Share on other sites More sharing options...
anim Posted April 8, 2020 Share Posted April 8, 2020 you are copying N from the points so it'll not be what you think also in this line: vector near_pos2 = primuv(2, "p", near_prim, near_uv) ; the "p" should be capital "P" vector near_pos2 = primuv(2, "P", near_prim, near_uv) ; and alternatively you can use Point Deform SOP which will work straight away, plus it will offer you ability to smooth out the deformation a bit and also it will work in case some points are outside of rest geo solver_xyz_dist_fix.hipnc Quote Link to comment Share on other sites More sharing options...
fresiaa Posted April 8, 2020 Author Share Posted April 8, 2020 29 minutes ago, anim said: you are copying N from the points so it'll not be what you think also in this line: vector near_pos2 = primuv(2, "p", near_prim, near_uv) ; the "p" should be capital "P" vector near_pos2 = primuv(2, "P", near_prim, near_uv) ; and alternatively you can use Point Deform SOP which will work straight away, plus it will offer you ability to smooth out the deformation a bit and also it will work in case some points are outside of rest geo solver_xyz_dist_fix.hipnc Thank you so much 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.