Menu
OpenGL ES Tutorials

OpenGL ES

OpenGL ES


Page : 1 2 3

No. Title Preview Description
01. What Is OpenGL ES? What Is OpenGL ES? A description of what OpenGL ES is and how it is used.

Keywords :
None
02. Setting Up Your Environment Setting Up Your Environment How do you setup a development environment for OpenGL ES?

Keywords :
None
03. OpenGL Window OpenGL Window This explains how to setup an OpenGL window for your mobile device.

Keywords :
UGCtx, ugInit, UGWindow, ugCreateWindow, ugDisplayFunc, ugMainLoop
04. Keyboard Input Keyboard Input How can messages from the keyboard be processed?

Keywords :
UG_KEY_*, ugKeyboardFunc
05. Mouse Input Mouse Input How can messages from a pointing device be processed?

Keywords :
UG_BUT_*, ugPointerFunc
06. Rendering Rendering How can the OpenGL window be setup for rendering?

Keywords :
glClearColor, glClear, GL_COLOR_BUFFER_BIT, glFlush, ugSwapBuffers
07. Orthographic Projection Orthographic Projection How can an orthographic view be setup for rendering and how are basic primitives drawn?

Keywords :
glMatrixMode, glLoadIdentity, glOrthof, glVertexPointer, glEnableClientState, GL_VERTEX_ARRAY, glDrawArrays
08. Color And Shading Color And Shading How can colors and shading be added to your primitives?

Keywords :
glColorPointer, GL_COLOR_ARRAY, glShadeModel, GL_FLAT, GL_SMOOTH, ugPostRedisplay
09. Window Resizing Window Resizing How can your view be changed when a window resize is made?

Keywords :
GL_MODELVIEW, glViewPort
10. Transformations Transformations What transformations exist to transform your objects.

Keywords :
glTranslatef, glScalef, glRotatef, ugIdleFunc
Page : 1 2 3

All Rights Reserved, © Zeus Communication, Multimedia & Development 2004-2005

Read the Disclaimer

Links