summaryrefslogtreecommitdiff
path: root/src/rendersettings.cc
diff options
context:
space:
mode:
authordonbright <hugh.m.bright@gmail.com>2013-03-05 23:47:14 (GMT)
committerdonbright <hugh.m.bright@gmail.com>2013-03-05 23:47:14 (GMT)
commit42f21c3a0850083d245aa3ac346a53e876f0679e (patch)
treefacf41750e0fe27cc4cdaf352c9c8e687011d103 /src/rendersettings.cc
parent422c668dcb538f181683ae51305bf8d3404f48d6 (diff)
parent4734172c3a16cc06b09e4d2131aa8e380bd0f226 (diff)
Merge pull request #288 from openscad/issue11_2
Issue11 2
Diffstat (limited to 'src/rendersettings.cc')
-rw-r--r--src/rendersettings.cc4
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);
contact: Jan Huwald // Impressum