index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
box3d-face.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-07-10
Different default styles for non-parallel 3D box faces
Maximilian Albert
1
-9
/
+35
2007-07-10
Create all 3D box faces in the beginning (fixes resizing bug; first step towa...
Maximilian Albert
1
-9
/
+18
2007-07-10
correct way to transform coordinates (fixes earlier ad-hoc solution)
Maximilian Albert
1
-14
/
+10
2007-07-10
small cleanups
Maximilian Albert
1
-1
/
+1
2007-07-03
Refactoring of 3D box internals.
Maximilian Albert
1
-16
/
+41
2007-07-03
Only create the faces of a 3D box when needed (use pointers to refer to them).
Maximilian Albert
1
-0
/
+45
2007-07-03
More meaningful name for 3D axis directions
Maximilian Albert
1
-2
/
+2
2007-07-03
Make 3D axes correspond to places in binary representation (allows for more g...
Maximilian Albert
1
-7
/
+1
2007-07-03
Swap axis directions Y and Z (for consistency)
Maximilian Albert
1
-3
/
+3
2007-07-03
Use arrays to manage corners and faces of 3D boxes
Maximilian Albert
1
-43
/
+34
2007-06-21
First (very limited) version of the 3D box tool; allows for drawing of new bo...
Maximilian Albert
1
-0
/
+161