05-08-2019, 05:24 AM
(This post was last modified: 05-08-2019, 09:10 AM by insertmesh.)
(05-07-2019, 07:11 PM)tyFlow Wrote: The neighbor test returns the number of matching neighbors within the defined search radius.
So if your condition is 'less or equal', it will send out particles which have zero neighbors (0 <= 1) immediately. Is that what you want? Or the opposite? Set the condition to 'greater or equal' and particles won't be sent until a neighbor is found.
Hm, the opposite is basically what I want...
And if I´m getting that right, if I´m setting the value to lets say, particles won´t be sent out, unless they find 10 neighbours within the search radius, right? Now it sounds useful...
Also I got it working, simply had the test in the wrong event because I´m an idiot...so I tried to test some particles that weren´t even born yet...doh.
All fine and dandy, super useful!
Starting to get the hang of the groups slowly...