I have a large size data (positions of objects) that I want to save into an array and then read positions from array and draw objects. how should I manage this array ? should I delete some items from the first of array and again write into that ?
Can you give more details (or some code)? Are you supposed to have two arrays? Why? Why delete items? Where is the problem exactly? If you just have an array of PVector, for example, you loop over the array and draw at the positions you extract.
Leave a comment on PhiLho's reply
Change topic type
Link this topic
Provide the permalink of a topic that is related to this topic