CircleSDF in forEach loop

Hi,
if I spread the circleSDF in a forEach loop, it seems like it is taking only the last position several times.

grafik

hey!

this is a known issue : when you’re inside a loop, for now you have to use the GPUIn node to feed values to a GPUValue<T> pin. See this screenshot :

image

cool. Thanks.