diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-02 15:12:10 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-02 15:12:10 (GMT) |
commit | d5add31a17c662b206f32480678c90370626b073 (patch) | |
tree | a7fab279a7c68cfce976959ade45600558fdef0a /openscad.h | |
parent | 13888cfe9294d1649dff5ea84d5fd76a77182458 (diff) |
Clifford Wolf:
Some cleanups and improvements in GL rendering
git-svn-id: http://svn.clifford.at/openscad/trunk@46 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -458,7 +458,6 @@ public: double w_h_ratio; GLint shaderinfo[11]; - bool useLights; GLView(QWidget *parent = NULL); @@ -544,8 +543,7 @@ public: QAction *actViewModeCGALGrid; #endif QAction *actViewModeThrownTogether; - QAction *actViewModeWireframe; - QAction *actViewModeShaded; + QAction *actViewModeShowEdges; void viewModeActionsUncheck(); private slots: @@ -557,8 +555,7 @@ private slots: void viewModeCGALGrid(); #endif void viewModeThrownTogether(); - void viewModeWireframe(); - void viewModeShaded(); + void viewModeShowEdges(); }; extern AbstractModule *parse(const char *text, int debug); |