lettis / Kubix

3D OpenGL implementation of the board game Tactix/Duell with AI
GNU General Public License v3.0
1 stars 0 forks source link

switch to vbo rendering #23

Open lettis opened 11 years ago

lettis commented 11 years ago

glBegin(...), glEnd(), glVertex3*, etc. are deprecated and probably won't be available in future OpenGL versions, resp. are already not available in recent versions of OpenGL ES.

use vbo rendering instead.