Fezziwig
08-13-2012, 04:50 AM
I'm making a voxel engine which requires a lot of cube to be drawn, thus I need a better way to draw a cube than GL_QUADS for all the sides. Which way of drawing a cube uses the least vertexes?
View Full Version : Most efficient way to draw a cube?