问题
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 reliable source or provide sample code that actually works? Thanks!
回答1:
Are these suitable?
- http://www.songho.ca/opengl/gl_vbo.html
- http://www.opengl.org/wiki/Vertex_Buffer_Object
来源:https://stackoverflow.com/questions/4048542/using-vertex-buffer-objects-with-c-opengl