summaryrefslogtreecommitdiff
path: root/openscad.h
diff options
context:
space:
mode:
Diffstat (limited to 'openscad.h')
-rw-r--r--openscad.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/openscad.h b/openscad.h
index 0f8da36..c139d6e 100644
--- a/openscad.h
+++ b/openscad.h
@@ -507,7 +507,8 @@ public:
QAction *actViewModeCGALGrid;
#endif
QAction *actViewModeThrownTogether;
- QAction *actViewModeLights;
+ QAction *actViewModeWireframe;
+ QAction *actViewModeShaded;
void viewModeActionsUncheck();
private slots:
@@ -519,7 +520,8 @@ private slots:
void viewModeCGALGrid();
#endif
void viewModeThrownTogether();
- void viewModeLights();
+ void viewModeWireframe();
+ void viewModeShaded();
};
extern AbstractModule *parse(const char *text, int debug);
contact: Jan Huwald // Impressum