Jump to content

How to accumulate scatter points using For Loop blocks?


Recommended Posts

Hi,

I have a grid and for X number of times I want to scatter some points on this grid and then use these new points to point cloud look up the old accumulated/merged scattered points from the previous iterations.

In the end I should only end up with the scattered points.

So 10 iterations of scattering 1000 points should give me 10000 points and nothing else.

I couldn't manage to set this up. Any ideas?

 

Thanks :)

Link to comment
Share on other sites

Thanks guys. Alejandro's method works. I don't think vusta's method would work in this case because as far as I know merge iterations don't allow you to access the result of previous iterations. Correct me if I am wrong please.

Link to comment
Share on other sites

disclaimer: i'm a noob stabbing things in the dark...

What about this then...you see I've set iteration at 2 cuz that's easiest to 'see' the illustration...
- my scatter is set to 100 points per iter
- my delete is to delete every 2nd pt of previous generation...

So at iter 1, you'd get 100 pts...for 1st gen, delete has no effect cuz there's no 'previous' gen.

At iter 2, you get another 100 + half of gen 1  = 150

at iter 3, 100 + 75 = 175....and so on...
 

vu_ScatAccum2.hipnc

Edited by Noobini
Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...