diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-06 18:08:31 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-06 18:08:31 (GMT) |
commit | cfc67f928fc86310614940f126d9f6c76d4e9ea7 (patch) | |
tree | 162be7579d3acd0eeb5b7b509ef9a0b428d6831f /src/rendersettings.cc | |
parent | fe44758f5096be0e98c82d2cb0d54bdeffc4403a (diff) | |
parent | 974abf13049d5e73227418e3990af8a9bbf9db09 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/rendersettings.cc')
-rw-r--r-- | src/rendersettings.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/rendersettings.cc b/src/rendersettings.cc index 195f2d8..e9c2f63 100644 --- a/src/rendersettings.cc +++ b/src/rendersettings.cc @@ -12,6 +12,10 @@ RenderSettings *RenderSettings::inst(bool erase) RenderSettings::RenderSettings() { + openCSGTermLimit = 2000; + far_gl_clip_limit = 100000.0; + img_width = 512; + img_height = 512; this->colors[BACKGROUND_COLOR] = Color4f(0xff, 0xff, 0xe5); this->colors[OPENCSG_FACE_FRONT_COLOR] = Color4f(0xf9, 0xd7, 0x2c); this->colors[OPENCSG_FACE_BACK_COLOR] = Color4f(0x9d, 0xcb, 0x51); |