diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-14 21:47:32 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-14 21:47:32 (GMT) |
commit | cc3291a4f1def85273e0e1cc6e43bb0079965946 (patch) | |
tree | 03ff099c015e6611a45e70318069026bbbff6115 /mainwin.cc | |
parent | f950feace3beaeec9bd5a6d6e65f7790bd80a9d8 (diff) |
Clifford Wolf:
Added convexity handling
Split up example.scad file to examples/*
git-svn-id: http://svn.clifford.at/openscad/trunk@56 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'mainwin.cc')
-rw-r--r-- | mainwin.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -807,7 +807,7 @@ static void renderCSGChainviaOpenCSG(CSGChain *chain, GLint *shaderinfo, bool hi break; OpenCSGPrim *prim = new OpenCSGPrim(chain->types[i] == CSGTerm::DIFFERENCE ? - OpenCSG::Subtraction : OpenCSG::Intersection, 1); + OpenCSG::Subtraction : OpenCSG::Intersection, chain->polysets[i]->convexity); prim->p = chain->polysets[i]; primitives.push_back(prim); } |