OpenGL loading data to buffers
I am developing a 3d game with OpenGL.
Is it a good idea to to save vertex and color arrays of static objects of
a level map to a binary file so when a user loads level a program loads
all static level data directly from binary file to video memory?
No comments:
Post a Comment