Changes between Version 5 and Version 6 of tutorial
- Timestamp:
- Jun 26, 2013, 11:15:04 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorial
v5 v6 116 116 glDisableClientState(GL_VERTEX_ARRAY); 117 117 }}} 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].