From 6838fd6ff1179b180c52fff3bc082b266aaa233b Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 25 Feb 2016 02:56:32 +0300 Subject: [PATCH] aefaefaef --- Applications/3DPrint/3DPrint.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Applications/3DPrint/3DPrint.lua b/Applications/3DPrint/3DPrint.lua index ee646499..08b2095c 100644 --- a/Applications/3DPrint/3DPrint.lua +++ b/Applications/3DPrint/3DPrint.lua @@ -286,9 +286,9 @@ local function drawModelOnHologram() --Эта хуйня для того, чтобы в разных режимах не ебало мозг if (model.shapes[shape].state and currentMode == 2) or (not model.shapes[shape].state and currentMode == 1) then if shape == currentShape then - hologram.set(xStart + x, yStart + 16 - z, zStart + y, 2) + hologram.set(xStart + x, yStart + 15 - z, zStart + y, 2) else - hologram.set(xStart + x, yStart + 16 - z, zStart + y, 1) + hologram.set(xStart + x, yStart + 15 - z, zStart + y, 1) end end end @@ -315,9 +315,11 @@ local function printModel() model.shapes[i][1], (16-model.shapes[i][3]), (16-model.shapes[i][2]), + model.shapes[i][4], (16-model.shapes[i][6]), (16-model.shapes[i][5]), + model.shapes[i].texture, model.shapes[i].state, model.shapes[i].tint