Code

First (very limited) version of the 3D box tool; allows for drawing of new boxes...
authorcilix42 <cilix42@users.sourceforge.net>
Thu, 21 Jun 2007 13:01:57 +0000 (13:01 +0000)
committercilix42 <cilix42@users.sourceforge.net>
Thu, 21 Jun 2007 13:01:57 +0000 (13:01 +0000)
commit1d882e9533b20c0e0783e9d17fcd3f5466fa422f
tree56d48726d21ad368509a945bf7df91966115cc9c
parent1b9ce9d489d575ddfc946d0a3024ed64021bfd2c
First (very limited) version of the 3D box tool; allows for drawing of new boxes in a fixed perspective without any live interaction.
26 files changed:
share/icons/icons.svg
src/Makefile_insert
src/box3d-context.cpp [new file with mode: 0644]
src/box3d-context.h [new file with mode: 0644]
src/box3d-face.cpp [new file with mode: 0644]
src/box3d-face.h [new file with mode: 0644]
src/box3d.cpp [new file with mode: 0644]
src/box3d.h [new file with mode: 0644]
src/knotholder.cpp
src/line-geometry.cpp [new file with mode: 0644]
src/line-geometry.h [new file with mode: 0644]
src/perspective-line.cpp [new file with mode: 0644]
src/perspective-line.h [new file with mode: 0644]
src/perspective3d.cpp [new file with mode: 0644]
src/perspective3d.h [new file with mode: 0644]
src/preferences-skeleton.h
src/sp-object-repr.cpp
src/tools-switch.cpp
src/tools-switch.h
src/ui/dialog/inkscape-preferences.cpp
src/ui/dialog/inkscape-preferences.h
src/vanishing-point.cpp [new file with mode: 0644]
src/vanishing-point.h [new file with mode: 0644]
src/verbs.cpp
src/verbs.h
src/widgets/toolbox.cpp