summaryrefslogtreecommitdiff
path: root/openscad.h
diff options
context:
space:
mode:
authorclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-02 15:12:10 (GMT)
committerclifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c>2009-07-02 15:12:10 (GMT)
commitd5add31a17c662b206f32480678c90370626b073 (patch)
treea7fab279a7c68cfce976959ade45600558fdef0a /openscad.h
parent13888cfe9294d1649dff5ea84d5fd76a77182458 (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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/openscad.h b/openscad.h
index 4f12420..4ad5765 100644
--- a/openscad.h
+++ b/openscad.h
@@ -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);
contact: Jan Huwald // Impressum