Hello.
There is this concept that I do not understand and I would like someone to enlighten me.
Let's say I want to create a large array of objects (i.e. ellipses) and send them automatically in random positions in a 3D space. The objects will remain in the same position, however I want the user to interact with this space using a camera (peasycam for example).
Do I have to send these objects to be rendered in the draw() function every frame, or is it possible to do this in the setup() function only once and then use only the camera to navigate in draw();
Please let me know, I am very curious about this!
Thanks!
1