woodsman
1/30/2020 - 12:51 AM

Move object in spiral

//In point wrangle
float t = chf("Speed") * @Time;
float s = chf('Spread') * @Time;
@P += set(sin(t) * s, 0, cos(t) * s);