summaryrefslogtreecommitdiffstats
path: root/src/box3d-face.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-03Refactoring of 3D box internals.Maximilian Albert1-16/+41
2007-07-03Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert1-0/+45
2007-07-03More meaningful name for 3D axis directionsMaximilian Albert1-2/+2
2007-07-03Make 3D axes correspond to places in binary representation (allows for more g...Maximilian Albert1-7/+1
2007-07-03Swap axis directions Y and Z (for consistency)Maximilian Albert1-3/+3
2007-07-03Use arrays to manage corners and faces of 3D boxesMaximilian Albert1-43/+34
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+161