nint22 / dwarfcraft

Automatically exported from code.google.com/p/dwarfcraft
Other
0 stars 0 forks source link

Turn VBO into IBO buffer object #157

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Done it in the past, but now it is really important to build the correct 
connections.

http://www.opengl.org/wiki/Vertex_Buffer_Object

Possible implementation:

Dictionary of vertices, with the key as the string "x y z", with edges as 
string references. Then, sort the dictionary list and build a VBO, then 
followed by IBO.

Original issue reported on code.google.com by nin...@gmail.com on 29 Feb 2012 at 7:07