开发者

Using Vertex Buffer Objects with C++ OpenGL

开发者 https://www.devze.com 2023-01-22 17:28 出处:网络
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 th

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
0

精彩评论

暂无评论...
验证码 换一张
取 消