So, from what I have read, the base of the rendering system of openGL is triangles, so there is no extra processing step when rendering them. The con is that a shape made from triangles instead of quads could have more faces. My question is: Are triangles more efficient to draw with?