From cf233ff5bbc68bd598ef4b81c7b4063548f2eff9 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Thu, 21 Jun 2007 13:01:57 +0000 Subject: 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) --- src/sp-object-repr.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/sp-object-repr.cpp') 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[] = { -- cgit v1.2.3