Changing the way the examples handle translation and scaling.

This commit is contained in:
David Williams
2014-05-25 21:29:44 +02:00
parent 6738c4fc9e
commit b63a09cab3
2 changed files with 5 additions and 3 deletions

View File

@ -192,7 +192,7 @@ int main(int argc, char *argv[])
auto mesh = extractMarchingCubesMesh(&volData, regToExtract);
//Pass the surface to the OpenGL window
openGLWidget.addMesh(mesh);
openGLWidget.addMesh(mesh, Vector3DInt32(x, y, z));
meshCounter++;
}