Skip to content
Snippets Groups Projects
Commit 07645e16 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent 27f4097d
No related branches found
No related tags found
No related merge requests found
...@@ -295,11 +295,12 @@ void drawContext::draw3d() ...@@ -295,11 +295,12 @@ void drawContext::draw3d()
initRenderModel(); initRenderModel();
if(!CTX::instance()->camera) initPosition(); if(!CTX::instance()->camera) initPosition();
drawAxes();
drawGeom(); drawGeom();
drawBackgroundImage(true); drawBackgroundImage(true);
drawMesh(); drawMesh();
drawPost(); drawPost();
drawAxes(); //drawAxes();
drawGraph2d(true); drawGraph2d(true);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment