Login    You have 0 item(s) in your Shopping Cart  

 
 
previous | up | next 
Vertex Arrays


 E-mail this product to a friend

Author:  DigiBen

If you are wondering why your OpenGL programs are so slow, you probably aren't rendering with Vertex Arrays.  This tutorial shows you many ways to render your data faster using vertex arrays.  This goes over the functionality for each important function: glDrawArrays(), glInterleavedArrays(), glDrawElements(), glArrayElement().  When you use vertex arrays you get rid of doing loops to display your vertex data.  You just need one function call with vertex arrays.

Functions Used:  glDrawArrays(), glEnableClientState(), glVertexPointer(), glTexturePointer(), glArrayElement(), glDrawElements(), glViewPort(), glInterleavedArrays(), glGenTextures(), glBindTexture(), memset(), glTexImage2D(), glTexParameteri(), new, delete


 
 
 


 GameTutorials Software
 C Tutorials
 C++ Tutorials
 C# Tutorials
 Java Tutorials
 Win32 Tutorials
 Direct3D Tutorials
 OpenGL Tutorials
 Recent Tutorials
 Free Tutorials



Get All 350+ Tutorials Now!


                                                              Main  |  FAQ  |  Terms of Use  |  Links Contacts Forums