Hi,
So I've got a bunch of particles that die after 1 second. On these points I have geometry copied on it. The first second the geometry stays and the animation looks fine. But right after some
particles start dying and are removed. The geometry jumps to other points and cause the animation to look weird and flickering. My guess is that if a geo is copied on pointnumber 1, and this
point is deleted. Another point becomes number one and therefore the geometry jumps to that point. Both have a different id attribute. So I'd rather want the geometry being copied by @ID
instead of the pointnumber. So that when that point dies the geometry is removed too. How can I do this?
I've added an example file. Particle Copy example.hipnc
Thanks in advance
M
Particle Copy example.hipnc