1
vote
2answers
99 views

Working out of a vertex array for destrucible objects

I have diamond-shaped polygonal bullets. There are lots of them on the screen. I did not want to create a vertex array for each, so I packed them into a single vertex array and they're all drawn at ...