diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 14:28:17 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-22 14:28:17 (GMT) |
commit | 5d39aa71dda9181e55417b48e6ffafabb0eb25ff (patch) | |
tree | dc29e02b19ee255a45ce99721d868fd7d5e712fb /dxftess-glu.cc | |
parent | e0ca60eef76b2862d8fc14f785c0759566240ab8 (diff) |
Clifford Wolf:
Added spring() to example20
Improved generated linear_extrude + twist 3d grid
git-svn-id: http://svn.clifford.at/openscad/trunk@336 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'dxftess-glu.cc')
-rw-r--r-- | dxftess-glu.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dxftess-glu.cc b/dxftess-glu.cc index 57eb704..9e5f530 100644 --- a/dxftess-glu.cc +++ b/dxftess-glu.cc @@ -95,6 +95,7 @@ static void STDCALL tess_end(void) static void STDCALL tess_error(GLenum errno) { + fprintf(stderr, "GLU tesselation error %s", gluErrorString(errno)); PRINTF("GLU tesselation error %s", gluErrorString(errno)); } |