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/sp-object-repr.cpp | |
| 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/sp-object-repr.cpp')
| -rw-r--r-- | src/sp-object-repr.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sp-object-repr.cpp b/src/sp-object-repr.cpp index 43c946670..5a1554cbd 100644 --- a/src/sp-object-repr.cpp +++ b/src/sp-object-repr.cpp @@ -21,6 +21,7 @@ #include "sp-path.h" #include "sp-radial-gradient-fns.h" #include "sp-rect.h" +#include "box3d.h" #include "sp-ellipse.h" #include "sp-star.h" #include "sp-stop-fns.h" @@ -171,7 +172,9 @@ populate_dtables() { "arc", SP_TYPE_ARC }, { "inkscape:offset", SP_TYPE_OFFSET }, { "spiral", SP_TYPE_SPIRAL }, - { "star", SP_TYPE_STAR } + { "star", SP_TYPE_STAR }, + { "inkscape:3dbox", SP_TYPE_3DBOX }//, + //{ "inkscape:3dboxface", SP_TYPE_3DBOX_FACE } }; NameTypeEntry const *const t2entries[] = { |
