diff options
author | Marius Kintel <marius@kintel.net> | 2011-09-02 21:35:10 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-09-02 21:35:10 (GMT) |
commit | ed8a99ed55d5d1ad043608ed471bb7564403bde9 (patch) | |
tree | d0205bc5d22062ba6ddc0bbf87c88e9fafa58536 /openscad.pro | |
parent | 287c20d2ff1f737acb414b3eda4969356c02c4fe (diff) |
Refactoring: Moved color functionality into separate module and node
Diffstat (limited to 'openscad.pro')
-rw-r--r-- | openscad.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openscad.pro b/openscad.pro index 8e43102..bd2215e 100644 --- a/openscad.pro +++ b/openscad.pro @@ -144,6 +144,7 @@ HEADERS += src/renderer.h \ src/projectionnode.h \ src/importnode.h \ src/transformnode.h \ + src/colornode.h \ src/rendernode.h \ src/openscad.h \ src/polyset.h \ @@ -178,6 +179,7 @@ SOURCES += src/openscad.cc \ src/polyset.cc \ src/csgops.cc \ src/transform.cc \ + src/color.cc \ src/primitives.cc \ src/projection.cc \ src/cgaladv.cc \ |