How can I create a VBO when I don’t yet know how many vertices it will contain?
I’m trying to convert my 3D block work rendering from immediate mode and display lists to VBOs. I’m having trouble understanding how to properly handle creating the buffers: I really don’t know how many vertices, colors, and texture coordinates I’ll be passing in until after I’ve already iterated all of the block faces I expect … Read more