diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 11:05:47 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-14 11:05:47 (GMT) |
commit | 098b9d61b8bb5b727db64270226479f4069bf30f (patch) | |
tree | 1b649ec65a27799e988f15c8a20f8ae12a5f9cc2 /mainwin.cc | |
parent | b14a79771976778f3d82515fe9c7ff2b2916b336 (diff) |
comment
git-svn-id: http://svn.clifford.at/openscad/trunk@292 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'mainwin.cc')
-rw-r--r-- | mainwin.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1340,6 +1340,7 @@ static void renderGLviaCGAL(void *vp) glLineWidth(2); glColor3d(0.0, 0.0, 0.0); + // Extract the boundary, including inner boundaries of the polygons for (fci_t fit = E.faces_begin(), fend = E.faces_end(); fit != fend; ++fit) { bool fset = false; |