Re: [PyOpenGL-Users] VBO help and performance
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2010-05-05 00:33:55
|
If it's a 2D map, you could just render it all to a giant texture and then draw only one polygon. If stuff changes, you could update the texture or just draw another quad with the changes over your main one. |