gangland Posted 14 hours ago Share Posted 14 hours ago Hello guys, I want to grab a deformed geometry, flatten in Y, do some point animation in the flatten area, then return the animated in 2d space to original geometry. I did the flatten geometry, scatter and animated the points on it. But I have no ideia how to trasnfer them the to original position noise_anim_2d_v001.hiplc Quote Link to comment Share on other sites More sharing options...
Sepu Posted 10 hours ago Share Posted 10 hours ago Multiple ways to do this you could use the minpos, nearpoint, etc functions or use the ray sop for a non-code option. You could also use the UV of the mesh (in other words you unwrapped the UVs, but in 3d space) do the scatter or whatever then bring back using the xyzdist function to find the closest prim, and the uv position within that prim. Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted 5 hours ago Share Posted 5 hours ago Hi, ray sop + primuv() or ray sop + attribute interpolate sop can do it noise_anim_2d_v001_01.hipnc 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.