Memory optimization when using PShapes:

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.

Sign In or Register to comment.