If I understand it right, Accumulate Field node works in the order of indices. Is there a way to reassign/change order of indices in Geometry Nodes or change the order of field accumulation?
Asked
Active
Viewed 2,226 times
2
1 Answers
2
In this particular case (Accumulate Field) you can use the "Field at Index" node to change the order of accumulation.
Lets say we want to add up the X position values:

We can change the order by inserting a "Field at Index" node. Here I'm using N-i to invert the index:

lukas_t
- 3,024
- 13
- 14
Accumulate Fieldaccumulates the passed values, and can even do this in groups. So it always depends only on the input. What exactly would be your goal? Can you describe it a little bit more? – quellenform May 12 '22 at 17:49