diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-29 11:03:15 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-29 11:03:15 (GMT) |
commit | b8ce36f7e7e76c5cd6c51bc44f651ea43f85a8d7 (patch) | |
tree | 8a8fb60cd2f79854b2a3588d885d9ff301b7810a /openscad.h | |
parent | c16507211f270805f5223c3d84af6b989f173551 (diff) |
Clifford Wolf:
Added support for OpenGL Lights
git-svn-id: http://svn.clifford.at/openscad/trunk@35 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -432,6 +432,7 @@ public: double w_h_ratio; GLint shaderinfo[11]; + bool useLights; GLView(QWidget *parent = NULL); @@ -506,6 +507,7 @@ public: QAction *actViewModeCGALGrid; #endif QAction *actViewModeThrownTogether; + QAction *actViewModeLights; void viewModeActionsUncheck(); private slots: @@ -517,6 +519,7 @@ private slots: void viewModeCGALGrid(); #endif void viewModeThrownTogether(); + void viewModeLights(); }; extern AbstractModule *parse(const char *text, int debug); |