Work on new OpenGL example - Splitting into several files.

This commit is contained in:
David Williams
2009-03-18 22:35:21 +00:00
parent bd5acdb4cd
commit 877396af31
5 changed files with 26 additions and 20 deletions

View File

@ -5,7 +5,7 @@
using namespace PolyVox;
using namespace std;
void renderRegion(PolyVox::IndexedSurfacePatch& isp)
void renderRegionImmediateMode(PolyVox::IndexedSurfacePatch& isp)
{
const vector<SurfaceVertex>& vecVertices = isp.getVertices();
const vector<uint32>& vecIndices = isp.getIndices();