Changes between Version 5 and Version 6 of tutorial


Ignore:
Timestamp:
Jun 26, 2013, 11:15:04 PM (11 years ago)
Author:
leon
Comment:

glEnableClientState

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v5 v6  
    116116  glDisableClientState(GL_VERTEX_ARRAY);
    117117}}}
    118  How can we add color to vertices? See [http://www.opengl.org/sdk/docs/man2/xhtml/glColorPointer.xml glColorPointer] and
     118 How can we add color to vertices? See [http://www.opengl.org/sdk/docs/man2/xhtml/glColorPointer.xml glColorPointer] and [http://www.opengl.org/sdk/docs/man2/xhtml/glEnableClientState.xml glEnableClientState].