diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-29 18:03:06 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-29 18:03:06 (GMT) |
commit | 934e2cef98bc16d2552641314dae1f17a8841079 (patch) | |
tree | 48eca47c4e443a9d96841b2fa00276ae9943d449 /openscad.h | |
parent | b8ce36f7e7e76c5cd6c51bc44f651ea43f85a8d7 (diff) |
Clifford Wolf:
Improved wireframe vs. light shading selection
git-svn-id: http://svn.clifford.at/openscad/trunk@36 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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); |