Well… this is driving me crazy, seems so simple.
I can create an array and clone a set of objects on X and Y positions. This gives me a single column array and a single row array, but I cant seem to clone an array and have it repeat the object on a new position.
When I clone an array with JSON.stringify/parse, it only seems to show in the console.
I think I need create an empty 2d array / grid matrix that can take varying lengths for the rows and columns.
Then clone and append object to each cell.
I think I also should move the object to centre in Blender and clone objects L&R / T&B so they clone centred.
I also need to be able to adjust the X&Y distance between each object.
I’m pretty much at the bottom of Mount Everest at this point.
updated source files:
https://jmp.sh/eNCdKul