diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-09 17:15:56 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-01-09 17:15:56 (GMT) |
commit | dd817ad903b1c32f594482b8b2ae16ca30f86ef9 (patch) | |
tree | 59fe5bf96f276aec9d7b425fbe5d36b3a72ca0a9 /openscad.h | |
parent | 3b7ba5c69c1a42c3e23de2180b7ec3726daa040b (diff) |
Clifford Wolf:
Added mirror statement
git-svn-id: http://svn.clifford.at/openscad/trunk@250 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -571,7 +571,7 @@ public: static QCache<QString,ps_cache_entry> ps_cache; - void render_surface(colormode_e colormode, csgmode_e csgmode, GLint *shaderinfo = NULL) const; + void render_surface(colormode_e colormode, csgmode_e csgmode, double *m, GLint *shaderinfo = NULL) const; void render_edges(colormode_e colormode, csgmode_e csgmode) const; #ifdef ENABLE_CGAL |