Using Vertex Buffer Objects with C++ OpenGL
I am working on a 3d tile-based strategy game and have read that implementing VBO's will significantly increase the game's frame rate and reduce the cpu usage (sounds great right?). However, among the tutorials I've looked at I can't quite get a handle on how to implement it. Has anyone had experience doing this and can either point me to a开发者_如何学Go reliable source or provide sample code that actually works? Thanks!
Are these suitable?
- http://www.songho.ca/opengl/gl_vbo.html
- http://www.opengl.org/wiki/Vertex_Buffer_Object
精彩评论