We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Currently, as a learning experience, I'm working on a recreation of the Minecraft engine in processing 3.3.5. I've managed to generate chunks as PShape groups. So each chunk is a VBO consisting of MANY instances of "block" PShapes. I'm curious if there is any better way to remove these Phape instances after I've finished putting them into the chunk VBO.