Using Vertex Buffer Objects with C++ OpenGL

房东的猫 提交于 2019-12-23 03:09:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!