miccetro Posted June 30, 2016 Share Posted June 30, 2016 Hi peeps, I'm trying to recreate an old @petz setup for non overlapping copies on points using the new for each loop but it wont work. Hope someone can help. Files attached. newLoops_troubles.hip non_overlapping.hipnc Quote Link to comment Share on other sites More sharing options...
ofog Posted June 30, 2016 Share Posted June 30, 2016 maybe like this? newLoops_troubles_02.hipnc Quote Link to comment Share on other sites More sharing options...
miccetro Posted June 30, 2016 Author Share Posted June 30, 2016 @ofoggreat thanks but why didn't my setup work and how do I know when to put nodes inside the loop and when not to. Thanks again. Quote Link to comment Share on other sites More sharing options...
ofog Posted June 30, 2016 Share Posted June 30, 2016 Yours didn't work because the loop only had access to one point at a time so when it tried to find its nearest neighbour there was none to be found. So we somehow had to bring in the rest of the points into the loop as well. Attached is an updated version which hopefully makes a bit more sense and is probably a better way of doing it. newLoops_troubles_03.hipnc 1 Quote Link to comment Share on other sites More sharing options...
petz Posted June 30, 2016 Share Posted June 30, 2016 6 hours ago, miccetro said: Hi peeps, I'm trying to recreate an old @petz setup for non overlapping copies on points using the new for each loop but it wont work. Hope someone can help. Files attached. newLoops_troubles.hip non_overlapping.hipnc well, that´s truly an old setup and also a completely outdated one. nowadays you may want to use pointcloud-functions in vex instead ... 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.