diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-25 23:38:03 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-25 23:38:03 (GMT) |
commit | c4bffdaf37fdf72a84a225ec584d3698fe398857 (patch) | |
tree | 503b819d69c00f007709cfee0f332c7adc7ad818 /openscad.pro | |
parent | 3e64e63b0113a99666ad68aa3e82bb7b80324d9b (diff) |
Color overriding now works. The outermost color will win if multiple colors are specified for the same object
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openscad.pro b/openscad.pro index 50a419d..89804a7 100644 --- a/openscad.pro +++ b/openscad.pro @@ -187,8 +187,8 @@ HEADERS += src/renderer.h \ src/system-gl.h \ src/stl-utils.h -SOURCES += src/openscad.cc \ - src/mainwin.cc \ +SOURCES += src/mathc99.cc \ + src/linalg.cc \ src/handle_dep.cc \ src/renderer.cc \ src/rendersettings.cc \ @@ -231,10 +231,10 @@ SOURCES += src/openscad.cc \ src/nodedumper.cc \ src/CSGTermEvaluator.cc \ src/Tree.cc \ - src/mathc99.cc \ - src/linalg.cc \ src/PolySetCache.cc \ - src/PolySetEvaluator.cc + src/PolySetEvaluator.cc \ + src/openscad.cc \ + src/mainwin.cc opencsg { HEADERS += src/OpenCSGRenderer.h |