Initial work on progressive mesh generation. Currently based on Stan Melax's PolyChop.

This commit is contained in:
David Williams
2009-10-20 22:02:58 +00:00
parent 5eb538e925
commit c695a7bc86
16 changed files with 1006 additions and 26 deletions

View File

@ -89,6 +89,7 @@ int main(int argc, char *argv[])
//createCubeInVolume(volData, Vector3DUint16(1, 1, 1), Vector3DUint16(maxPos-1, maxPos-1, midPos/4), 255);
volData.calculateSizeInChars();
cout << "Tidying memory...";
volData.tidyUpMemory(0);
cout << "done." << endl;