diff options
author | Novatux <nathanael.courant@laposte.net> | 2013-12-31 07:36:04 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2013-12-31 07:36:04 +0100 |
commit | 286650e3f6eb92d25f2fc85c1ec186023c7b9633 (patch) | |
tree | 068e4d8da01b1a9c16b35861377aca13c1aaa934 /models.lua | |
parent | 10cf11e008ad0da51349b175dee7cc23ea951db4 (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 }, |