evaluate most of MODL chunk,

missing GEOM chunk,
This commit is contained in:
Anakin
2016-10-11 13:41:24 +02:00
parent 59446f088f
commit 548150f33e
3 changed files with 124 additions and 5 deletions

View File

@@ -9,6 +9,8 @@
int main(int argc, char** argv)
{
//goto openGL;
try {
Object obj("..\\Release\\Msh\\cube.msh");
}
@@ -21,6 +23,9 @@ int main(int argc, char** argv)
return 0;
openGL:
OpenGLController *scene = OpenGLController::getInstance();
scene->loadMsh("test.msh");