diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-12-31 07:36:04 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-12-31 13:54:13 +0100 |
commit | b0c50203d2f71ef9d0301e6ebdee0e7000988409 (patch) | |
tree | 5d2406d596e65ad19344143a1f60e69bba69bfac /models.lua | |
parent | 0dfc3775e9b48260b4b61928e4b1ced8a1e8f8b2 (diff) |
Add 6d tubes, cleanup code a bit
Diffstat (limited to 'models.lua')
-rw-r--r-- | models.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -123,6 +123,8 @@ pipeworks.tube_backstub = { { -9/64, -9/64, -9/64, 9/64, 9/64, 32/64 }, -- tube segment against -Z face } +pipeworks.tube_boxes = {pipeworks.tube_leftstub, pipeworks.tube_rightstub, pipeworks.tube_bottomstub, pipeworks.tube_topstub, pipeworks.tube_frontstub, pipeworks.tube_backstub} + pipeworks.tube_selectboxes = { { -32/64, -10/64, -10/64, 10/64, 10/64, 10/64 }, { -10/64 , -10/64, -10/64, 32/64, 10/64, 10/64 }, |