Skip to content
Snippets Groups Projects
Commit 1447f4b7 authored by marco's avatar marco
Browse files

map iso. set line width of VertexArray after every rebuild

fixes BZDNG-77

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1790 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 39563ec1
Branches
Tags
No related merge requests found
......@@ -119,6 +119,7 @@ void MapIso::OnRenderModeChange()
render_mode_=RenderMode::SIMPLE;
va_.SetLighting(false);
va_.SetCullFace(false);
va_.SetLineWidth(this->GetLineWidth());
va_.SetMode(0x2); // only lines
va_.SetTwoSided(true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment