diff options
author | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-02 21:21:05 (GMT) |
---|---|---|
committer | clifford <clifford@b57f626f-c46c-0410-a088-ec61d464b74c> | 2009-07-02 21:21:05 (GMT) |
commit | 5c239e7868842195189c9c5782ba8a07c948f1e5 (patch) | |
tree | 06117b25fcd648365680592964ba5abd88ac091f /openscad.h | |
parent | ff58716a48729abe96c13535cac43b36bc32b4f2 (diff) |
Clifford Wolf:
Don't try rendering a CSG tree with more than 1000 elements.
git-svn-id: http://svn.clifford.at/openscad/trunk@48 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'openscad.h')
-rw-r--r-- | openscad.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -500,6 +500,7 @@ public: QVector<CSGTerm*> highlight_terms; CSGChain *highlights_chain; AbstractNode *root_node; + bool enableOpenCSG; MainWindow(const char *filename = 0); ~MainWindow(); |