So I’m writing a voxel game. So, if a block changes in a chunk, I need to rerender that chunk’s VBO with the new data. How do I do this?
So I’m writing a voxel game. So, if a block changes in a chunk, I need to rerender that chunk’s VBO with the new data. How do I do this?