diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-26 22:01:53 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-06-26 22:01:53 (GMT) |
commit | ae9cc6d1edd04dab83f31af5113738275432533a (patch) | |
tree | 6bd16a65f73360ae4130625dfb8eaf8f934aa773 /openscad.h | |
parent | 22710f807679b64973005d43fba607459438162d (diff) |
Clifford Wolf:
OpenCSG support looks ok now
git-svn-id: http://svn.clifford.at/openscad/trunk@27 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -426,9 +426,9 @@ public: double viewer_distance; double object_rot_y; double object_rot_z; - double w_h_ratio; - GLint shaderinfo[10]; + double w_h_ratio; + GLint shaderinfo[11]; GLView(QWidget *parent = NULL); |