Accumulate Field Node
https://gyazo.com/c5142107dc589f615e10792eaa96100d
index
の順番でAttributeを蓄積する
Node (Geometry Nodes)
どんどん値を加算していく
たとえば、indexを蓄積させるとなると以下のような値になる
table:accumulate field example
index input output
1 1 1
2 2 3
3 3 6
4 4 10
5 5 15
6 6 21
7 7 28