Lyonz Posted November 7, 2010 Share Posted November 7, 2010 Hi all, wondering what is the simplist way to offset geometry copied to points ? Im wanting the geometry to be half way between points. Lyonz Quote Link to comment Share on other sites More sharing options...
anim Posted November 7, 2010 Share Posted November 7, 2010 (edited) the easiest way to offset copies would be putting xform sop to left input and offset it there however this would offset it between the points only if the points are rotated towards each other and you know their distance so for your case the easiest way would be to generate new points from existing ones where each would be in between (for example by resampling it by polygon edge to 2 segments then delete every other point) then copy on those points (of course you need to generate correct N and up or orient attributes for stable rotation on copies) Edited November 7, 2010 by anim Quote Link to comment Share on other sites More sharing options...
Lyonz Posted November 7, 2010 Author Share Posted November 7, 2010 the easiest way to offset copies would be putting xform sop to left input and offset it there however this would offset it between the points only if the points are rotated towards each other and you know their distance so for your case the easiest way would be to generate new points from existing ones where each would be in between (for example by resampling it by polygon edge to 2 segments then delete every other point) then copy on those points (of course you need to generate correct N and up or orient attributes for stable rotation on copies) Thanks got that working now. 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.