summaryrefslogtreecommitdiffstats
path: root/src/box3d.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2007-07-10Create all 3D box faces in the beginning (fixes resizing bug; first step towa...Maximilian Albert1-14/+23
2007-07-10More 3D auxiliary/convenience functionsMaximilian Albert1-1/+1
2007-07-10Status message & cleanupsMaximilian Albert1-3/+12
2007-07-10small cleanupsMaximilian Albert1-2/+4
2007-07-04New/updated 3D box auxiliary/convenience functions (e.g., allow (un)constrain...Maximilian Albert1-3/+38
2007-07-03Refactoring of 3D box internals.Maximilian Albert1-50/+73
2007-07-03Only create the faces of a 3D box when needed (use pointers to refer to them).Maximilian Albert1-16/+44
2007-07-03Swap axis directions Y and Z (for consistency)Maximilian Albert1-11/+11
2007-07-03Use arrays to manage corners and faces of 3D boxesMaximilian Albert1-25/+20
2007-06-21First (very limited) version of the 3D box tool; allows for drawing of new bo...Maximilian Albert1-0/+257