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