Store XYZ in an array onClick #280
-
i'm trying to save XYZ on mouseclick into an array. Before making my own custom op for this, maybe there is something out of the box ? look at this patch, this isn't working since ArrayBuffer3 doesn't work when not connected to the mainloop trigger edit: ArrayBuffer3 actually does work like this, it saves the coordinates but it never reaches the simplespline |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
wouldnt variables help with this? or maybe any of the freeze-ops if it needs to survive a reload? if you want to store only on click check vartriggernumber |
Beta Was this translation helpful? Give feedback.
-
exactly, this is it. custom op done anyway, now i can choose :) cheers |
Beta Was this translation helpful? Give feedback.
https://cables.gl/op/Ops.Array.Array3PushNumbers_v2
?