Vertex Buffer Objects - sample code

Hi,

Does anyone have any working sample code using Vertex Buffer Objects they would be willing to share with me? I’ve struggled for a while to get some code working and i’d like to do a sanity check and make sure I don’t have a driver problem, etc.

thanks - jc

I wrote a small VBO-Demo.You can get it here including full sourcode (Delphi).

If you are using C/C++ instead of pascal then this tutorial is as simple as they come

http://www.devmaster.net/articles/oglVertexBuffer/

[This message has been edited by swiych (edited 10-11-2003).]