diff options
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 |