Implemented face rotation controller and some associated functions and fixes.

Some test code code commented out at point of displacementAccumulator
addition/clip.
This commit is contained in:
graham
2009-07-13 18:24:21 +01:00
parent c763c881f2
commit 6cf07c4cb8
9 changed files with 302 additions and 73 deletions

View File

@ -63,9 +63,15 @@ int main(int argc, char *argv[])
mesh.move();
mesh.conformToSurface();
runTime++;
}
mesh.writeMesh();
mesh.writePoints("allFinalPoints.obj", false);
Info<< nl << "End\n" << endl;
return 0;