diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-06-21 13:01:57 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-06-21 13:01:57 +0000 |
| commit | cf233ff5bbc68bd598ef4b81c7b4063548f2eff9 (patch) | |
| tree | 56d48726d21ad368509a945bf7df91966115cc9c /src/Makefile_insert | |
| parent | Fix function plotter for the most common case where there are no transforms a... (diff) | |
| download | inkscape-cf233ff5bbc68bd598ef4b81c7b4063548f2eff9.tar.gz inkscape-cf233ff5bbc68bd598ef4b81c7b4063548f2eff9.zip | |
First (very limited) version of the 3D box tool; allows for drawing of new boxes in a fixed perspective without any live interaction.
(bzr r3084)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile_insert b/src/Makefile_insert index 9ded1945f..f1ba21920 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -41,6 +41,9 @@ libinkpre_a_SOURCES = \ arc-context.cpp arc-context.h \ attributes.cpp attributes.h \ bad-uri-exception.h \ + box3d.cpp box3d.h \ + box3d-context.cpp box3d-context.h \ + box3d-face.cpp box3d-face.h \ brokenimage.xpm \ color-rgba.h \ color-profile.cpp color-profile.h \ @@ -90,6 +93,7 @@ libinkpre_a_SOURCES = \ knotholder.cpp knotholder.h \ layer-fns.cpp layer-fns.h \ layer-manager.cpp layer-manager.h \ + line-geometry.cpp line-geometry.h \ macros.h \ main-cmdlineact.cpp main-cmdlineact.h \ media.cpp media.h \ @@ -110,6 +114,8 @@ libinkpre_a_SOURCES = \ pen-context.h \ pencil-context.cpp \ pencil-context.h \ + perspective-line.cpp perspective-line.h \ + perspective3d.cpp perspective3d.h \ preferences.cpp preferences.h \ preferences-skeleton.h \ menus-skeleton.h \ @@ -257,6 +263,7 @@ libinkpre_a_SOURCES = \ text-tag-attributes.h \ tools-switch.cpp tools-switch.h\ uri-references.cpp uri-references.h \ + vanishing-point.cpp vanishing-point.h \ verbs.cpp verbs.h \ version.cpp version.h \ zoom-context.cpp zoom-context.h |
