Hi, today i was talking in chat about these two tecniques.
I don't know vertex arrays very much, but they're useful to avoid continue calls to GL functions to pass vertex information (or
But if i use Display lists, it avoid those calls as well.. So what should one use? What are the differences between the two approach? and also, what other tricks exists to speed up rendering ?