From 9ae871405588317f3bdae5924bf1370a4f14205f Mon Sep 17 00:00:00 2001 From: Eagle517 <15026800+Eagle517@users.noreply.github.com> Date: Tue, 15 Jan 2019 12:39:35 -0600 Subject: [PATCH] Initial commit --- brickdata.cs | 50 + bricks.cs | 171 + bricks/blb/1x1fD_1i_1o.blb | 403 + bricks/blb/1x1fU_1i_1o.blb | 403 + bricks/blb/1x1f_1i_1o.blb | 403 + bricks/blb/1x2f_2i_1o.blb | 515 + bricks/blb/1x8f_8i_8o_p.blb | 2163 +++++ bricks/blb/8bitAdder.blb | 3062 ++++++ bricks/blb/8bitMultiplier.blb | 3722 ++++++++ bricks/blb/DFlipflopGridMemory2.blb | 847 ++ bricks/blb/FullAdder.blb | 733 ++ bricks/blb/HalfAdder.blb | 623 ++ bricks/blb/TextBrick.blb | 294 + bricks/blb/keyboardgate.blb | 12102 ++++++++++++++++++++++++ bricks/blb/pixels/HPixel.blb | 532 ++ bricks/blb/pixels/pixel.blb | 517 + bricks/blb/switch.blb | 405 + bricks/blb/wires/1x11f.blb | 2 + bricks/blb/wires/1x13f.blb | 2 + bricks/blb/wires/1x14f.blb | 2 + bricks/blb/wires/1x15f.blb | 2 + bricks/blb/wires/1x1x10.blb | 2 + bricks/blb/wires/1x1x11.blb | 2 + bricks/blb/wires/1x1x12.blb | 2 + bricks/blb/wires/1x1x128.blb | 2 + bricks/blb/wires/1x1x13.blb | 2 + bricks/blb/wires/1x1x14.blb | 2 + bricks/blb/wires/1x1x16.blb | 2 + bricks/blb/wires/1x1x17.blb | 2 + bricks/blb/wires/1x1x2.blb | 2 + bricks/blb/wires/1x1x4.blb | 2 + bricks/blb/wires/1x1x5.blb | 2 + bricks/blb/wires/1x1x6.blb | 2 + bricks/blb/wires/1x1x7.blb | 2 + bricks/blb/wires/1x1x8.blb | 2 + bricks/blb/wires/1x1x9.blb | 2 + bricks/blb/wires/1x2x5.blb | 2 + bricks/blb/wires/1x32f.blb | 2 + bricks/blb/wires/1x5f.blb | 2 + bricks/blb/wires/1x64f.blb | 2 + bricks/blb/wires/1x7f.blb | 2 + bricks/blb/wires/1x9f.blb | 2 + bricks/bus/8BitDFlipFlop.cs | 120 + bricks/bus/8BitEnabler.cs | 132 + bricks/gates/AND.cs | 9 + bricks/gates/NAND.cs | 9 + bricks/gates/NOR.cs | 9 + bricks/gates/NOT.cs | 24 + bricks/gates/OR.cs | 37 + bricks/gates/XNOR.cs | 9 + bricks/gates/XOR.cs | 9 + bricks/gates/diode.cs | 44 + bricks/gates/verticalDiode.cs | 69 + bricks/gates/verticalNOT.cs | 45 + bricks/inputs/keyboard-init.lua | 114 + bricks/inputs/keyboard-input.lua | 24 + bricks/inputs/keyboard-update.lua | 10 + bricks/inputs/keyboard.cs | 49 + bricks/inputs/switch-input.lua | 11 + bricks/inputs/switch.cs | 44 + bricks/math/8bitAdder.cs | 179 + bricks/math/8bitDivider.cs | 218 + bricks/math/8bitMultiplier.cs | 208 + bricks/math/8bitSubtractor.cs | 179 + bricks/math/FullAdder.cs | 53 + bricks/math/FullSubtractor.cs | 53 + bricks/math/HalfAdder.cs | 46 + bricks/math/HalfSubtractor.cs | 46 + bricks/memory/DFlipFlop.cs | 17 + bricks/memory/DFlipflopGridMemory2.cs | 60 + bricks/special/HorizontalPixel.cs | 48 + bricks/special/TextBrick.cs | 36 + bricks/special/pixel.cs | 48 + bricks/special/text-init.lua | 83 + bricks/special/text-update.lua | 13 + bricks/wires.cs | 359 + cmds.cs | 82 + description.txt | 4 + icons/1x1f Diode.png | Bin 0 -> 744 bytes icons/1x1f NOT.png | Bin 0 -> 786 bytes icons/1x2f AND.png | Bin 0 -> 516 bytes icons/1x2f NAND.png | Bin 0 -> 516 bytes icons/1x2f NOR.png | Bin 0 -> 516 bytes icons/1x2f OR.png | Bin 0 -> 516 bytes icons/1x2f XNOR.png | Bin 0 -> 516 bytes icons/1x2f XOR.png | Bin 0 -> 516 bytes icons/8 Bit D FlipFlop.png | Bin 0 -> 1977 bytes icons/8 Bit Enabler.png | Bin 0 -> 1977 bytes icons/8bit Adder.png | Bin 0 -> 1314 bytes icons/8bit Divider.png | Bin 0 -> 1369 bytes icons/8bit Multiplier.png | Bin 0 -> 1369 bytes icons/8bit Subtractor.png | Bin 0 -> 1314 bytes icons/D FlipFlop.png | Bin 0 -> 516 bytes icons/D Flipflop Grid Memory 2.png | Bin 0 -> 803 bytes icons/Diode Down.png | Bin 0 -> 787 bytes icons/Diode Up.png | Bin 0 -> 781 bytes icons/Full Adder.png | Bin 0 -> 520 bytes icons/Full Subtractor.png | Bin 0 -> 520 bytes icons/Half Adder.png | Bin 0 -> 528 bytes icons/Half Subtractor.png | Bin 0 -> 528 bytes icons/Horizontal Pixel.png | Bin 0 -> 576 bytes icons/Input Keyboard.png | Bin 0 -> 725 bytes icons/Not Down.png | Bin 0 -> 781 bytes icons/Not Up.png | Bin 0 -> 788 bytes icons/Pixel.png | Bin 0 -> 1027 bytes icons/Text Brick.png | Bin 0 -> 113 bytes icons/Visual Wire 1x1f.png | Bin 0 -> 698 bytes icons/Visual Wire 1x1x15.png | Bin 0 -> 1004 bytes icons/Visual Wire 1x1x2.png | Bin 0 -> 742 bytes icons/Visual Wire 1x1x3.png | Bin 0 -> 770 bytes icons/Visual Wire 1x2x5.png | Bin 0 -> 1141 bytes icons/Visual Wire 2x2f.png | Bin 0 -> 1283 bytes icons/Wire 1x10f.png | Bin 0 -> 1784 bytes icons/Wire 1x11f.png | Bin 0 -> 113 bytes icons/Wire 1x12f.png | Bin 0 -> 1739 bytes icons/Wire 1x13f.png | Bin 0 -> 1607 bytes icons/Wire 1x14f.png | Bin 0 -> 1478 bytes icons/Wire 1x15f.png | Bin 0 -> 1479 bytes icons/Wire 1x16f.png | Bin 0 -> 1390 bytes icons/Wire 1x1f.png | Bin 0 -> 698 bytes icons/Wire 1x1x10.png | Bin 0 -> 1406 bytes icons/Wire 1x1x11.png | Bin 0 -> 1299 bytes icons/Wire 1x1x12.png | Bin 0 -> 1202 bytes icons/Wire 1x1x128.png | Bin 0 -> 337 bytes icons/Wire 1x1x13.png | Bin 0 -> 1120 bytes icons/Wire 1x1x14.png | Bin 0 -> 1089 bytes icons/Wire 1x1x15.png | Bin 0 -> 1004 bytes icons/Wire 1x1x16.png | Bin 0 -> 961 bytes icons/Wire 1x1x17.png | Bin 0 -> 942 bytes icons/Wire 1x1x2.png | Bin 0 -> 742 bytes icons/Wire 1x1x3.png | Bin 0 -> 770 bytes icons/Wire 1x1x4.png | Bin 0 -> 833 bytes icons/Wire 1x1x5.png | Bin 0 -> 868 bytes icons/Wire 1x1x6.png | Bin 0 -> 871 bytes icons/Wire 1x1x7.png | Bin 0 -> 890 bytes icons/Wire 1x1x8.png | Bin 0 -> 1602 bytes icons/Wire 1x1x9.png | Bin 0 -> 1484 bytes icons/Wire 1x2f.png | Bin 0 -> 918 bytes icons/Wire 1x2x5.png | Bin 0 -> 1141 bytes icons/Wire 1x32f.png | Bin 0 -> 960 bytes icons/Wire 1x3f.png | Bin 0 -> 1109 bytes icons/Wire 1x4f.png | Bin 0 -> 2486 bytes icons/Wire 1x5f.png | Bin 0 -> 2338 bytes icons/Wire 1x64f.png | Bin 0 -> 834 bytes icons/Wire 1x6f.png | Bin 0 -> 2397 bytes icons/Wire 1x7f.png | Bin 0 -> 2294 bytes icons/Wire 1x8f.png | Bin 0 -> 1998 bytes icons/Wire 1x9f.png | Bin 0 -> 1780 bytes icons/Wire 64x64f.png | Bin 0 -> 2295 bytes icons/switch.png | Bin 0 -> 507 bytes server.cs | 126 + tcp.cs | 125 + utilities.cs | 221 + 153 files changed, 29967 insertions(+) create mode 100644 brickdata.cs create mode 100644 bricks.cs create mode 100644 bricks/blb/1x1fD_1i_1o.blb create mode 100644 bricks/blb/1x1fU_1i_1o.blb create mode 100644 bricks/blb/1x1f_1i_1o.blb create mode 100644 bricks/blb/1x2f_2i_1o.blb create mode 100644 bricks/blb/1x8f_8i_8o_p.blb create mode 100644 bricks/blb/8bitAdder.blb create mode 100644 bricks/blb/8bitMultiplier.blb create mode 100644 bricks/blb/DFlipflopGridMemory2.blb create mode 100644 bricks/blb/FullAdder.blb create mode 100644 bricks/blb/HalfAdder.blb create mode 100644 bricks/blb/TextBrick.blb create mode 100644 bricks/blb/keyboardgate.blb create mode 100644 bricks/blb/pixels/HPixel.blb create mode 100644 bricks/blb/pixels/pixel.blb create mode 100644 bricks/blb/switch.blb create mode 100644 bricks/blb/wires/1x11f.blb create mode 100644 bricks/blb/wires/1x13f.blb create mode 100644 bricks/blb/wires/1x14f.blb create mode 100644 bricks/blb/wires/1x15f.blb create mode 100644 bricks/blb/wires/1x1x10.blb create mode 100644 bricks/blb/wires/1x1x11.blb create mode 100644 bricks/blb/wires/1x1x12.blb create mode 100644 bricks/blb/wires/1x1x128.blb create mode 100644 bricks/blb/wires/1x1x13.blb create mode 100644 bricks/blb/wires/1x1x14.blb create mode 100644 bricks/blb/wires/1x1x16.blb create mode 100644 bricks/blb/wires/1x1x17.blb create mode 100644 bricks/blb/wires/1x1x2.blb create mode 100644 bricks/blb/wires/1x1x4.blb create mode 100644 bricks/blb/wires/1x1x5.blb create mode 100644 bricks/blb/wires/1x1x6.blb create mode 100644 bricks/blb/wires/1x1x7.blb create mode 100644 bricks/blb/wires/1x1x8.blb create mode 100644 bricks/blb/wires/1x1x9.blb create mode 100644 bricks/blb/wires/1x2x5.blb create mode 100644 bricks/blb/wires/1x32f.blb create mode 100644 bricks/blb/wires/1x5f.blb create mode 100644 bricks/blb/wires/1x64f.blb create mode 100644 bricks/blb/wires/1x7f.blb create mode 100644 bricks/blb/wires/1x9f.blb create mode 100644 bricks/bus/8BitDFlipFlop.cs create mode 100644 bricks/bus/8BitEnabler.cs create mode 100644 bricks/gates/AND.cs create mode 100644 bricks/gates/NAND.cs create mode 100644 bricks/gates/NOR.cs create mode 100644 bricks/gates/NOT.cs create mode 100644 bricks/gates/OR.cs create mode 100644 bricks/gates/XNOR.cs create mode 100644 bricks/gates/XOR.cs create mode 100644 bricks/gates/diode.cs create mode 100644 bricks/gates/verticalDiode.cs create mode 100644 bricks/gates/verticalNOT.cs create mode 100644 bricks/inputs/keyboard-init.lua create mode 100644 bricks/inputs/keyboard-input.lua create mode 100644 bricks/inputs/keyboard-update.lua create mode 100644 bricks/inputs/keyboard.cs create mode 100644 bricks/inputs/switch-input.lua create mode 100644 bricks/inputs/switch.cs create mode 100644 bricks/math/8bitAdder.cs create mode 100644 bricks/math/8bitDivider.cs create mode 100644 bricks/math/8bitMultiplier.cs create mode 100644 bricks/math/8bitSubtractor.cs create mode 100644 bricks/math/FullAdder.cs create mode 100644 bricks/math/FullSubtractor.cs create mode 100644 bricks/math/HalfAdder.cs create mode 100644 bricks/math/HalfSubtractor.cs create mode 100644 bricks/memory/DFlipFlop.cs create mode 100644 bricks/memory/DFlipflopGridMemory2.cs create mode 100644 bricks/special/HorizontalPixel.cs create mode 100644 bricks/special/TextBrick.cs create mode 100644 bricks/special/pixel.cs create mode 100644 bricks/special/text-init.lua create mode 100644 bricks/special/text-update.lua create mode 100644 bricks/wires.cs create mode 100644 cmds.cs create mode 100644 description.txt create mode 100644 icons/1x1f Diode.png create mode 100644 icons/1x1f NOT.png create mode 100644 icons/1x2f AND.png create mode 100644 icons/1x2f NAND.png create mode 100644 icons/1x2f NOR.png create mode 100644 icons/1x2f OR.png create mode 100644 icons/1x2f XNOR.png create mode 100644 icons/1x2f XOR.png create mode 100644 icons/8 Bit D FlipFlop.png create mode 100644 icons/8 Bit Enabler.png create mode 100644 icons/8bit Adder.png create mode 100644 icons/8bit Divider.png create mode 100644 icons/8bit Multiplier.png create mode 100644 icons/8bit Subtractor.png create mode 100644 icons/D FlipFlop.png create mode 100644 icons/D Flipflop Grid Memory 2.png create mode 100644 icons/Diode Down.png create mode 100644 icons/Diode Up.png create mode 100644 icons/Full Adder.png create mode 100644 icons/Full Subtractor.png create mode 100644 icons/Half Adder.png create mode 100644 icons/Half Subtractor.png create mode 100644 icons/Horizontal Pixel.png create mode 100644 icons/Input Keyboard.png create mode 100644 icons/Not Down.png create mode 100644 icons/Not Up.png create mode 100644 icons/Pixel.png create mode 100644 icons/Text Brick.png create mode 100644 icons/Visual Wire 1x1f.png create mode 100644 icons/Visual Wire 1x1x15.png create mode 100644 icons/Visual Wire 1x1x2.png create mode 100644 icons/Visual Wire 1x1x3.png create mode 100644 icons/Visual Wire 1x2x5.png create mode 100644 icons/Visual Wire 2x2f.png create mode 100644 icons/Wire 1x10f.png create mode 100644 icons/Wire 1x11f.png create mode 100644 icons/Wire 1x12f.png create mode 100644 icons/Wire 1x13f.png create mode 100644 icons/Wire 1x14f.png create mode 100644 icons/Wire 1x15f.png create mode 100644 icons/Wire 1x16f.png create mode 100644 icons/Wire 1x1f.png create mode 100644 icons/Wire 1x1x10.png create mode 100644 icons/Wire 1x1x11.png create mode 100644 icons/Wire 1x1x12.png create mode 100644 icons/Wire 1x1x128.png create mode 100644 icons/Wire 1x1x13.png create mode 100644 icons/Wire 1x1x14.png create mode 100644 icons/Wire 1x1x15.png create mode 100644 icons/Wire 1x1x16.png create mode 100644 icons/Wire 1x1x17.png create mode 100644 icons/Wire 1x1x2.png create mode 100644 icons/Wire 1x1x3.png create mode 100644 icons/Wire 1x1x4.png create mode 100644 icons/Wire 1x1x5.png create mode 100644 icons/Wire 1x1x6.png create mode 100644 icons/Wire 1x1x7.png create mode 100644 icons/Wire 1x1x8.png create mode 100644 icons/Wire 1x1x9.png create mode 100644 icons/Wire 1x2f.png create mode 100644 icons/Wire 1x2x5.png create mode 100644 icons/Wire 1x32f.png create mode 100644 icons/Wire 1x3f.png create mode 100644 icons/Wire 1x4f.png create mode 100644 icons/Wire 1x5f.png create mode 100644 icons/Wire 1x64f.png create mode 100644 icons/Wire 1x6f.png create mode 100644 icons/Wire 1x7f.png create mode 100644 icons/Wire 1x8f.png create mode 100644 icons/Wire 1x9f.png create mode 100644 icons/Wire 64x64f.png create mode 100644 icons/switch.png create mode 100644 server.cs create mode 100644 tcp.cs create mode 100644 utilities.cs diff --git a/brickdata.cs b/brickdata.cs new file mode 100644 index 0000000..bc10821 --- /dev/null +++ b/brickdata.cs @@ -0,0 +1,50 @@ +//Wires +exec("./bricks/wires.cs"); + +//Gates +exec("./bricks/gates/diode.cs"); +exec("./bricks/gates/NOT.cs"); +exec("./bricks/gates/OR.cs"); +exec("./bricks/gates/AND.cs"); +exec("./bricks/gates/NOR.cs"); +exec("./bricks/gates/NAND.cs"); +exec("./bricks/gates/XOR.cs"); +exec("./bricks/gates/XNOR.cs"); + + //Vertical +exec("./bricks/gates/verticalDiode.cs"); +exec("./bricks/gates/verticalNOT.cs"); + +//Bus +exec("./bricks/bus/8BitEnabler.cs"); +exec("./bricks/bus/8BitDFlipFlop.cs"); + +//Inputs +exec("./bricks/inputs/switch.cs"); +exec("./bricks/inputs/keyboard.cs"); + +//Math + //Addition +exec("./bricks/math/HalfAdder.cs"); +exec("./bricks/math/FullAdder.cs"); +exec("./bricks/math/8bitAdder.cs"); + + //Subtraction +exec("./bricks/math/HalfSubtractor.cs"); +exec("./bricks/math/FullSubtractor.cs"); +exec("./bricks/math/8bitSubtractor.cs"); + + //Multiplication +exec("./bricks/math/8bitMultiplier.cs"); + + //Division +exec("./bricks/math/8bitDivider.cs"); + +//Memory +exec("./bricks/memory/DFlipFlop.cs"); +exec("./bricks/memory/DFlipflopGridMemory2.cs"); + +//Special +exec("./bricks/special/pixel.cs"); +exec("./bricks/special/HorizontalPixel.cs"); +exec("./bricks/special/TextBrick.cs"); diff --git a/bricks.cs b/bricks.cs new file mode 100644 index 0000000..4a40764 --- /dev/null +++ b/bricks.cs @@ -0,0 +1,171 @@ +function lualogic_addwire(%wire) +{ + %color = %wire.getColorID(); + + %box = %wire.getWorldBox(); + + %minX = mFloatLength(getWord(%box, 0)*2, 0)/2; + %minY = mFloatLength(getWord(%box, 1)*2, 0)/2; + %minZ = mFloatLength(getWord(%box, 2)*5, 0)/5; + + %maxX = mFloatLength(getWord(%box, 3)*2, 0)/2; + %maxY = mFloatLength(getWord(%box, 4)*2, 0)/2; + %maxZ = mFloatLength(getWord(%box, 5)*5, 0)/5; + + %min = lualogic_pos(%minX SPC %minY SPC %minZ); + %max = lualogic_pos(%maxX SPC %maxY SPC %maxZ); + + lualogic_send("W;" @ %wire.getID() @ ";" @ %color @ ";" @ %min @ ";" @ %max); + %wire.logicIsAdded = true; +} + +function lualogic_addgate(%gate) +{ + %db = %gate.getDataBlock(); + %pos = lualogic_pos(%gate.getPosition()); + %rot = %gate.angleId; + + %data = "G;" @ %gate.getID() @ ";" @ %db @ ";" @ %pos @ ";" @ %rot; + + lualogic_send(%data); + %gate.logicIsAdded = true; + + if(isFunction(%db.getName(), "Logic_onAdd")) + %db.Logic_onAdd(%gate); +} + +function lualogic_removewire(%wire) +{ + if(%wire.logicIsRemoved == false) + { + lualogic_send("RW;" @ %wire); + %wire.logicIsRemoved = true; + } +} + +function lualogic_removegate(%gate) +{ + if(%gate.logicIsRemoved == false) + { + %db = %gate.getDataBlock(); + if(isFunction(%db.getName(), "Logic_onRemove")) + %db.Logic_onRemove(%gate); + + lualogic_send("RG;" @ %gate); + %gate.logicIsRemoved = true; + } +} + +function lualogic_sendall() +{ + %groups = mainBrickGroup.getCount(); + for(%i = 0; %i < %groups; %i++) + { + %group = mainBrickGroup.getObject(%i); + %bricks = %group.getCount(); + for(%a = 0; %a < %bricks; %a++) + { + %brick = %group.getObject(%a); + %data = %brick.getDataBlock(); + if(%data.isLogic && %brick.isPlanted()) + { + if(%data.isLogicWire) + lualogic_addwire(%brick); + else if(%data.isLogicGate) + lualogic_addgate(%brick); + } + } + } +} + +function fxDTSBrick::Logic_SetOutput(%this, %port, %state) +{ + lualogic_send("SP;" @ %this @ ";" @ %port+1 @ ";" @ %state); +} + +package LuaLogic_Bricks +{ + function fxDTSBrickData::onPlant(%this, %brick) + { + parent::onPlant(%this, %brick); + + if(isObject(%brick) && %this.isLogic) + { + if(%this.isLogicWire) + lualogic_addwire(%brick); + else if(%this.isLogicGate) + lualogic_addgate(%brick); + } + } + + function fxDTSBrickData::onLoadPlant(%this, %brick) + { + parent::onLoadPlant(%this, %brick); + + if(isObject(%brick) && %this.isLogic) + { + if(%this.isLogicWire) + lualogic_addwire(%brick); + else if(%this.isLogicGate) + lualogic_addgate(%brick); + } + } + + function fxDTSBrickData::onColorChange(%data, %obj) + { + parent::onColorChange(%data, %obj); + + if(isObject(%obj) && %obj.isPlanted() && !%obj.isDead() && %data.isLogic && %data.isLogicWire) + lualogic_send("SL;" @ %obj @ ";" @ %obj.getColorID()); + } + + function fxDTSBrickData::onDeath(%this, %brick) + { + if(%this.isLogic) + { + if(%this.isLogicWire) + lualogic_removewire(%brick); + else if(%this.isLogicGate) + lualogic_removegate(%brick); + } + + parent::onDeath(%this, %brick); + } + + function fxDTSBrickData::onRemove(%this, %brick) + { + if(%this.isLogic && %brick.logicIsAdded) + { + if(%this.isLogicWire) + lualogic_removewire(%brick); + else if(%this.isLogicGate) + lualogic_removegate(%brick); + } + + parent::onRemove(%this, %brick); + } + + function Player::activateStuff(%this, %a, %b) + { + parent::activateStuff(%this, %a, %b); + + if(isObject(%client = %this.client)) + { + %eye = %this.getEyePoint(); + %vec = %this.getEyeVector(); + %ray = containerRayCast(%eye, vectorAdd(%eye, vectorScale(%vec, 5*getWord(%this.getScale(), 2))), $TypeMasks::FxBrickObjectType); + if(isObject(%hit = firstWord(%ray))) + { + %data = %hit.getDataBlock(); + if(%data.isLogic) + { + if(%data.isLogicInput) + %data.Logic_onInput(%hit, %hitPos, %hitNorm, %client); + else + lualogic_send("GINFO;" @ %client @ ";" @ %hit); + } + } + } + } +}; +activatePackage("LuaLogic_Bricks"); diff --git a/bricks/blb/1x1fD_1i_1o.blb b/bricks/blb/1x1fD_1i_1o.blb new file mode 100644 index 0000000..a7394b9 --- /dev/null +++ b/bricks/blb/1x1fD_1i_1o.blb @@ -0,0 +1,403 @@ +1 1 1 +SPECIAL + +b + +1 + +0 0 0 +1 1 1 +COVERAGE: +1 : 1 +1 : 1 +1 : 1 +1 : 1 +1 : 1 +1 : 1 +----------------top quads: +6 + +TEX:TOP +POSITION: +0.5 0.5 0.5 +0.5 -0.5 0.5 +-0.5 -0.5 0.5 +-0.5 0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.4 -0.4 0.75 +0.4 -0.4 0.75 +0.4 -0.4 0.5 +-0.4 -0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.4 -0.4 0.75 +-0.4 0.4 0.75 +0.4 0.4 0.75 +0.4 -0.4 0.75 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.4 0.4 0.75 +-0.4 0.4 0.75 +-0.4 0.4 0.5 +0.4 0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.4 0.4 0.75 +-0.4 -0.4 0.75 +-0.4 -0.4 0.5 +-0.4 0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.4 -0.4 0.75 +0.4 0.4 0.75 +0.4 0.4 0.5 +0.4 -0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------bottom quads: +9 + +TEX:BOTTOMEDGE +POSITION: +-0.5 -0.5 -0.5 +0.5 -0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 0.5 -0.5 +-0.5 0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 -0.5 -0.5 +0.5 0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-0.5 0.5 -0.5 +-0.5 -0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.32 -0.32 -0.875 +-0.32 -0.32 -0.875 +-0.4 -0.4 -0.5 +0.4 -0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -0.882353 -0.470588 +0 -0.882353 -0.470588 +0 -0.882353 -0.470588 +0 -0.882353 -0.470588 + +TEX:SIDE +POSITION: +0.32 -0.32 -0.875 +0.32 0.32 -0.875 +-0.32 0.32 -0.875 +-0.32 -0.32 -0.875 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.32 0.32 -0.875 +0.32 0.32 -0.875 +0.4 0.4 -0.5 +-0.4 0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0.882353 -0.470588 +0 0.882353 -0.470588 +0 0.882353 -0.470588 +0 0.882353 -0.470588 + +TEX:SIDE +POSITION: +0.32 0.32 -0.875 +0.32 -0.32 -0.875 +0.4 -0.4 -0.5 +0.4 0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.882353 0 -0.470588 +0.882353 0 -0.470588 +0.882353 0 -0.470588 +0.882353 0 -0.470588 + +TEX:SIDE +POSITION: +-0.32 -0.32 -0.875 +-0.32 0.32 -0.875 +-0.4 0.4 -0.5 +-0.4 -0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.882353 0 -0.470589 +-0.882353 0 -0.470589 +-0.882353 0 -0.470589 +-0.882353 0 -0.470589 +----------------north quads: +1 + +TEX:PRINT +POSITION: +-0.5 0.5 0.5 +-0.5 0.5 -0.5 +0.5 0.5 -0.5 +0.5 0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 +----------------east quads: +1 + +TEX:PRINT +POSITION: +0.5 -0.5 0.5 +0.5 0.5 0.5 +0.5 0.5 -0.5 +0.5 -0.5 -0.5 +UV COORDS: +0 0 +1 0 +1 1 +0 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +1 + +TEX:PRINT +POSITION: +0.5 -0.5 0.5 +0.5 -0.5 -0.5 +-0.5 -0.5 -0.5 +-0.5 -0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------west quads: +1 + +TEX:PRINT +POSITION: +-0.5 -0.5 -0.5 +-0.5 0.5 -0.5 +-0.5 0.5 0.5 +-0.5 -0.5 0.5 +UV COORDS: +1 1 +0 1 +0 0 +1 0 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/1x1fU_1i_1o.blb b/bricks/blb/1x1fU_1i_1o.blb new file mode 100644 index 0000000..3e4c48d --- /dev/null +++ b/bricks/blb/1x1fU_1i_1o.blb @@ -0,0 +1,403 @@ +1 1 1 +SPECIAL + +b + +1 + +0 0 0 +1 1 1 +COVERAGE: +1 : 1 +1 : 1 +1 : 1 +1 : 1 +1 : 1 +1 : 1 +----------------top quads: +6 + +TEX:TOP +POSITION: +0.5 0.5 0.5 +0.5 -0.5 0.5 +-0.5 -0.5 0.5 +-0.5 0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.32 -0.32 0.875 +0.32 -0.32 0.875 +0.4 -0.4 0.5 +-0.4 -0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -0.882353 0.470588 +0 -0.882353 0.470588 +0 -0.882353 0.470588 +0 -0.882353 0.470588 + +TEX:SIDE +POSITION: +-0.32 -0.32 0.875 +-0.32 0.32 0.875 +0.32 0.32 0.875 +0.32 -0.32 0.875 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.32 0.32 0.875 +-0.32 0.32 0.875 +-0.4 0.4 0.5 +0.4 0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0.882353 0.470588 +0 0.882353 0.470588 +0 0.882353 0.470588 +0 0.882353 0.470588 + +TEX:SIDE +POSITION: +-0.32 0.32 0.875 +-0.32 -0.32 0.875 +-0.4 -0.4 0.5 +-0.4 0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.882353 0 0.470588 +-0.882353 0 0.470588 +-0.882353 0 0.470588 +-0.882353 0 0.470588 + +TEX:SIDE +POSITION: +0.32 -0.32 0.875 +0.32 0.32 0.875 +0.4 0.4 0.5 +0.4 -0.4 0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.882353 0 0.470588 +0.882353 0 0.470588 +0.882353 0 0.470588 +0.882353 0 0.470588 +----------------bottom quads: +9 + +TEX:BOTTOMEDGE +POSITION: +-0.5 -0.5 -0.5 +0.5 -0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 0.5 -0.5 +-0.5 0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 -0.5 -0.5 +0.5 0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-0.5 0.5 -0.5 +-0.5 -0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.4 -0.4 -0.75 +-0.4 -0.4 -0.75 +-0.4 -0.4 -0.5 +0.4 -0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.4 -0.4 -0.75 +0.4 0.4 -0.75 +-0.4 0.4 -0.75 +-0.4 -0.4 -0.75 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.4 0.4 -0.75 +0.4 0.4 -0.75 +0.4 0.4 -0.5 +-0.4 0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.4 0.4 -0.75 +0.4 -0.4 -0.75 +0.4 -0.4 -0.5 +0.4 0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.4 -0.4 -0.75 +-0.4 0.4 -0.75 +-0.4 0.4 -0.5 +-0.4 -0.4 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 -0 +-1 0 -0 +-1 0 -0 +-1 0 -0 +----------------north quads: +1 + +TEX:PRINT +POSITION: +-0.5 0.5 0.5 +-0.5 0.5 -0.5 +0.5 0.5 -0.5 +0.5 0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 +----------------east quads: +1 + +TEX:PRINT +POSITION: +0.5 -0.5 0.5 +0.5 0.5 0.5 +0.5 0.5 -0.5 +0.5 -0.5 -0.5 +UV COORDS: +0 0 +1 0 +1 1 +0 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +1 + +TEX:PRINT +POSITION: +0.5 -0.5 0.5 +0.5 -0.5 -0.5 +-0.5 -0.5 -0.5 +-0.5 -0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------west quads: +1 + +TEX:PRINT +POSITION: +-0.5 -0.5 -0.5 +-0.5 0.5 -0.5 +-0.5 0.5 0.5 +-0.5 -0.5 0.5 +UV COORDS: +1 1 +0 1 +0 0 +1 0 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/1x1f_1i_1o.blb b/bricks/blb/1x1f_1i_1o.blb new file mode 100644 index 0000000..bcf9494 --- /dev/null +++ b/bricks/blb/1x1f_1i_1o.blb @@ -0,0 +1,403 @@ +1 1 1 +SPECIAL + +b + +1 + +0 0 0 +1 1 1 +COVERAGE: +1 : 1 +1 : 1 +1 : 1 +1 : 1 +1 : 1 +1 : 1 +----------------top quads: +1 + +TEX:PRINT +POSITION: +0.5 0.5 0.5 +0.5 -0.5 0.5 +-0.5 -0.5 0.5 +-0.5 0.5 0.5 +UV COORDS: +0 1 +0 0 +1 0 +1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-0.5 -0.5 -0.5 +0.5 -0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 0.5 -0.5 +-0.5 0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 -0.5 -0.5 +0.5 0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-0.5 0.5 -0.5 +-0.5 -0.5 -0.5 +0 0 -0.5 +0 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +1 + +TEX:SIDE +POSITION: +-0.5 0.5 0.5 +-0.5 0.5 -0.5 +0.5 0.5 -0.5 +0.5 0.5 0.5 +UV COORDS: +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 +----------------east quads: +6 + +TEX:SIDE +POSITION: +0.5 -0.5 0.5 +0.5 0.5 0.5 +0.5 0.5 -0.5 +0.5 -0.5 -0.5 +UV COORDS: +-0.0214844 -0.0859375 +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.75 -0.32 -0.24 +0.75 0.32 -0.24 +0.5 0.4 -0.3 +0.5 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.095561 0 -0.995424 +0.095561 0 -0.995424 +0.095561 0 -0.995424 +0.095561 0 -0.995424 + +TEX:SIDE +POSITION: +0.75 -0.32 -0.24 +0.75 -0.32 0.24 +0.75 0.32 0.24 +0.75 0.32 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.75 0.32 0.24 +0.75 -0.32 0.24 +0.5 -0.4 0.3 +0.5 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.095561 0 0.995424 +0.095561 0 0.995424 +0.095561 0 0.995424 +0.095561 0 0.995424 + +TEX:SIDE +POSITION: +0.75 0.32 -0.24 +0.75 0.32 0.24 +0.5 0.4 0.3 +0.5 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.304776 0.952424 0 +0.304776 0.952424 0 +0.304776 0.952424 0 +0.304776 0.952424 0 + +TEX:SIDE +POSITION: +0.75 -0.32 0.24 +0.75 -0.32 -0.24 +0.5 -0.4 -0.3 +0.5 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.304776 -0.952424 0 +0.304776 -0.952424 0 +0.304776 -0.952424 0 +0.304776 -0.952424 0 +----------------south quads: +1 + +TEX:SIDE +POSITION: +0.5 -0.5 0.5 +0.5 -0.5 -0.5 +-0.5 -0.5 -0.5 +-0.5 -0.5 0.5 +UV COORDS: +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------west quads: +6 + +TEX:SIDE +POSITION: +-0.5 -0.5 -0.5 +-0.5 0.5 -0.5 +-0.5 0.5 0.5 +-0.5 -0.5 0.5 +UV COORDS: +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +1.02148 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.64 0.4 -0.3 +-0.64 -0.4 -0.3 +-0.5 -0.4 -0.3 +-0.5 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.64 0.4 -0.3 +-0.64 0.4 0.3 +-0.64 -0.4 0.3 +-0.64 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.64 -0.4 0.3 +-0.64 0.4 0.3 +-0.5 0.4 0.3 +-0.5 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.64 -0.4 -0.3 +-0.64 -0.4 0.3 +-0.5 -0.4 0.3 +-0.5 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.64 0.4 0.3 +-0.64 0.4 -0.3 +-0.5 0.4 -0.3 +-0.5 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 1 0 +-0 1 0 +-0 1 0 +-0 1 0 +----------------omni quads: +0 diff --git a/bricks/blb/1x2f_2i_1o.blb b/bricks/blb/1x2f_2i_1o.blb new file mode 100644 index 0000000..27f02bb --- /dev/null +++ b/bricks/blb/1x2f_2i_1o.blb @@ -0,0 +1,515 @@ +1 2 1 +SPECIAL + +b + +b + +1 + +0 0 0 +1 2 1 +COVERAGE: +1 : 2 +1 : 2 +1 : 1 +1 : 2 +1 : 1 +1 : 2 +----------------top quads: +1 + +TEX:PRINT +POSITION: +0.5 1 0.5 +0.5 -1 0.5 +-0.5 -1 0.5 +-0.5 1 0.5 +UV COORDS: +0 0 +1 0 +1 1 +0 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-0.5 -1 -0.5 +0.5 -1 -0.5 +0 -0.5 -0.5 +0 -0.5 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 1 -0.5 +-0.5 1 -0.5 +0 0.5 -0.5 +0 0.5 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 -1 -0.5 +0.5 1 -0.5 +0 0.5 -0.5 +0 -0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-0.5 1 -0.5 +-0.5 -1 -0.5 +0 -0.5 -0.5 +0 0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +1 + +TEX:SIDE +POSITION: +-0.5 1 0.5 +-0.5 1 -0.5 +0.5 1 -0.5 +0.5 1 0.5 +UV COORDS: +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 +----------------east quads: +6 + +TEX:SIDE +POSITION: +0.5 -1 0.5 +0.5 1 0.5 +0.5 1 -0.5 +0.5 -1 -0.5 +UV COORDS: +0 -0.0859375 +1 -0.0859375 +1 1.08594 +0 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.75 -0.82 -0.24 +0.75 -0.18 -0.24 +0.5 -0.1 -0.3 +0.5 -0.9 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.095561 0 -0.995424 +0.095561 0 -0.995424 +0.095561 0 -0.995424 +0.095561 0 -0.995424 + +TEX:SIDE +POSITION: +0.75 -0.82 -0.24 +0.75 -0.82 0.24 +0.75 -0.18 0.24 +0.75 -0.18 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.75 -0.18 0.24 +0.75 -0.82 0.24 +0.5 -0.9 0.3 +0.5 -0.1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.095561 0 0.995424 +0.095561 0 0.995424 +0.095561 0 0.995424 +0.095561 0 0.995424 + +TEX:SIDE +POSITION: +0.75 -0.18 -0.24 +0.75 -0.18 0.24 +0.5 -0.1 0.3 +0.5 -0.1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.304776 0.952424 0 +0.304776 0.952424 0 +0.304776 0.952424 0 +0.304776 0.952424 0 + +TEX:SIDE +POSITION: +0.75 -0.82 0.24 +0.75 -0.82 -0.24 +0.5 -0.9 -0.3 +0.5 -0.9 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.304776 -0.952424 0 +0.304776 -0.952424 0 +0.304776 -0.952424 0 +0.304776 -0.952424 0 +----------------south quads: +1 + +TEX:SIDE +POSITION: +0.5 -1 0.5 +0.5 -1 -0.5 +-0.5 -1 -0.5 +-0.5 -1 0.5 +UV COORDS: +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------west quads: +11 + +TEX:SIDE +POSITION: +-0.5 -1 -0.5 +-0.5 1 -0.5 +-0.5 1 0.5 +-0.5 -1 0.5 +UV COORDS: +1 1.08594 +0 1.08594 +0 -0.0859375 +1 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.64 0.9 -0.3 +-0.64 0.1 -0.3 +-0.5 0.1 -0.3 +-0.5 0.9 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.64 0.9 -0.3 +-0.64 0.9 0.3 +-0.64 0.1 0.3 +-0.64 0.1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.64 0.1 0.3 +-0.64 0.9 0.3 +-0.5 0.9 0.3 +-0.5 0.1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.64 0.1 -0.3 +-0.64 0.1 0.3 +-0.5 0.1 0.3 +-0.5 0.1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.64 0.9 0.3 +-0.64 0.9 -0.3 +-0.5 0.9 -0.3 +-0.5 0.9 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 1 0 +-0 1 0 +-0 1 0 +-0 1 0 + +TEX:SIDE +POSITION: +-0.64 -0.1 -0.3 +-0.64 -0.9 -0.3 +-0.5 -0.9 -0.3 +-0.5 -0.1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.64 -0.1 -0.3 +-0.64 -0.1 0.3 +-0.64 -0.9 0.3 +-0.64 -0.9 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.64 -0.9 0.3 +-0.64 -0.1 0.3 +-0.5 -0.1 0.3 +-0.5 -0.9 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.64 -0.9 -0.3 +-0.64 -0.9 0.3 +-0.5 -0.9 0.3 +-0.5 -0.9 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.64 -0.1 0.3 +-0.64 -0.1 -0.3 +-0.5 -0.1 -0.3 +-0.5 -0.1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 1 0 +-0 1 0 +-0 1 0 +-0 1 0 +----------------omni quads: +0 diff --git a/bricks/blb/1x8f_8i_8o_p.blb b/bricks/blb/1x8f_8i_8o_p.blb new file mode 100644 index 0000000..74148be --- /dev/null +++ b/bricks/blb/1x8f_8i_8o_p.blb @@ -0,0 +1,2163 @@ +8 1 1 +SPECIAL + +bbbbbbbb + +1 + +0 0 0 +8 1 1 +COVERAGE: +1 : 8 +1 : 8 +1 : 8 +1 : 1 +1 : 8 +1 : 1 +----------------top quads: +1 + +TEX:PRINT +POSITION: +4 0.5 0.5 +4 -0.5 0.5 +-4 -0.5 0.5 +-4 0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-4 -0.5 -0.5 +4 -0.5 -0.5 +3.5 0 -0.5 +-3.5 0 -0.5 +UV COORDS: +-0.5 0 +7.5 0 +7 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +4 0.5 -0.5 +-4 0.5 -0.5 +-3.5 0 -0.5 +3.5 0 -0.5 +UV COORDS: +-0.5 0 +7.5 0 +7 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +4 -0.5 -0.5 +4 0.5 -0.5 +3.5 0 -0.5 +3.5 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-4 0.5 -0.5 +-4 -0.5 -0.5 +-3.5 0 -0.5 +-3.5 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +41 + +TEX:SIDE +POSITION: +-4 0.5 0.5 +-4 0.5 -0.5 +4 0.5 -0.5 +4 0.5 0.5 +UV COORDS: +0.983887 -0.0859375 +0.983887 1.08594 +0.0161133 1.08594 +0.0161133 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-3.18 0.75 -0.24 +-3.82 0.75 -0.24 +-3.9 0.5 -0.3 +-3.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-3.18 0.75 -0.24 +-3.18 0.75 0.24 +-3.82 0.75 0.24 +-3.82 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-3.82 0.75 0.24 +-3.18 0.75 0.24 +-3.1 0.5 0.3 +-3.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-3.82 0.75 -0.24 +-3.82 0.75 0.24 +-3.9 0.5 0.3 +-3.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-3.18 0.75 0.24 +-3.18 0.75 -0.24 +-3.1 0.5 -0.3 +-3.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-2.18 0.75 -0.24 +-2.82 0.75 -0.24 +-2.9 0.5 -0.3 +-2.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-2.18 0.75 -0.24 +-2.18 0.75 0.24 +-2.82 0.75 0.24 +-2.82 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-2.82 0.75 0.24 +-2.18 0.75 0.24 +-2.1 0.5 0.3 +-2.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-2.82 0.75 -0.24 +-2.82 0.75 0.24 +-2.9 0.5 0.3 +-2.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-2.18 0.75 0.24 +-2.18 0.75 -0.24 +-2.1 0.5 -0.3 +-2.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-1.18 0.75 -0.24 +-1.82 0.75 -0.24 +-1.9 0.5 -0.3 +-1.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-1.18 0.75 -0.24 +-1.18 0.75 0.24 +-1.82 0.75 0.24 +-1.82 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-1.82 0.75 0.24 +-1.18 0.75 0.24 +-1.1 0.5 0.3 +-1.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-1.82 0.75 -0.24 +-1.82 0.75 0.24 +-1.9 0.5 0.3 +-1.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-1.18 0.75 0.24 +-1.18 0.75 -0.24 +-1.1 0.5 -0.3 +-1.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-0.18 0.75 -0.24 +-0.82 0.75 -0.24 +-0.9 0.5 -0.3 +-0.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-0.18 0.75 -0.24 +-0.18 0.75 0.24 +-0.82 0.75 0.24 +-0.82 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.82 0.75 0.24 +-0.18 0.75 0.24 +-0.1 0.5 0.3 +-0.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-0.82 0.75 -0.24 +-0.82 0.75 0.24 +-0.9 0.5 0.3 +-0.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-0.18 0.75 0.24 +-0.18 0.75 -0.24 +-0.1 0.5 -0.3 +-0.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.82 0.75 -0.24 +0.18 0.75 -0.24 +0.1 0.5 -0.3 +0.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +0.82 0.75 -0.24 +0.82 0.75 0.24 +0.18 0.75 0.24 +0.18 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.18 0.75 0.24 +0.82 0.75 0.24 +0.9 0.5 0.3 +0.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +0.18 0.75 -0.24 +0.18 0.75 0.24 +0.1 0.5 0.3 +0.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.82 0.75 0.24 +0.82 0.75 -0.24 +0.9 0.5 -0.3 +0.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +1.82 0.75 -0.24 +1.18 0.75 -0.24 +1.1 0.5 -0.3 +1.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +1.82 0.75 -0.24 +1.82 0.75 0.24 +1.18 0.75 0.24 +1.18 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +1.18 0.75 0.24 +1.82 0.75 0.24 +1.9 0.5 0.3 +1.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +1.18 0.75 -0.24 +1.18 0.75 0.24 +1.1 0.5 0.3 +1.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +1.82 0.75 0.24 +1.82 0.75 -0.24 +1.9 0.5 -0.3 +1.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +2.82 0.75 -0.24 +2.18 0.75 -0.24 +2.1 0.5 -0.3 +2.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +2.82 0.75 -0.24 +2.82 0.75 0.24 +2.18 0.75 0.24 +2.18 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +2.18 0.75 0.24 +2.82 0.75 0.24 +2.9 0.5 0.3 +2.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +2.18 0.75 -0.24 +2.18 0.75 0.24 +2.1 0.5 0.3 +2.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +2.82 0.75 0.24 +2.82 0.75 -0.24 +2.9 0.5 -0.3 +2.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +3.82 0.75 -0.24 +3.18 0.75 -0.24 +3.1 0.5 -0.3 +3.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +3.82 0.75 -0.24 +3.82 0.75 0.24 +3.18 0.75 0.24 +3.18 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +3.18 0.75 0.24 +3.82 0.75 0.24 +3.9 0.5 0.3 +3.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +3.18 0.75 -0.24 +3.18 0.75 0.24 +3.1 0.5 0.3 +3.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +3.82 0.75 0.24 +3.82 0.75 -0.24 +3.9 0.5 -0.3 +3.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +----------------east quads: +6 + +TEX:SIDE +POSITION: +4 -0.5 0.5 +4 0.5 0.5 +4 0.5 -0.5 +4 -0.5 -0.5 +UV COORDS: +-0.0214844 -0.0859375 +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +4.14 -0.4 -0.3 +4.14 0.4 -0.3 +4 0.4 -0.3 +4 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +4.14 -0.4 -0.3 +4.14 -0.4 0.3 +4.14 0.4 0.3 +4.14 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +4.14 0.4 0.3 +4.14 -0.4 0.3 +4 -0.4 0.3 +4 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +4.14 0.4 -0.3 +4.14 0.4 0.3 +4 0.4 0.3 +4 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +4.14 -0.4 0.3 +4.14 -0.4 -0.3 +4 -0.4 -0.3 +4 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------south quads: +41 + +TEX:SIDE +POSITION: +4 -0.5 0.5 +4 -0.5 -0.5 +-4 -0.5 -0.5 +-4 -0.5 0.5 +UV COORDS: +0.983887 -0.0859375 +0.983887 1.08594 +0.0161133 1.08594 +0.0161133 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-3.9 -0.64 -0.3 +-3.1 -0.64 -0.3 +-3.1 -0.5 -0.3 +-3.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-3.9 -0.64 -0.3 +-3.9 -0.64 0.3 +-3.1 -0.64 0.3 +-3.1 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-3.1 -0.64 0.3 +-3.9 -0.64 0.3 +-3.9 -0.5 0.3 +-3.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-3.1 -0.64 -0.3 +-3.1 -0.64 0.3 +-3.1 -0.5 0.3 +-3.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-3.9 -0.64 0.3 +-3.9 -0.64 -0.3 +-3.9 -0.5 -0.3 +-3.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-2.9 -0.64 -0.3 +-2.1 -0.64 -0.3 +-2.1 -0.5 -0.3 +-2.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-2.9 -0.64 -0.3 +-2.9 -0.64 0.3 +-2.1 -0.64 0.3 +-2.1 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-2.1 -0.64 0.3 +-2.9 -0.64 0.3 +-2.9 -0.5 0.3 +-2.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-2.1 -0.64 -0.3 +-2.1 -0.64 0.3 +-2.1 -0.5 0.3 +-2.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-2.9 -0.64 0.3 +-2.9 -0.64 -0.3 +-2.9 -0.5 -0.3 +-2.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-1.9 -0.64 -0.3 +-1.1 -0.64 -0.3 +-1.1 -0.5 -0.3 +-1.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-1.9 -0.64 -0.3 +-1.9 -0.64 0.3 +-1.1 -0.64 0.3 +-1.1 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-1.1 -0.64 0.3 +-1.9 -0.64 0.3 +-1.9 -0.5 0.3 +-1.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.1 -0.64 -0.3 +-1.1 -0.64 0.3 +-1.1 -0.5 0.3 +-1.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-1.9 -0.64 0.3 +-1.9 -0.64 -0.3 +-1.9 -0.5 -0.3 +-1.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.1 -0.64 -0.3 +-0.1 -0.5 -0.3 +-0.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.9 -0.64 0.3 +-0.1 -0.64 0.3 +-0.1 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -0.64 0.3 +-0.9 -0.64 0.3 +-0.9 -0.5 0.3 +-0.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -0.64 -0.3 +-0.1 -0.64 0.3 +-0.1 -0.5 0.3 +-0.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 0.3 +-0.9 -0.64 -0.3 +-0.9 -0.5 -0.3 +-0.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.1 -0.64 -0.3 +0.9 -0.64 -0.3 +0.9 -0.5 -0.3 +0.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.1 -0.64 -0.3 +0.1 -0.64 0.3 +0.9 -0.64 0.3 +0.9 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.9 -0.64 0.3 +0.1 -0.64 0.3 +0.1 -0.5 0.3 +0.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.9 -0.64 -0.3 +0.9 -0.64 0.3 +0.9 -0.5 0.3 +0.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.1 -0.64 0.3 +0.1 -0.64 -0.3 +0.1 -0.5 -0.3 +0.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +1.1 -0.64 -0.3 +1.9 -0.64 -0.3 +1.9 -0.5 -0.3 +1.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +1.1 -0.64 -0.3 +1.1 -0.64 0.3 +1.9 -0.64 0.3 +1.9 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +1.9 -0.64 0.3 +1.1 -0.64 0.3 +1.1 -0.5 0.3 +1.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.9 -0.64 -0.3 +1.9 -0.64 0.3 +1.9 -0.5 0.3 +1.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +1.1 -0.64 0.3 +1.1 -0.64 -0.3 +1.1 -0.5 -0.3 +1.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +2.1 -0.64 -0.3 +2.9 -0.64 -0.3 +2.9 -0.5 -0.3 +2.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +2.1 -0.64 -0.3 +2.1 -0.64 0.3 +2.9 -0.64 0.3 +2.9 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +2.9 -0.64 0.3 +2.1 -0.64 0.3 +2.1 -0.5 0.3 +2.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +2.9 -0.64 -0.3 +2.9 -0.64 0.3 +2.9 -0.5 0.3 +2.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +2.1 -0.64 0.3 +2.1 -0.64 -0.3 +2.1 -0.5 -0.3 +2.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +3.1 -0.64 -0.3 +3.9 -0.64 -0.3 +3.9 -0.5 -0.3 +3.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +3.1 -0.64 -0.3 +3.1 -0.64 0.3 +3.9 -0.64 0.3 +3.9 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +3.9 -0.64 0.3 +3.1 -0.64 0.3 +3.1 -0.5 0.3 +3.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +3.9 -0.64 -0.3 +3.9 -0.64 0.3 +3.9 -0.5 0.3 +3.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +3.1 -0.64 0.3 +3.1 -0.64 -0.3 +3.1 -0.5 -0.3 +3.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------west quads: +6 + +TEX:SIDE +POSITION: +-4 -0.5 -0.5 +-4 0.5 -0.5 +-4 0.5 0.5 +-4 -0.5 0.5 +UV COORDS: +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +1.02148 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-4.25 0.32 -0.24 +-4.25 -0.32 -0.24 +-4 -0.4 -0.3 +-4 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 + +TEX:SIDE +POSITION: +-4.25 0.32 -0.24 +-4.25 0.32 0.24 +-4.25 -0.32 0.24 +-4.25 -0.32 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-4.25 -0.32 0.24 +-4.25 0.32 0.24 +-4 0.4 0.3 +-4 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 + +TEX:SIDE +POSITION: +-4.25 -0.32 -0.24 +-4.25 -0.32 0.24 +-4 -0.4 0.3 +-4 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 + +TEX:SIDE +POSITION: +-4.25 0.32 0.24 +-4.25 0.32 -0.24 +-4 0.4 -0.3 +-4 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +----------------omni quads: +0 diff --git a/bricks/blb/8bitAdder.blb b/bricks/blb/8bitAdder.blb new file mode 100644 index 0000000..d663025 --- /dev/null +++ b/bricks/blb/8bitAdder.blb @@ -0,0 +1,3062 @@ +16 2 1 +SPECIAL + +bbbbbbbbbbbbbbbb + +bbbbbbbbbbbbbbbb + +1 + +0 0 0 +16 2 1 +COVERAGE: +1 : 32 +1 : 32 +1 : 16 +1 : 2 +1 : 16 +1 : 2 +----------------top quads: +1 + +TEX:PRINT +POSITION: +8 1 0.5 +8 -1 0.5 +-8 -1 0.5 +-8 1 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +5 + +TEX:BOTTOMLOOP +POSITION: +7.5 -0.5 -0.5 +7.5 0.5 -0.5 +-7.5 0.5 -0.5 +-7.5 -0.5 -0.5 +UV COORDS: +0 0 +0 1 +15 1 +15 0 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-8 -1 -0.5 +8 -1 -0.5 +7.5 -0.5 -0.5 +-7.5 -0.5 -0.5 +UV COORDS: +-0.5 0 +15.5 0 +15 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +8 1 -0.5 +-8 1 -0.5 +-7.5 0.5 -0.5 +7.5 0.5 -0.5 +UV COORDS: +-0.5 0 +15.5 0 +15 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +8 -1 -0.5 +8 1 -0.5 +7.5 0.5 -0.5 +7.5 -0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-8 1 -0.5 +-8 -1 -0.5 +-7.5 -0.5 -0.5 +-7.5 0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +41 + +TEX:SIDE +POSITION: +-8 1 0.5 +-8 1 -0.5 +8 1 -0.5 +8 1 0.5 +UV COORDS: +0.981201 -0.0859375 +0.981201 1.08594 +0.0187988 1.08594 +0.0187988 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +7.82 1.25 -0.24 +7.18 1.25 -0.24 +7.1 1 -0.3 +7.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +7.82 1.25 -0.24 +7.82 1.25 0.24 +7.18 1.25 0.24 +7.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +7.18 1.25 0.24 +7.82 1.25 0.24 +7.9 1 0.3 +7.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +7.18 1.25 -0.24 +7.18 1.25 0.24 +7.1 1 0.3 +7.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +7.82 1.25 0.24 +7.82 1.25 -0.24 +7.9 1 -0.3 +7.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +6.82 1.25 -0.24 +6.18 1.25 -0.24 +6.1 1 -0.3 +6.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +6.82 1.25 -0.24 +6.82 1.25 0.24 +6.18 1.25 0.24 +6.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +6.18 1.25 0.24 +6.82 1.25 0.24 +6.9 1 0.3 +6.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +6.18 1.25 -0.24 +6.18 1.25 0.24 +6.1 1 0.3 +6.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +6.82 1.25 0.24 +6.82 1.25 -0.24 +6.9 1 -0.3 +6.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +5.82 1.25 -0.24 +5.18 1.25 -0.24 +5.1 1 -0.3 +5.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +5.82 1.25 -0.24 +5.82 1.25 0.24 +5.18 1.25 0.24 +5.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +5.18 1.25 0.24 +5.82 1.25 0.24 +5.9 1 0.3 +5.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +5.18 1.25 -0.24 +5.18 1.25 0.24 +5.1 1 0.3 +5.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +5.82 1.25 0.24 +5.82 1.25 -0.24 +5.9 1 -0.3 +5.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +4.82 1.25 -0.24 +4.18 1.25 -0.24 +4.1 1 -0.3 +4.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +4.82 1.25 -0.24 +4.82 1.25 0.24 +4.18 1.25 0.24 +4.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +4.18 1.25 0.24 +4.82 1.25 0.24 +4.9 1 0.3 +4.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +4.18 1.25 -0.24 +4.18 1.25 0.24 +4.1 1 0.3 +4.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +4.82 1.25 0.24 +4.82 1.25 -0.24 +4.9 1 -0.3 +4.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +3.82 1.25 -0.24 +3.18 1.25 -0.24 +3.1 1 -0.3 +3.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +3.82 1.25 -0.24 +3.82 1.25 0.24 +3.18 1.25 0.24 +3.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +3.18 1.25 0.24 +3.82 1.25 0.24 +3.9 1 0.3 +3.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +3.18 1.25 -0.24 +3.18 1.25 0.24 +3.1 1 0.3 +3.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +3.82 1.25 0.24 +3.82 1.25 -0.24 +3.9 1 -0.3 +3.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +2.82 1.25 -0.24 +2.18 1.25 -0.24 +2.1 1 -0.3 +2.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +2.82 1.25 -0.24 +2.82 1.25 0.24 +2.18 1.25 0.24 +2.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +2.18 1.25 0.24 +2.82 1.25 0.24 +2.9 1 0.3 +2.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +2.18 1.25 -0.24 +2.18 1.25 0.24 +2.1 1 0.3 +2.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +2.82 1.25 0.24 +2.82 1.25 -0.24 +2.9 1 -0.3 +2.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +1.82 1.25 -0.24 +1.18 1.25 -0.24 +1.1 1 -0.3 +1.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +1.82 1.25 -0.24 +1.82 1.25 0.24 +1.18 1.25 0.24 +1.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +1.18 1.25 0.24 +1.82 1.25 0.24 +1.9 1 0.3 +1.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +1.18 1.25 -0.24 +1.18 1.25 0.24 +1.1 1 0.3 +1.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +1.82 1.25 0.24 +1.82 1.25 -0.24 +1.9 1 -0.3 +1.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.82 1.25 -0.24 +0.18 1.25 -0.24 +0.1 1 -0.3 +0.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +0.82 1.25 -0.24 +0.82 1.25 0.24 +0.18 1.25 0.24 +0.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.18 1.25 0.24 +0.82 1.25 0.24 +0.9 1 0.3 +0.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +0.18 1.25 -0.24 +0.18 1.25 0.24 +0.1 1 0.3 +0.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.82 1.25 0.24 +0.82 1.25 -0.24 +0.9 1 -0.3 +0.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +----------------east quads: +6 + +TEX:SIDE +POSITION: +8 -1 0.5 +8 1 0.5 +8 1 -0.5 +8 -1 -0.5 +UV COORDS: +0 -0.0859375 +1 -0.0859375 +1 1.08594 +0 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +8.14 -0.9 -0.3 +8.14 -0.1 -0.3 +8 -0.1 -0.3 +8 -0.9 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +8.14 -0.9 -0.3 +8.14 -0.9 0.3 +8.14 -0.1 0.3 +8.14 -0.1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +8.14 -0.1 0.3 +8.14 -0.9 0.3 +8 -0.9 0.3 +8 -0.1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +8.14 -0.1 -0.3 +8.14 -0.1 0.3 +8 -0.1 0.3 +8 -0.1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +8.14 -0.9 0.3 +8.14 -0.9 -0.3 +8 -0.9 -0.3 +8 -0.9 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------south quads: +81 + +TEX:SIDE +POSITION: +8 -1 0.5 +8 -1 -0.5 +-8 -1 -0.5 +-8 -1 0.5 +UV COORDS: +0.981201 -0.0859375 +0.981201 1.08594 +0.0187988 1.08594 +0.0187988 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.9 -1.14 -0.3 +-0.1 -1.14 -0.3 +-0.1 -1 -0.3 +-0.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -1.14 -0.3 +-0.9 -1.14 0.3 +-0.1 -1.14 0.3 +-0.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -1.14 0.3 +-0.9 -1.14 0.3 +-0.9 -1 0.3 +-0.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -1.14 -0.3 +-0.1 -1.14 0.3 +-0.1 -1 0.3 +-0.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -1.14 0.3 +-0.9 -1.14 -0.3 +-0.9 -1 -0.3 +-0.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-1.9 -1.14 -0.3 +-1.1 -1.14 -0.3 +-1.1 -1 -0.3 +-1.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-1.9 -1.14 -0.3 +-1.9 -1.14 0.3 +-1.1 -1.14 0.3 +-1.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-1.1 -1.14 0.3 +-1.9 -1.14 0.3 +-1.9 -1 0.3 +-1.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.1 -1.14 -0.3 +-1.1 -1.14 0.3 +-1.1 -1 0.3 +-1.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-1.9 -1.14 0.3 +-1.9 -1.14 -0.3 +-1.9 -1 -0.3 +-1.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-2.9 -1.14 -0.3 +-2.1 -1.14 -0.3 +-2.1 -1 -0.3 +-2.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-2.9 -1.14 -0.3 +-2.9 -1.14 0.3 +-2.1 -1.14 0.3 +-2.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-2.1 -1.14 0.3 +-2.9 -1.14 0.3 +-2.9 -1 0.3 +-2.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-2.1 -1.14 -0.3 +-2.1 -1.14 0.3 +-2.1 -1 0.3 +-2.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-2.9 -1.14 0.3 +-2.9 -1.14 -0.3 +-2.9 -1 -0.3 +-2.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-3.9 -1.14 -0.3 +-3.1 -1.14 -0.3 +-3.1 -1 -0.3 +-3.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-3.9 -1.14 -0.3 +-3.9 -1.14 0.3 +-3.1 -1.14 0.3 +-3.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-3.1 -1.14 0.3 +-3.9 -1.14 0.3 +-3.9 -1 0.3 +-3.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-3.1 -1.14 -0.3 +-3.1 -1.14 0.3 +-3.1 -1 0.3 +-3.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-3.9 -1.14 0.3 +-3.9 -1.14 -0.3 +-3.9 -1 -0.3 +-3.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-4.9 -1.14 -0.3 +-4.1 -1.14 -0.3 +-4.1 -1 -0.3 +-4.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-4.9 -1.14 -0.3 +-4.9 -1.14 0.3 +-4.1 -1.14 0.3 +-4.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-4.1 -1.14 0.3 +-4.9 -1.14 0.3 +-4.9 -1 0.3 +-4.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-4.1 -1.14 -0.3 +-4.1 -1.14 0.3 +-4.1 -1 0.3 +-4.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-4.9 -1.14 0.3 +-4.9 -1.14 -0.3 +-4.9 -1 -0.3 +-4.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-5.9 -1.14 -0.3 +-5.1 -1.14 -0.3 +-5.1 -1 -0.3 +-5.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-5.9 -1.14 -0.3 +-5.9 -1.14 0.3 +-5.1 -1.14 0.3 +-5.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-5.1 -1.14 0.3 +-5.9 -1.14 0.3 +-5.9 -1 0.3 +-5.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-5.1 -1.14 -0.3 +-5.1 -1.14 0.3 +-5.1 -1 0.3 +-5.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-5.9 -1.14 0.3 +-5.9 -1.14 -0.3 +-5.9 -1 -0.3 +-5.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-6.9 -1.14 -0.3 +-6.1 -1.14 -0.3 +-6.1 -1 -0.3 +-6.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-6.9 -1.14 -0.3 +-6.9 -1.14 0.3 +-6.1 -1.14 0.3 +-6.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-6.1 -1.14 0.3 +-6.9 -1.14 0.3 +-6.9 -1 0.3 +-6.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-6.1 -1.14 -0.3 +-6.1 -1.14 0.3 +-6.1 -1 0.3 +-6.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-6.9 -1.14 0.3 +-6.9 -1.14 -0.3 +-6.9 -1 -0.3 +-6.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-7.9 -1.14 -0.3 +-7.1 -1.14 -0.3 +-7.1 -1 -0.3 +-7.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-7.9 -1.14 -0.3 +-7.9 -1.14 0.3 +-7.1 -1.14 0.3 +-7.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-7.1 -1.14 0.3 +-7.9 -1.14 0.3 +-7.9 -1 0.3 +-7.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-7.1 -1.14 -0.3 +-7.1 -1.14 0.3 +-7.1 -1 0.3 +-7.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-7.9 -1.14 0.3 +-7.9 -1.14 -0.3 +-7.9 -1 -0.3 +-7.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +7.1 -1.14 -0.3 +7.9 -1.14 -0.3 +7.9 -1 -0.3 +7.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +7.1 -1.14 -0.3 +7.1 -1.14 0.3 +7.9 -1.14 0.3 +7.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +7.9 -1.14 0.3 +7.1 -1.14 0.3 +7.1 -1 0.3 +7.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +7.9 -1.14 -0.3 +7.9 -1.14 0.3 +7.9 -1 0.3 +7.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +7.1 -1.14 0.3 +7.1 -1.14 -0.3 +7.1 -1 -0.3 +7.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +6.1 -1.14 -0.3 +6.9 -1.14 -0.3 +6.9 -1 -0.3 +6.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +6.1 -1.14 -0.3 +6.1 -1.14 0.3 +6.9 -1.14 0.3 +6.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +6.9 -1.14 0.3 +6.1 -1.14 0.3 +6.1 -1 0.3 +6.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +6.9 -1.14 -0.3 +6.9 -1.14 0.3 +6.9 -1 0.3 +6.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +6.1 -1.14 0.3 +6.1 -1.14 -0.3 +6.1 -1 -0.3 +6.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +5.1 -1.14 -0.3 +5.9 -1.14 -0.3 +5.9 -1 -0.3 +5.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +5.1 -1.14 -0.3 +5.1 -1.14 0.3 +5.9 -1.14 0.3 +5.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +5.9 -1.14 0.3 +5.1 -1.14 0.3 +5.1 -1 0.3 +5.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +5.9 -1.14 -0.3 +5.9 -1.14 0.3 +5.9 -1 0.3 +5.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +5.1 -1.14 0.3 +5.1 -1.14 -0.3 +5.1 -1 -0.3 +5.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +4.1 -1.14 -0.3 +4.9 -1.14 -0.3 +4.9 -1 -0.3 +4.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +4.1 -1.14 -0.3 +4.1 -1.14 0.3 +4.9 -1.14 0.3 +4.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +4.9 -1.14 0.3 +4.1 -1.14 0.3 +4.1 -1 0.3 +4.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +4.9 -1.14 -0.3 +4.9 -1.14 0.3 +4.9 -1 0.3 +4.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +4.1 -1.14 0.3 +4.1 -1.14 -0.3 +4.1 -1 -0.3 +4.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +3.1 -1.14 -0.3 +3.9 -1.14 -0.3 +3.9 -1 -0.3 +3.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +3.1 -1.14 -0.3 +3.1 -1.14 0.3 +3.9 -1.14 0.3 +3.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +3.9 -1.14 0.3 +3.1 -1.14 0.3 +3.1 -1 0.3 +3.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +3.9 -1.14 -0.3 +3.9 -1.14 0.3 +3.9 -1 0.3 +3.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +3.1 -1.14 0.3 +3.1 -1.14 -0.3 +3.1 -1 -0.3 +3.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +2.1 -1.14 -0.3 +2.9 -1.14 -0.3 +2.9 -1 -0.3 +2.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +2.1 -1.14 -0.3 +2.1 -1.14 0.3 +2.9 -1.14 0.3 +2.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +2.9 -1.14 0.3 +2.1 -1.14 0.3 +2.1 -1 0.3 +2.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +2.9 -1.14 -0.3 +2.9 -1.14 0.3 +2.9 -1 0.3 +2.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +2.1 -1.14 0.3 +2.1 -1.14 -0.3 +2.1 -1 -0.3 +2.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +1.1 -1.14 -0.3 +1.9 -1.14 -0.3 +1.9 -1 -0.3 +1.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +1.1 -1.14 -0.3 +1.1 -1.14 0.3 +1.9 -1.14 0.3 +1.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +1.9 -1.14 0.3 +1.1 -1.14 0.3 +1.1 -1 0.3 +1.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.9 -1.14 -0.3 +1.9 -1.14 0.3 +1.9 -1 0.3 +1.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +1.1 -1.14 0.3 +1.1 -1.14 -0.3 +1.1 -1 -0.3 +1.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.1 -1.14 -0.3 +0.9 -1.14 -0.3 +0.9 -1 -0.3 +0.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.1 -1.14 -0.3 +0.1 -1.14 0.3 +0.9 -1.14 0.3 +0.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.9 -1.14 0.3 +0.1 -1.14 0.3 +0.1 -1 0.3 +0.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.9 -1.14 -0.3 +0.9 -1.14 0.3 +0.9 -1 0.3 +0.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.1 -1.14 0.3 +0.1 -1.14 -0.3 +0.1 -1 -0.3 +0.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------west quads: +6 + +TEX:SIDE +POSITION: +-8 -1 -0.5 +-8 1 -0.5 +-8 1 0.5 +-8 -1 0.5 +UV COORDS: +1 1.08594 +0 1.08594 +0 -0.0859375 +1 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-8.25 -0.18 -0.24 +-8.25 -0.82 -0.24 +-8 -0.9 -0.3 +-8 -0.1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 + +TEX:SIDE +POSITION: +-8.25 -0.18 -0.24 +-8.25 -0.18 0.24 +-8.25 -0.82 0.24 +-8.25 -0.82 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-8.25 -0.82 0.24 +-8.25 -0.18 0.24 +-8 -0.1 0.3 +-8 -0.9 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 + +TEX:SIDE +POSITION: +-8.25 -0.82 -0.24 +-8.25 -0.82 0.24 +-8 -0.9 0.3 +-8 -0.9 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 + +TEX:SIDE +POSITION: +-8.25 -0.18 0.24 +-8.25 -0.18 -0.24 +-8 -0.1 -0.3 +-8 -0.1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +----------------omni quads: +0 diff --git a/bricks/blb/8bitMultiplier.blb b/bricks/blb/8bitMultiplier.blb new file mode 100644 index 0000000..b92c759 --- /dev/null +++ b/bricks/blb/8bitMultiplier.blb @@ -0,0 +1,3722 @@ +16 2 1 +SPECIAL + +bbbbbbbbbbbbbbbb + +bbbbbbbbbbbbbbbb + +1 + +0 0 0 +16 2 1 +COVERAGE: +1 : 32 +1 : 32 +1 : 16 +1 : 2 +1 : 16 +1 : 2 +----------------top quads: +1 + +TEX:PRINT +POSITION: +8 1 0.5 +8 -1 0.5 +-8 -1 0.5 +-8 1 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +5 + +TEX:BOTTOMLOOP +POSITION: +7.5 -0.5 -0.5 +7.5 0.5 -0.5 +-7.5 0.5 -0.5 +-7.5 -0.5 -0.5 +UV COORDS: +0 0 +0 1 +15 1 +15 0 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-8 -1 -0.5 +8 -1 -0.5 +7.5 -0.5 -0.5 +-7.5 -0.5 -0.5 +UV COORDS: +-0.5 0 +15.5 0 +15 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +8 1 -0.5 +-8 1 -0.5 +-7.5 0.5 -0.5 +7.5 0.5 -0.5 +UV COORDS: +-0.5 0 +15.5 0 +15 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +8 -1 -0.5 +8 1 -0.5 +7.5 0.5 -0.5 +7.5 -0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-8 1 -0.5 +-8 -1 -0.5 +-7.5 -0.5 -0.5 +-7.5 0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +81 + +TEX:SIDE +POSITION: +-8 1 0.5 +-8 1 -0.5 +8 1 -0.5 +8 1 0.5 +UV COORDS: +0.981201 -0.0859375 +0.981201 1.08594 +0.0187988 1.08594 +0.0187988 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +7.82 1.25 -0.24 +7.18 1.25 -0.24 +7.1 1 -0.3 +7.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +7.82 1.25 -0.24 +7.82 1.25 0.24 +7.18 1.25 0.24 +7.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +7.18 1.25 0.24 +7.82 1.25 0.24 +7.9 1 0.3 +7.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +7.18 1.25 -0.24 +7.18 1.25 0.24 +7.1 1 0.3 +7.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +7.82 1.25 0.24 +7.82 1.25 -0.24 +7.9 1 -0.3 +7.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +6.82 1.25 -0.24 +6.18 1.25 -0.24 +6.1 1 -0.3 +6.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +6.82 1.25 -0.24 +6.82 1.25 0.24 +6.18 1.25 0.24 +6.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +6.18 1.25 0.24 +6.82 1.25 0.24 +6.9 1 0.3 +6.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +6.18 1.25 -0.24 +6.18 1.25 0.24 +6.1 1 0.3 +6.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +6.82 1.25 0.24 +6.82 1.25 -0.24 +6.9 1 -0.3 +6.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +5.82 1.25 -0.24 +5.18 1.25 -0.24 +5.1 1 -0.3 +5.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +5.82 1.25 -0.24 +5.82 1.25 0.24 +5.18 1.25 0.24 +5.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +5.18 1.25 0.24 +5.82 1.25 0.24 +5.9 1 0.3 +5.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +5.18 1.25 -0.24 +5.18 1.25 0.24 +5.1 1 0.3 +5.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +5.82 1.25 0.24 +5.82 1.25 -0.24 +5.9 1 -0.3 +5.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +4.82 1.25 -0.24 +4.18 1.25 -0.24 +4.1 1 -0.3 +4.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +4.82 1.25 -0.24 +4.82 1.25 0.24 +4.18 1.25 0.24 +4.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +4.18 1.25 0.24 +4.82 1.25 0.24 +4.9 1 0.3 +4.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +4.18 1.25 -0.24 +4.18 1.25 0.24 +4.1 1 0.3 +4.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +4.82 1.25 0.24 +4.82 1.25 -0.24 +4.9 1 -0.3 +4.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +3.82 1.25 -0.24 +3.18 1.25 -0.24 +3.1 1 -0.3 +3.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +3.82 1.25 -0.24 +3.82 1.25 0.24 +3.18 1.25 0.24 +3.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +3.18 1.25 0.24 +3.82 1.25 0.24 +3.9 1 0.3 +3.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +3.18 1.25 -0.24 +3.18 1.25 0.24 +3.1 1 0.3 +3.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +3.82 1.25 0.24 +3.82 1.25 -0.24 +3.9 1 -0.3 +3.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +2.82 1.25 -0.24 +2.18 1.25 -0.24 +2.1 1 -0.3 +2.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +2.82 1.25 -0.24 +2.82 1.25 0.24 +2.18 1.25 0.24 +2.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +2.18 1.25 0.24 +2.82 1.25 0.24 +2.9 1 0.3 +2.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +2.18 1.25 -0.24 +2.18 1.25 0.24 +2.1 1 0.3 +2.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +2.82 1.25 0.24 +2.82 1.25 -0.24 +2.9 1 -0.3 +2.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +1.82 1.25 -0.24 +1.18 1.25 -0.24 +1.1 1 -0.3 +1.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +1.82 1.25 -0.24 +1.82 1.25 0.24 +1.18 1.25 0.24 +1.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +1.18 1.25 0.24 +1.82 1.25 0.24 +1.9 1 0.3 +1.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +1.18 1.25 -0.24 +1.18 1.25 0.24 +1.1 1 0.3 +1.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +1.82 1.25 0.24 +1.82 1.25 -0.24 +1.9 1 -0.3 +1.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.82 1.25 -0.24 +0.18 1.25 -0.24 +0.1 1 -0.3 +0.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +0.82 1.25 -0.24 +0.82 1.25 0.24 +0.18 1.25 0.24 +0.18 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.18 1.25 0.24 +0.82 1.25 0.24 +0.9 1 0.3 +0.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +0.18 1.25 -0.24 +0.18 1.25 0.24 +0.1 1 0.3 +0.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.82 1.25 0.24 +0.82 1.25 -0.24 +0.9 1 -0.3 +0.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-0.18 1.25 -0.24 +-0.82 1.25 -0.24 +-0.9 1 -0.3 +-0.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-0.18 1.25 -0.24 +-0.18 1.25 0.24 +-0.82 1.25 0.24 +-0.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.82 1.25 0.24 +-0.18 1.25 0.24 +-0.1 1 0.3 +-0.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-0.82 1.25 -0.24 +-0.82 1.25 0.24 +-0.9 1 0.3 +-0.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-0.18 1.25 0.24 +-0.18 1.25 -0.24 +-0.1 1 -0.3 +-0.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-1.18 1.25 -0.24 +-1.82 1.25 -0.24 +-1.9 1 -0.3 +-1.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-1.18 1.25 -0.24 +-1.18 1.25 0.24 +-1.82 1.25 0.24 +-1.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-1.82 1.25 0.24 +-1.18 1.25 0.24 +-1.1 1 0.3 +-1.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-1.82 1.25 -0.24 +-1.82 1.25 0.24 +-1.9 1 0.3 +-1.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-1.18 1.25 0.24 +-1.18 1.25 -0.24 +-1.1 1 -0.3 +-1.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-2.18 1.25 -0.24 +-2.82 1.25 -0.24 +-2.9 1 -0.3 +-2.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-2.18 1.25 -0.24 +-2.18 1.25 0.24 +-2.82 1.25 0.24 +-2.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-2.82 1.25 0.24 +-2.18 1.25 0.24 +-2.1 1 0.3 +-2.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-2.82 1.25 -0.24 +-2.82 1.25 0.24 +-2.9 1 0.3 +-2.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-2.18 1.25 0.24 +-2.18 1.25 -0.24 +-2.1 1 -0.3 +-2.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-3.18 1.25 -0.24 +-3.82 1.25 -0.24 +-3.9 1 -0.3 +-3.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-3.18 1.25 -0.24 +-3.18 1.25 0.24 +-3.82 1.25 0.24 +-3.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-3.82 1.25 0.24 +-3.18 1.25 0.24 +-3.1 1 0.3 +-3.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-3.82 1.25 -0.24 +-3.82 1.25 0.24 +-3.9 1 0.3 +-3.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-3.18 1.25 0.24 +-3.18 1.25 -0.24 +-3.1 1 -0.3 +-3.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-4.18 1.25 -0.24 +-4.82 1.25 -0.24 +-4.9 1 -0.3 +-4.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-4.18 1.25 -0.24 +-4.18 1.25 0.24 +-4.82 1.25 0.24 +-4.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-4.82 1.25 0.24 +-4.18 1.25 0.24 +-4.1 1 0.3 +-4.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-4.82 1.25 -0.24 +-4.82 1.25 0.24 +-4.9 1 0.3 +-4.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-4.18 1.25 0.24 +-4.18 1.25 -0.24 +-4.1 1 -0.3 +-4.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-5.18 1.25 -0.24 +-5.82 1.25 -0.24 +-5.9 1 -0.3 +-5.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-5.18 1.25 -0.24 +-5.18 1.25 0.24 +-5.82 1.25 0.24 +-5.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-5.82 1.25 0.24 +-5.18 1.25 0.24 +-5.1 1 0.3 +-5.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-5.82 1.25 -0.24 +-5.82 1.25 0.24 +-5.9 1 0.3 +-5.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-5.18 1.25 0.24 +-5.18 1.25 -0.24 +-5.1 1 -0.3 +-5.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-6.18 1.25 -0.24 +-6.82 1.25 -0.24 +-6.9 1 -0.3 +-6.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-6.18 1.25 -0.24 +-6.18 1.25 0.24 +-6.82 1.25 0.24 +-6.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-6.82 1.25 0.24 +-6.18 1.25 0.24 +-6.1 1 0.3 +-6.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-6.82 1.25 -0.24 +-6.82 1.25 0.24 +-6.9 1 0.3 +-6.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-6.18 1.25 0.24 +-6.18 1.25 -0.24 +-6.1 1 -0.3 +-6.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-7.18 1.25 -0.24 +-7.82 1.25 -0.24 +-7.9 1 -0.3 +-7.1 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-7.18 1.25 -0.24 +-7.18 1.25 0.24 +-7.82 1.25 0.24 +-7.82 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-7.82 1.25 0.24 +-7.18 1.25 0.24 +-7.1 1 0.3 +-7.9 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-7.82 1.25 -0.24 +-7.82 1.25 0.24 +-7.9 1 0.3 +-7.9 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-7.18 1.25 0.24 +-7.18 1.25 -0.24 +-7.1 1 -0.3 +-7.1 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +----------------east quads: +1 + +TEX:SIDE +POSITION: +8 -1 0.5 +8 1 0.5 +8 1 -0.5 +8 -1 -0.5 +UV COORDS: +0 -0.0859375 +1 -0.0859375 +1 1.08594 +0 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +81 + +TEX:SIDE +POSITION: +8 -1 0.5 +8 -1 -0.5 +-8 -1 -0.5 +-8 -1 0.5 +UV COORDS: +0.981201 -0.0859375 +0.981201 1.08594 +0.0187988 1.08594 +0.0187988 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.9 -1.14 -0.3 +-0.1 -1.14 -0.3 +-0.1 -1 -0.3 +-0.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -1.14 -0.3 +-0.9 -1.14 0.3 +-0.1 -1.14 0.3 +-0.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -1.14 0.3 +-0.9 -1.14 0.3 +-0.9 -1 0.3 +-0.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -1.14 -0.3 +-0.1 -1.14 0.3 +-0.1 -1 0.3 +-0.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -1.14 0.3 +-0.9 -1.14 -0.3 +-0.9 -1 -0.3 +-0.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-1.9 -1.14 -0.3 +-1.1 -1.14 -0.3 +-1.1 -1 -0.3 +-1.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-1.9 -1.14 -0.3 +-1.9 -1.14 0.3 +-1.1 -1.14 0.3 +-1.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-1.1 -1.14 0.3 +-1.9 -1.14 0.3 +-1.9 -1 0.3 +-1.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.1 -1.14 -0.3 +-1.1 -1.14 0.3 +-1.1 -1 0.3 +-1.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-1.9 -1.14 0.3 +-1.9 -1.14 -0.3 +-1.9 -1 -0.3 +-1.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-2.9 -1.14 -0.3 +-2.1 -1.14 -0.3 +-2.1 -1 -0.3 +-2.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-2.9 -1.14 -0.3 +-2.9 -1.14 0.3 +-2.1 -1.14 0.3 +-2.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-2.1 -1.14 0.3 +-2.9 -1.14 0.3 +-2.9 -1 0.3 +-2.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-2.1 -1.14 -0.3 +-2.1 -1.14 0.3 +-2.1 -1 0.3 +-2.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-2.9 -1.14 0.3 +-2.9 -1.14 -0.3 +-2.9 -1 -0.3 +-2.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-3.9 -1.14 -0.3 +-3.1 -1.14 -0.3 +-3.1 -1 -0.3 +-3.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-3.9 -1.14 -0.3 +-3.9 -1.14 0.3 +-3.1 -1.14 0.3 +-3.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-3.1 -1.14 0.3 +-3.9 -1.14 0.3 +-3.9 -1 0.3 +-3.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-3.1 -1.14 -0.3 +-3.1 -1.14 0.3 +-3.1 -1 0.3 +-3.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-3.9 -1.14 0.3 +-3.9 -1.14 -0.3 +-3.9 -1 -0.3 +-3.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-4.9 -1.14 -0.3 +-4.1 -1.14 -0.3 +-4.1 -1 -0.3 +-4.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-4.9 -1.14 -0.3 +-4.9 -1.14 0.3 +-4.1 -1.14 0.3 +-4.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-4.1 -1.14 0.3 +-4.9 -1.14 0.3 +-4.9 -1 0.3 +-4.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-4.1 -1.14 -0.3 +-4.1 -1.14 0.3 +-4.1 -1 0.3 +-4.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-4.9 -1.14 0.3 +-4.9 -1.14 -0.3 +-4.9 -1 -0.3 +-4.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-5.9 -1.14 -0.3 +-5.1 -1.14 -0.3 +-5.1 -1 -0.3 +-5.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-5.9 -1.14 -0.3 +-5.9 -1.14 0.3 +-5.1 -1.14 0.3 +-5.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-5.1 -1.14 0.3 +-5.9 -1.14 0.3 +-5.9 -1 0.3 +-5.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-5.1 -1.14 -0.3 +-5.1 -1.14 0.3 +-5.1 -1 0.3 +-5.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-5.9 -1.14 0.3 +-5.9 -1.14 -0.3 +-5.9 -1 -0.3 +-5.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-6.9 -1.14 -0.3 +-6.1 -1.14 -0.3 +-6.1 -1 -0.3 +-6.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-6.9 -1.14 -0.3 +-6.9 -1.14 0.3 +-6.1 -1.14 0.3 +-6.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-6.1 -1.14 0.3 +-6.9 -1.14 0.3 +-6.9 -1 0.3 +-6.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-6.1 -1.14 -0.3 +-6.1 -1.14 0.3 +-6.1 -1 0.3 +-6.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-6.9 -1.14 0.3 +-6.9 -1.14 -0.3 +-6.9 -1 -0.3 +-6.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-7.9 -1.14 -0.3 +-7.1 -1.14 -0.3 +-7.1 -1 -0.3 +-7.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-7.9 -1.14 -0.3 +-7.9 -1.14 0.3 +-7.1 -1.14 0.3 +-7.1 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-7.1 -1.14 0.3 +-7.9 -1.14 0.3 +-7.9 -1 0.3 +-7.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-7.1 -1.14 -0.3 +-7.1 -1.14 0.3 +-7.1 -1 0.3 +-7.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-7.9 -1.14 0.3 +-7.9 -1.14 -0.3 +-7.9 -1 -0.3 +-7.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +7.1 -1.14 -0.3 +7.9 -1.14 -0.3 +7.9 -1 -0.3 +7.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +7.1 -1.14 -0.3 +7.1 -1.14 0.3 +7.9 -1.14 0.3 +7.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +7.9 -1.14 0.3 +7.1 -1.14 0.3 +7.1 -1 0.3 +7.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +7.9 -1.14 -0.3 +7.9 -1.14 0.3 +7.9 -1 0.3 +7.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +7.1 -1.14 0.3 +7.1 -1.14 -0.3 +7.1 -1 -0.3 +7.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +6.1 -1.14 -0.3 +6.9 -1.14 -0.3 +6.9 -1 -0.3 +6.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +6.1 -1.14 -0.3 +6.1 -1.14 0.3 +6.9 -1.14 0.3 +6.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +6.9 -1.14 0.3 +6.1 -1.14 0.3 +6.1 -1 0.3 +6.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +6.9 -1.14 -0.3 +6.9 -1.14 0.3 +6.9 -1 0.3 +6.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +6.1 -1.14 0.3 +6.1 -1.14 -0.3 +6.1 -1 -0.3 +6.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +5.1 -1.14 -0.3 +5.9 -1.14 -0.3 +5.9 -1 -0.3 +5.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +5.1 -1.14 -0.3 +5.1 -1.14 0.3 +5.9 -1.14 0.3 +5.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +5.9 -1.14 0.3 +5.1 -1.14 0.3 +5.1 -1 0.3 +5.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +5.9 -1.14 -0.3 +5.9 -1.14 0.3 +5.9 -1 0.3 +5.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +5.1 -1.14 0.3 +5.1 -1.14 -0.3 +5.1 -1 -0.3 +5.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +4.1 -1.14 -0.3 +4.9 -1.14 -0.3 +4.9 -1 -0.3 +4.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +4.1 -1.14 -0.3 +4.1 -1.14 0.3 +4.9 -1.14 0.3 +4.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +4.9 -1.14 0.3 +4.1 -1.14 0.3 +4.1 -1 0.3 +4.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +4.9 -1.14 -0.3 +4.9 -1.14 0.3 +4.9 -1 0.3 +4.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +4.1 -1.14 0.3 +4.1 -1.14 -0.3 +4.1 -1 -0.3 +4.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +3.1 -1.14 -0.3 +3.9 -1.14 -0.3 +3.9 -1 -0.3 +3.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +3.1 -1.14 -0.3 +3.1 -1.14 0.3 +3.9 -1.14 0.3 +3.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +3.9 -1.14 0.3 +3.1 -1.14 0.3 +3.1 -1 0.3 +3.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +3.9 -1.14 -0.3 +3.9 -1.14 0.3 +3.9 -1 0.3 +3.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +3.1 -1.14 0.3 +3.1 -1.14 -0.3 +3.1 -1 -0.3 +3.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +2.1 -1.14 -0.3 +2.9 -1.14 -0.3 +2.9 -1 -0.3 +2.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +2.1 -1.14 -0.3 +2.1 -1.14 0.3 +2.9 -1.14 0.3 +2.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +2.9 -1.14 0.3 +2.1 -1.14 0.3 +2.1 -1 0.3 +2.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +2.9 -1.14 -0.3 +2.9 -1.14 0.3 +2.9 -1 0.3 +2.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +2.1 -1.14 0.3 +2.1 -1.14 -0.3 +2.1 -1 -0.3 +2.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +1.1 -1.14 -0.3 +1.9 -1.14 -0.3 +1.9 -1 -0.3 +1.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +1.1 -1.14 -0.3 +1.1 -1.14 0.3 +1.9 -1.14 0.3 +1.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +1.9 -1.14 0.3 +1.1 -1.14 0.3 +1.1 -1 0.3 +1.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.9 -1.14 -0.3 +1.9 -1.14 0.3 +1.9 -1 0.3 +1.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +1.1 -1.14 0.3 +1.1 -1.14 -0.3 +1.1 -1 -0.3 +1.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.1 -1.14 -0.3 +0.9 -1.14 -0.3 +0.9 -1 -0.3 +0.1 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.1 -1.14 -0.3 +0.1 -1.14 0.3 +0.9 -1.14 0.3 +0.9 -1.14 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.9 -1.14 0.3 +0.1 -1.14 0.3 +0.1 -1 0.3 +0.9 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.9 -1.14 -0.3 +0.9 -1.14 0.3 +0.9 -1 0.3 +0.9 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.1 -1.14 0.3 +0.1 -1.14 -0.3 +0.1 -1 -0.3 +0.1 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------west quads: +1 + +TEX:SIDE +POSITION: +-8 -1 -0.5 +-8 1 -0.5 +-8 1 0.5 +-8 -1 0.5 +UV COORDS: +1 1.08594 +0 1.08594 +0 -0.0859375 +1 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/DFlipflopGridMemory2.blb b/bricks/blb/DFlipflopGridMemory2.blb new file mode 100644 index 0000000..f595305 --- /dev/null +++ b/bricks/blb/DFlipflopGridMemory2.blb @@ -0,0 +1,847 @@ +1 1 5 +SPECIAL + +u +X +X +X +d + +1 + +0 0 0 +1 1 5 +COVERAGE: +1 : 1 +1 : 1 +1 : 5 +1 : 5 +1 : 5 +1 : 5 +----------------top quads: +6 + +TEX:PRINT +POSITION: +0.5 0.5 2.5 +0.5 -0.5 2.5 +-0.5 -0.5 2.5 +-0.5 0.5 2.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.32 -0.32 2.87501 +0.32 -0.32 2.87501 +0.4 -0.4 2.50001 +-0.4 -0.4 2.50001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -0.882353 0.470588 +0 -0.882353 0.470588 +0 -0.882353 0.470588 +0 -0.882353 0.470588 + +TEX:SIDE +POSITION: +-0.32 -0.32 2.87501 +-0.32 0.32 2.87501 +0.32 0.32 2.87501 +0.32 -0.32 2.87501 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.32 0.32 2.87501 +-0.32 0.32 2.87501 +-0.4 0.4 2.50001 +0.4 0.4 2.50001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0.882353 0.470588 +0 0.882353 0.470588 +0 0.882353 0.470588 +0 0.882353 0.470588 + +TEX:SIDE +POSITION: +-0.32 0.32 2.87501 +-0.32 -0.32 2.87501 +-0.4 -0.4 2.50001 +-0.4 0.4 2.50001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.882353 0 0.470588 +-0.882353 0 0.470588 +-0.882353 0 0.470588 +-0.882353 0 0.470588 + +TEX:SIDE +POSITION: +0.32 -0.32 2.87501 +0.32 0.32 2.87501 +0.4 0.4 2.50001 +0.4 -0.4 2.50001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.882353 0 0.470588 +0.882353 0 0.470588 +0.882353 0 0.470588 +0.882353 0 0.470588 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-0.5 -0.5 -2.5 +0.5 -0.5 -2.5 +0 0 -2.5 +0 0 -2.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 0.5 -2.5 +-0.5 0.5 -2.5 +0 0 -2.5 +0 0 -2.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 -0.5 -2.5 +0.5 0.5 -2.5 +0 0 -2.5 +0 0 -2.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-0.5 0.5 -2.5 +-0.5 -0.5 -2.5 +0 0 -2.5 +0 0 -2.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +21 + +TEX:SIDE +POSITION: +-0.5 0.5 2.5 +-0.5 0.5 -2.5 +0.5 0.5 -2.5 +0.5 0.5 2.5 +UV COORDS: +1.02148 0 +1.02148 1 +-0.0214844 1 +-0.0214844 0 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.32 0.75 1.76001 +-0.32 0.75 1.76001 +-0.4 0.5 1.70001 +0.4 0.5 1.70001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +0.32 0.75 1.76001 +0.32 0.75 2.24001 +-0.32 0.75 2.24001 +-0.32 0.75 1.76001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.32 0.75 2.24001 +0.32 0.75 2.24001 +0.4 0.5 2.30001 +-0.4 0.5 2.30001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-0.32 0.75 1.76001 +-0.32 0.75 2.24001 +-0.4 0.5 2.30001 +-0.4 0.5 1.70001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.32 0.75 2.24001 +0.32 0.75 1.76001 +0.4 0.5 1.70001 +0.4 0.5 2.30001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.4 0.64 0.699985 +-0.4 0.64 0.699985 +-0.4 0.5 0.699985 +0.4 0.5 0.699985 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.4 0.64 0.699985 +0.4 0.64 1.29998 +-0.4 0.64 1.29998 +-0.4 0.64 0.699985 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.4 0.64 1.29998 +0.4 0.64 1.29998 +0.4 0.5 1.29998 +-0.4 0.5 1.29998 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.4 0.64 0.699985 +-0.4 0.64 1.29998 +-0.4 0.5 1.29998 +-0.4 0.5 0.699985 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.4 0.64 1.29998 +0.4 0.64 0.699985 +0.4 0.5 0.699985 +0.4 0.5 1.29998 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.4 0.64 -2.30001 +-0.4 0.64 -2.30001 +-0.4 0.5 -2.30001 +0.4 0.5 -2.30001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.4 0.64 -2.30001 +0.4 0.64 -1.70001 +-0.4 0.64 -1.70001 +-0.4 0.64 -2.30001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.4 0.64 -1.70001 +0.4 0.64 -1.70001 +0.4 0.5 -1.70001 +-0.4 0.5 -1.70001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.4 0.64 -2.30001 +-0.4 0.64 -1.70001 +-0.4 0.5 -1.70001 +-0.4 0.5 -2.30001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.4 0.64 -1.70001 +0.4 0.64 -2.30001 +0.4 0.5 -2.30001 +0.4 0.5 -1.70001 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.4 0.64 -1.29998 +-0.4 0.64 -1.29998 +-0.4 0.5 -1.29998 +0.4 0.5 -1.29998 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.4 0.64 -1.29998 +0.4 0.64 -0.699985 +-0.4 0.64 -0.699985 +-0.4 0.64 -1.29998 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.4 0.64 -0.699985 +0.4 0.64 -0.699985 +0.4 0.5 -0.699985 +-0.4 0.5 -0.699985 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.4 0.64 -1.29998 +-0.4 0.64 -0.699985 +-0.4 0.5 -0.699985 +-0.4 0.5 -1.29998 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.4 0.64 -0.699985 +0.4 0.64 -1.29998 +0.4 0.5 -1.29998 +0.4 0.5 -0.699985 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------east quads: +6 + +TEX:SIDE +POSITION: +0.5 -0.5 2.5 +0.5 0.5 2.5 +0.5 0.5 -2.5 +0.5 -0.5 -2.5 +UV COORDS: +-0.0214844 0 +1.02148 0 +1.02148 1 +-0.0214844 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.64 -0.4 -0.3 +0.64 0.4 -0.3 +0.5 0.4 -0.3 +0.5 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.64 -0.4 -0.3 +0.64 -0.4 0.3 +0.64 0.4 0.3 +0.64 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.64 0.4 0.3 +0.64 -0.4 0.3 +0.5 -0.4 0.3 +0.5 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.64 0.4 -0.3 +0.64 0.4 0.3 +0.5 0.4 0.3 +0.5 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.64 -0.4 0.3 +0.64 -0.4 -0.3 +0.5 -0.4 -0.3 +0.5 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------south quads: +1 + +TEX:SIDE +POSITION: +0.5 -0.5 2.5 +0.5 -0.5 -2.5 +-0.5 -0.5 -2.5 +-0.5 -0.5 2.5 +UV COORDS: +1.02148 0 +1.02148 1 +-0.0214844 1 +-0.0214844 0 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------west quads: +1 + +TEX:SIDE +POSITION: +-0.5 -0.5 -2.5 +-0.5 0.5 -2.5 +-0.5 0.5 2.5 +-0.5 -0.5 2.5 +UV COORDS: +1.02148 1 +-0.0214844 1 +-0.0214844 0 +1.02148 0 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/FullAdder.blb b/bricks/blb/FullAdder.blb new file mode 100644 index 0000000..6853519 --- /dev/null +++ b/bricks/blb/FullAdder.blb @@ -0,0 +1,733 @@ +2 1 1 +SPECIAL + +bb + +1 + +0 0 0 +2 1 1 +COVERAGE: +1 : 2 +1 : 2 +1 : 2 +1 : 1 +1 : 2 +1 : 1 +----------------top quads: +1 + +TEX:PRINT +POSITION: +1 0.5 0.5 +1 -0.5 0.5 +-1 -0.5 0.5 +-1 0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-1 -0.5 -0.5 +1 -0.5 -0.5 +0.5 0 -0.5 +-0.5 0 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 0.5 -0.5 +-1 0.5 -0.5 +-0.5 0 -0.5 +0.5 0 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 -0.5 -0.5 +1 0.5 -0.5 +0.5 0 -0.5 +0.5 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-1 0.5 -0.5 +-1 -0.5 -0.5 +-0.5 0 -0.5 +-0.5 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +6 + +TEX:SIDE +POSITION: +-1 0.5 0.5 +-1 0.5 -0.5 +1 0.5 -0.5 +1 0.5 0.5 +UV COORDS: +1 -0.0859375 +1 1.08594 +0 1.08594 +0 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.18 0.75 -0.24 +-0.82 0.75 -0.24 +-0.9 0.5 -0.3 +-0.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-0.18 0.75 -0.24 +-0.18 0.75 0.24 +-0.82 0.75 0.24 +-0.82 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.82 0.75 0.24 +-0.18 0.75 0.24 +-0.1 0.5 0.3 +-0.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-0.82 0.75 -0.24 +-0.82 0.75 0.24 +-0.9 0.5 0.3 +-0.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-0.18 0.75 0.24 +-0.18 0.75 -0.24 +-0.1 0.5 -0.3 +-0.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +----------------east quads: +6 + +TEX:SIDE +POSITION: +1 -0.5 0.5 +1 0.5 0.5 +1 0.5 -0.5 +1 -0.5 -0.5 +UV COORDS: +-0.0214844 -0.0859375 +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +1.14 -0.4 -0.3 +1.14 0.4 -0.3 +1 0.4 -0.3 +1 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +1.14 -0.4 -0.3 +1.14 -0.4 0.3 +1.14 0.4 0.3 +1.14 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +1.14 0.4 0.3 +1.14 -0.4 0.3 +1 -0.4 0.3 +1 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.14 0.4 -0.3 +1.14 0.4 0.3 +1 0.4 0.3 +1 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +1.14 -0.4 0.3 +1.14 -0.4 -0.3 +1 -0.4 -0.3 +1 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------south quads: +11 + +TEX:SIDE +POSITION: +1 -0.5 0.5 +1 -0.5 -0.5 +-1 -0.5 -0.5 +-1 -0.5 0.5 +UV COORDS: +1 -0.0859375 +1 1.08594 +0 1.08594 +0 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.1 -0.64 -0.3 +-0.1 -0.5 -0.3 +-0.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.9 -0.64 0.3 +-0.1 -0.64 0.3 +-0.1 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -0.64 0.3 +-0.9 -0.64 0.3 +-0.9 -0.5 0.3 +-0.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -0.64 -0.3 +-0.1 -0.64 0.3 +-0.1 -0.5 0.3 +-0.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 0.3 +-0.9 -0.64 -0.3 +-0.9 -0.5 -0.3 +-0.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.1 -0.64 -0.3 +0.9 -0.64 -0.3 +0.9 -0.5 -0.3 +0.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.1 -0.64 -0.3 +0.1 -0.64 0.3 +0.9 -0.64 0.3 +0.9 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.9 -0.64 0.3 +0.1 -0.64 0.3 +0.1 -0.5 0.3 +0.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.9 -0.64 -0.3 +0.9 -0.64 0.3 +0.9 -0.5 0.3 +0.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.1 -0.64 0.3 +0.1 -0.64 -0.3 +0.1 -0.5 -0.3 +0.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------west quads: +6 + +TEX:SIDE +POSITION: +-1 -0.5 -0.5 +-1 0.5 -0.5 +-1 0.5 0.5 +-1 -0.5 0.5 +UV COORDS: +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +1.02148 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-1.25 0.32 -0.24 +-1.25 -0.32 -0.24 +-1 -0.4 -0.3 +-1 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 + +TEX:SIDE +POSITION: +-1.25 0.32 -0.24 +-1.25 0.32 0.24 +-1.25 -0.32 0.24 +-1.25 -0.32 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-1.25 -0.32 0.24 +-1.25 0.32 0.24 +-1 0.4 0.3 +-1 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 + +TEX:SIDE +POSITION: +-1.25 -0.32 -0.24 +-1.25 -0.32 0.24 +-1 -0.4 0.3 +-1 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 + +TEX:SIDE +POSITION: +-1.25 0.32 0.24 +-1.25 0.32 -0.24 +-1 0.4 -0.3 +-1 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +----------------omni quads: +0 diff --git a/bricks/blb/HalfAdder.blb b/bricks/blb/HalfAdder.blb new file mode 100644 index 0000000..d639519 --- /dev/null +++ b/bricks/blb/HalfAdder.blb @@ -0,0 +1,623 @@ +2 1 1 +SPECIAL + +bb + +1 + +0 0 0 +2 1 1 +COVERAGE: +1 : 2 +1 : 2 +1 : 2 +1 : 1 +1 : 2 +1 : 1 +----------------top quads: +1 + +TEX:PRINT +POSITION: +1 0.5 0.5 +1 -0.5 0.5 +-1 -0.5 0.5 +-1 0.5 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-1 -0.5 -0.5 +1 -0.5 -0.5 +0.5 0 -0.5 +-0.5 0 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 0.5 -0.5 +-1 0.5 -0.5 +-0.5 0 -0.5 +0.5 0 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 -0.5 -0.5 +1 0.5 -0.5 +0.5 0 -0.5 +0.5 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-1 0.5 -0.5 +-1 -0.5 -0.5 +-0.5 0 -0.5 +-0.5 0 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +6 + +TEX:SIDE +POSITION: +-1 0.5 0.5 +-1 0.5 -0.5 +1 0.5 -0.5 +1 0.5 0.5 +UV COORDS: +1 -0.0859375 +1 1.08594 +0 1.08594 +0 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.18 0.75 -0.24 +-0.82 0.75 -0.24 +-0.9 0.5 -0.3 +-0.1 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +-0.18 0.75 -0.24 +-0.18 0.75 0.24 +-0.82 0.75 0.24 +-0.82 0.75 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.82 0.75 0.24 +-0.18 0.75 0.24 +-0.1 0.5 0.3 +-0.9 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-0.82 0.75 -0.24 +-0.82 0.75 0.24 +-0.9 0.5 0.3 +-0.9 0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +-0.18 0.75 0.24 +-0.18 0.75 -0.24 +-0.1 0.5 -0.3 +-0.1 0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +----------------east quads: +1 + +TEX:SIDE +POSITION: +1 -0.5 0.5 +1 0.5 0.5 +1 0.5 -0.5 +1 -0.5 -0.5 +UV COORDS: +-0.0214844 -0.0859375 +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +11 + +TEX:SIDE +POSITION: +1 -0.5 0.5 +1 -0.5 -0.5 +-1 -0.5 -0.5 +-1 -0.5 0.5 +UV COORDS: +1 -0.0859375 +1 1.08594 +0 1.08594 +0 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.1 -0.64 -0.3 +-0.1 -0.5 -0.3 +-0.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.9 -0.64 0.3 +-0.1 -0.64 0.3 +-0.1 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -0.64 0.3 +-0.9 -0.64 0.3 +-0.9 -0.5 0.3 +-0.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -0.64 -0.3 +-0.1 -0.64 0.3 +-0.1 -0.5 0.3 +-0.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 0.3 +-0.9 -0.64 -0.3 +-0.9 -0.5 -0.3 +-0.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +0.1 -0.64 -0.3 +0.9 -0.64 -0.3 +0.9 -0.5 -0.3 +0.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.1 -0.64 -0.3 +0.1 -0.64 0.3 +0.9 -0.64 0.3 +0.9 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.9 -0.64 0.3 +0.1 -0.64 0.3 +0.1 -0.5 0.3 +0.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.9 -0.64 -0.3 +0.9 -0.64 0.3 +0.9 -0.5 0.3 +0.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.1 -0.64 0.3 +0.1 -0.64 -0.3 +0.1 -0.5 -0.3 +0.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------west quads: +6 + +TEX:SIDE +POSITION: +-1 -0.5 -0.5 +-1 0.5 -0.5 +-1 0.5 0.5 +-1 -0.5 0.5 +UV COORDS: +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +1.02148 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-1.25 0.32 -0.24 +-1.25 -0.32 -0.24 +-1 -0.4 -0.3 +-1 0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 +-0.095561 0 -0.995424 + +TEX:SIDE +POSITION: +-1.25 0.32 -0.24 +-1.25 0.32 0.24 +-1.25 -0.32 0.24 +-1.25 -0.32 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-1.25 -0.32 0.24 +-1.25 0.32 0.24 +-1 0.4 0.3 +-1 -0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 +-0.095561 0 0.995424 + +TEX:SIDE +POSITION: +-1.25 -0.32 -0.24 +-1.25 -0.32 0.24 +-1 -0.4 0.3 +-1 -0.4 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 +-0.304776 -0.952424 0 + +TEX:SIDE +POSITION: +-1.25 0.32 0.24 +-1.25 0.32 -0.24 +-1 0.4 -0.3 +-1 0.4 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +-0.304776 0.952424 0 +----------------omni quads: +0 diff --git a/bricks/blb/TextBrick.blb b/bricks/blb/TextBrick.blb new file mode 100644 index 0000000..b0a1599 --- /dev/null +++ b/bricks/blb/TextBrick.blb @@ -0,0 +1,294 @@ +1 1 2 +SPECIAL + +u +d + +1 + +0 0 0 +1 1 2 +COVERAGE: +1 : 1 +1 : 1 +1 : 2 +1 : 2 +1 : 2 +1 : 2 +----------------top quads: +1 + +TEX:TOP +POSITION: +0.5 0.5 1 +0.5 -0.5 1 +-0.5 -0.5 1 +-0.5 0.5 1 +UV COORDS: +0 1 +0 0 +1 0 +1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-0.5 -0.5 -1 +0.5 -0.5 -1 +0 0 -1 +0 0 -1 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 0.5 -1 +-0.5 0.5 -1 +0 0 -1 +0 0 -1 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 -0.5 -1 +0.5 0.5 -1 +0 0 -1 +0 0 -1 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-0.5 0.5 -1 +-0.5 -0.5 -1 +0 0 -1 +0 0 -1 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +1 + +TEX:PRINT +POSITION: +-0.5 0.5 1 +-0.5 0.5 -1 +0.5 0.5 -1 +0.5 0.5 1 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 +----------------east quads: +1 + +TEX:SIDE +POSITION: +0.5 -0.5 1 +0.5 0.5 1 +0.5 0.5 -1 +0.5 -0.5 -1 +UV COORDS: +-0.0214844 -0.0322266 +1.02148 -0.0322266 +1.02148 1.03223 +-0.0214844 1.03223 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +6 + +TEX:SIDE +POSITION: +0.5 -0.5 1 +0.5 -0.5 -1 +-0.5 -0.5 -1 +-0.5 -0.5 1 +UV COORDS: +1.02148 -0.0322266 +1.02148 1.03223 +-0.0214844 1.03223 +-0.0214844 -0.0322266 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.4 -0.64 -0.8 +0.4 -0.64 -0.8 +0.4 -0.5 -0.8 +-0.4 -0.5 -0.8 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.4 -0.64 -0.8 +-0.4 -0.64 -0.2 +0.4 -0.64 -0.2 +0.4 -0.64 -0.8 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.4 -0.64 -0.2 +-0.4 -0.64 -0.2 +-0.4 -0.5 -0.2 +0.4 -0.5 -0.2 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.4 -0.64 -0.8 +0.4 -0.64 -0.2 +0.4 -0.5 -0.2 +0.4 -0.5 -0.8 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.4 -0.64 -0.2 +-0.4 -0.64 -0.8 +-0.4 -0.5 -0.8 +-0.4 -0.5 -0.2 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------west quads: +1 + +TEX:SIDE +POSITION: +-0.5 -0.5 -1 +-0.5 0.5 -1 +-0.5 0.5 1 +-0.5 -0.5 1 +UV COORDS: +1.02148 1.03223 +-0.0214844 1.03223 +-0.0214844 -0.0322266 +1.02148 -0.0322266 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/keyboardgate.blb b/bricks/blb/keyboardgate.blb new file mode 100644 index 0000000..97d54e2 --- /dev/null +++ b/bricks/blb/keyboardgate.blb @@ -0,0 +1,12102 @@ +3 1 1 +SPECIAL + +bbb + +1 + +0 0 0 +3 1 1 +COVERAGE: +0 : 99999 +0 : 99999 +0 : 99999 +0 : 99999 +0 : 99999 +0 : 99999 +---------------- TOP QUADS ---------------- +0 +---------------- BOTTOM QUADS ---------------- +0 +---------------- NORTH QUADS ---------------- +0 +---------------- EAST QUADS ---------------- +0 +---------------- SOUTH QUADS ---------------- +0 +---------------- WEST QUADS ---------------- +0 +---------------- OMNI QUADS ---------------- +551 + +TEX:SIDE +POSITION: +-1.499996 -0.500011 -0.35 +-1.499996 -0.500011 0.15 +1.500004 -0.499989 0.15 +1.500004 -0.499989 -0.35 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +NORMALS: +0.000007 -1 0 +0.000007 -1 0 +0.000007 -1 0 +0.000007 -1 0 + +TEX:SIDE +POSITION: +-1.499996 -0.500011 -0.35 +1.500004 -0.499989 -0.35 +1.500003 -0.399989 -0.5 +-1.499997 -0.400011 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +NORMALS: +0.000004 -0.514496 -0.857493 +0.000004 -0.514496 -0.857493 +0.000004 -0.514496 -0.857493 +0.000004 -0.514496 -0.857493 + +TEX:SIDE +POSITION: +1.500004 -0.499989 0.15 +-1.499996 -0.500011 0.15 +-1.499997 -0.400011 0.325 +1.500003 -0.399989 0.325 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +NORMALS: +0.000004 -0.573462 0.819232 +0.000004 -0.573462 0.819232 +0.000004 -0.573462 0.819232 +0.000004 -0.573462 0.819232 + +TEX:SIDE +POSITION: +1.500004 -0.499989 -0.35 +1.500004 -0.499989 0.15 +1.500003 -0.399989 0.325 +1.500003 -0.399989 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +NORMALS: +1 0.00001 0 +1 0.00001 0 +1 0.00001 0 +1 0.00001 0 + +TEX:SIDE +POSITION: +-1.499996 -0.500011 0.15 +-1.499996 -0.500011 -0.35 +-1.499997 -0.400011 -0.5 +-1.499997 -0.400011 0.325 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +NORMALS: +-1 -0.000007 0 +-1 -0.000007 0 +-1 -0.000007 0 +-1 -0.000007 0 + +TEX:SIDE +POSITION: +1.5 0.5 0.325 +1.500003 0.5 -0.5 +1.500003 -0.399989 -0.5 +1.500003 -0.399989 0.325 +UV COORDS: +0 1 +0 1 +0.5 0.5 +0.5 0.5 +NORMALS: +1 0.000002 0.000004 +1 0.000002 0.000004 +1 0.000002 0.000004 +1 0.000002 0.000004 + +TEX:SIDE +POSITION: +-1.499997 0.5 -0.5 +-1.499997 0.5 0.325 +-1.499997 -0.400011 0.325 +-1.499997 -0.400011 -0.5 +UV COORDS: +0 1 +0 1 +0.5 0.5 +0.5 0.5 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +1.5 0.5 0.325 +-1.499997 0.5 0.325 +-1.499997 0.5 -0.5 +1.500003 0.5 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-1.499997 0.5 0.325 +1.5 0.5 0.325 +1.500003 -0.399989 0.325 +-1.499997 -0.400011 0.325 +UV COORDS: +0 1 +0 1 +0.5 0.5 +0.5 0.5 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.500003 -0.399989 -0.5 +1.500003 0.5 -0.5 +-1.499997 0.5 -0.5 +-1.499997 -0.400011 -0.5 +UV COORDS: +0.5 0.5 +0 1 +0 1 +0.5 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-1.38879 0.044476 0.325433 +-1.37768 0.033368 0.429933 +-1.37768 -0.055499 0.429933 +-1.38879 -0.066607 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.10006 -0.199898 0.325433 +-0.111169 -0.211006 0.429933 +-0.844411 -0.211011 0.429933 +-0.855522 -0.199903 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.011036 0.055595 0.325433 +0.022145 0.066703 0.429933 +0.111023 0.066704 0.429933 +0.122133 0.055596 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.366695 0.055592 0.325433 +-0.377806 0.0667 0.429933 +-0.377806 0.155567 0.429933 +-0.366696 0.166675 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.911072 -0.066603 0.325433 +-0.899962 -0.055495 0.429933 +-0.811084 -0.055494 0.429933 +-0.799974 -0.066602 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.799974 0.044481 0.325433 +-0.811084 0.033373 0.429933 +-0.899962 0.033372 0.429933 +-0.911072 0.04448 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.422244 0.044484 0.325433 +-0.411134 0.033376 0.429933 +-0.411134 -0.055491 0.429933 +-0.422244 -0.066599 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.855522 -0.188794 0.325433 +-0.844413 -0.177686 0.429933 +-0.755535 -0.177686 0.429933 +-0.744425 -0.188793 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.477795 0.411058 0.325433 +-0.488905 0.399949 0.429933 +-0.577783 0.399949 0.429933 +-0.588893 0.411057 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.622072 -0.077701 0.325433 +0.633181 -0.088808 0.429933 +0.633181 -0.177675 0.429933 +0.622073 -0.188784 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 + +TEX:SIDE +POSITION: +1.033128 0.288878 0.325433 +1.022018 0.277769 0.429933 +0.933141 0.277769 0.429933 +0.922031 0.288877 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.04424 0.055603 0.325433 +1.055349 0.066711 0.429933 +1.144229 0.066711 0.429933 +1.15534 0.055603 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.922035 -0.310973 0.325433 +0.933145 -0.299865 0.429933 +1.144232 -0.299864 0.429933 +1.155342 -0.310972 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.266559 0.03338 0.429933 +0.25545 0.044488 0.325433 +0.255449 0.16668 0.325433 +0.266558 0.155572 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966453 -0.000007 0.256846 +-0.966453 -0.000007 0.256846 +-0.966453 -0.000007 0.256846 +-0.966453 -0.000007 0.256846 + +TEX:SIDE +POSITION: +0.433205 0.044489 0.325433 +0.422095 0.033381 0.429933 +0.422095 0.155573 0.429933 +0.433204 0.166681 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.96645 0.000004 0.256856 +0.96645 0.000004 0.256856 +0.96645 0.000004 0.256856 +0.96645 0.000004 0.256856 + +TEX:SIDE +POSITION: +0.433204 0.166681 0.325433 +0.422095 0.155573 0.429933 +0.266558 0.155572 0.429933 +0.255449 0.16668 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +0.266559 0.03338 0.429933 +0.266558 0.155572 0.429933 +0.422095 0.155573 0.429933 +0.422095 0.033381 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.388791 0.166668 0.325433 +-1.377681 0.15556 0.429933 +-1.37768 0.066693 0.429933 +-1.38879 0.055585 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 + +TEX:SIDE +POSITION: +-1.38879 0.055585 0.325433 +-1.37768 0.066693 0.429933 +-1.233251 0.066694 0.429933 +-1.22214 0.055586 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.22214 0.055586 0.325433 +-1.233251 0.066694 0.429933 +-1.233251 0.155561 0.429933 +-1.222141 0.166669 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256872 +0.966446 0.000008 0.256872 +0.966446 0.000008 0.256872 +0.966446 0.000008 0.256872 + +TEX:SIDE +POSITION: +-1.222141 0.166669 0.325433 +-1.233251 0.155561 0.429933 +-1.377681 0.15556 0.429933 +-1.388791 0.166668 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +-1.233251 0.155561 0.429933 +-1.233251 0.066694 0.429933 +-1.37768 0.066693 0.429933 +-1.377681 0.15556 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.266559 0.03338 0.429933 +0.422095 0.033381 0.429933 +0.422095 -0.055486 0.429933 +0.266559 -0.055487 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.433206 -0.066594 0.325433 +0.422095 -0.055486 0.429933 +0.422095 0.033381 0.429933 +0.433205 0.044489 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.255451 -0.066595 0.325433 +0.266559 -0.055487 0.429933 +0.422095 -0.055486 0.429933 +0.433206 -0.066594 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.17771 0.033369 0.429933 +-1.17771 -0.055498 0.429933 +-1.37768 -0.055499 0.429933 +-1.37768 0.033368 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.1666 0.044478 0.325433 +-1.17771 0.033369 0.429933 +-1.37768 0.033368 0.429933 +-1.38879 0.044476 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.1666 -0.066606 0.325433 +-1.17771 -0.055498 0.429933 +-1.17771 0.033369 0.429933 +-1.1666 0.044478 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.38879 -0.066607 0.325433 +-1.37768 -0.055499 0.429933 +-1.17771 -0.055498 0.429933 +-1.1666 -0.066606 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.188792 -0.066596 0.325433 +0.199901 -0.055487 0.429933 +0.266559 -0.055487 0.429933 +0.255451 -0.066595 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0 -0.966454 0.256838 +-0 -0.966454 0.256838 +-0 -0.966454 0.256838 +-0 -0.966454 0.256838 + +TEX:SIDE +POSITION: +0.266559 0.03338 0.429933 +0.266559 -0.055487 0.429933 +0.199901 -0.055487 0.429933 +0.199901 0.03338 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.199901 0.03338 0.429933 +0.188791 0.044488 0.325433 +0.25545 0.044488 0.325433 +0.266559 0.03338 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0.966456 0.256835 +0 0.966456 0.256835 +0 0.966456 0.256835 +0 0.966456 0.256835 + +TEX:SIDE +POSITION: +0.199901 -0.055487 0.429933 +0.188792 -0.066596 0.325433 +0.188791 0.044488 0.325433 +0.199901 0.03338 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +0.122134 -0.077704 0.325433 +0.133244 -0.088812 0.429933 +0.133244 -0.177679 0.429933 +0.122134 -0.188788 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +0.122134 -0.188788 0.325433 +0.133244 -0.177679 0.429933 +0.422097 -0.177677 0.429933 +0.433206 -0.188786 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +0.433206 -0.188786 0.325433 +0.422097 -0.177677 0.429933 +0.422097 -0.08881 0.429933 +0.433207 -0.077702 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966449 0.000001 0.256857 +0.966449 0.000001 0.256857 +0.966449 0.000001 0.256857 +0.966449 0.000001 0.256857 + +TEX:SIDE +POSITION: +0.433207 -0.077702 0.325433 +0.422097 -0.08881 0.429933 +0.133244 -0.088812 0.429933 +0.122134 -0.077704 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.422097 -0.08881 0.429933 +0.422097 -0.177677 0.429933 +0.133244 -0.177679 0.429933 +0.133244 -0.088812 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.388789 -0.077715 0.325433 +-1.377679 -0.088823 0.429933 +-1.377679 -0.17769 0.429933 +-1.388789 -0.188799 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 + +TEX:SIDE +POSITION: +-1.388789 -0.188799 0.325433 +-1.377679 -0.17769 0.429933 +-1.122159 -0.177688 0.429933 +-1.111049 -0.188797 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-1.111049 -0.188797 0.325433 +-1.122159 -0.177688 0.429933 +-1.122159 -0.088821 0.429933 +-1.111049 -0.077713 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 + +TEX:SIDE +POSITION: +-1.111049 -0.077713 0.325433 +-1.122159 -0.088821 0.429933 +-1.377679 -0.088823 0.429933 +-1.388789 -0.077715 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.122159 -0.088821 0.429933 +-1.122159 -0.177688 0.429933 +-1.377679 -0.17769 0.429933 +-1.377679 -0.088823 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.388792 0.28886 0.325433 +-1.377682 0.277752 0.429933 +-1.377681 0.188885 0.429933 +-1.388791 0.177776 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.388791 0.177776 0.325433 +-1.377681 0.188885 0.429933 +-1.288801 0.188886 0.429933 +-1.277691 0.177777 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256848 +0.000007 -0.966452 0.256848 +0.000007 -0.966452 0.256848 +0.000007 -0.966452 0.256848 + +TEX:SIDE +POSITION: +-1.277691 0.177777 0.325433 +-1.288801 0.188886 0.429933 +-1.288802 0.277753 0.429933 +-1.277692 0.288861 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-1.277692 0.288861 0.325433 +-1.288802 0.277753 0.429933 +-1.377682 0.277752 0.429933 +-1.388792 0.28886 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.288802 0.277753 0.429933 +-1.288801 0.188886 0.429933 +-1.377681 0.188885 0.429933 +-1.377682 0.277752 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.388789 -0.199907 0.325433 +-1.377678 -0.211015 0.429933 +-1.377678 -0.299882 0.429933 +-1.388788 -0.31099 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.388788 -0.31099 0.325433 +-1.377678 -0.299882 0.429933 +-1.233248 -0.299881 0.429933 +-1.222138 -0.310989 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-1.222138 -0.310989 0.325433 +-1.233248 -0.299881 0.429933 +-1.233249 -0.211014 0.429933 +-1.222139 -0.199906 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.222139 -0.199906 0.325433 +-1.233249 -0.211014 0.429933 +-1.377678 -0.211015 0.429933 +-1.388789 -0.199907 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +-1.233249 -0.211014 0.429933 +-1.233248 -0.299881 0.429933 +-1.377678 -0.299882 0.429933 +-1.377678 -0.211015 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.855522 -0.199903 0.325433 +-0.844411 -0.211011 0.429933 +-0.844411 -0.28877 0.429933 +-0.855521 -0.310986 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.855521 -0.310986 0.325433 +-0.844411 -0.28877 0.429933 +-0.111169 -0.288765 0.429933 +-0.100059 -0.310981 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.883032 0.469313 +0.000007 -0.883032 0.469313 +0.000007 -0.883032 0.469313 +0.000007 -0.883032 0.469313 + +TEX:SIDE +POSITION: +-0.100059 -0.310981 0.325433 +-0.111169 -0.288765 0.429933 +-0.111169 -0.211006 0.429933 +-0.10006 -0.199898 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256867 +0.966447 0.000006 0.256867 +0.966447 0.000006 0.256867 +0.966447 0.000006 0.256867 + +TEX:SIDE +POSITION: +-0.111169 -0.211006 0.429933 +-0.111169 -0.288765 0.429933 +-0.844411 -0.28877 0.429933 +-0.844411 -0.211011 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.111053 0.399945 0.429933 +-1.111053 0.36662 0.429933 +-1.188813 0.366619 0.429933 +-1.188813 0.399944 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.099943 0.411053 0.325433 +-1.111053 0.399945 0.429933 +-1.188813 0.399944 0.429933 +-1.199923 0.411052 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +-1.099943 0.355512 0.325433 +-1.111053 0.36662 0.429933 +-1.111053 0.399945 0.429933 +-1.099943 0.411053 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.25687 +0.966446 0.000008 0.25687 +0.966446 0.000008 0.25687 +0.966446 0.000008 0.25687 + +TEX:SIDE +POSITION: +-1.199923 0.355511 0.325433 +-1.188813 0.366619 0.429933 +-1.111053 0.36662 0.429933 +-1.099943 0.355512 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.199923 0.411052 0.325433 +-1.188813 0.399944 0.429933 +-1.188813 0.366619 0.429933 +-1.199923 0.355511 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 + +TEX:SIDE +POSITION: +-1.166602 0.277754 0.429933 +-1.166601 0.188887 0.429933 +-1.255472 0.188886 0.429933 +-1.255472 0.277753 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.155492 0.288862 0.325433 +-1.166602 0.277754 0.429933 +-1.255472 0.277753 0.429933 +-1.266582 0.288861 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.155491 0.177778 0.325433 +-1.166601 0.188887 0.429933 +-1.166602 0.277754 0.429933 +-1.155492 0.288862 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-1.266581 0.177777 0.325433 +-1.255472 0.188886 0.429933 +-1.166601 0.188887 0.429933 +-1.155491 0.177778 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256848 +0.000007 -0.966452 0.256848 +0.000007 -0.966452 0.256848 +0.000007 -0.966452 0.256848 + +TEX:SIDE +POSITION: +-1.266582 0.288861 0.325433 +-1.255472 0.277753 0.429933 +-1.255472 0.188886 0.429933 +-1.266581 0.177777 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +-1.088831 0.16667 0.325433 +-1.077721 0.155562 0.429933 +-1.077721 0.066695 0.429933 +-1.08883 0.055587 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256867 +-0.966447 -0.000008 0.256867 +-0.966447 -0.000008 0.256867 +-0.966447 -0.000008 0.256867 + +TEX:SIDE +POSITION: +-1.08883 0.055587 0.325433 +-1.077721 0.066695 0.429933 +-0.988841 0.066696 0.429933 +-0.97773 0.055588 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.97773 0.055588 0.325433 +-0.988841 0.066696 0.429933 +-0.988841 0.155563 0.429933 +-0.977731 0.166671 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.977731 0.166671 0.325433 +-0.988841 0.155563 0.429933 +-1.077721 0.155562 0.429933 +-1.088831 0.16667 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.988841 0.155563 0.429933 +-0.988841 0.066696 0.429933 +-1.077721 0.066695 0.429933 +-1.077721 0.155562 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.111051 0.155562 0.429933 +-1.111051 0.066695 0.429933 +-1.199921 0.066694 0.429933 +-1.199921 0.155561 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.099941 0.16667 0.325433 +-1.111051 0.155562 0.429933 +-1.199921 0.155561 0.429933 +-1.211041 0.166669 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.09994 0.055587 0.325433 +-1.111051 0.066695 0.429933 +-1.111051 0.155562 0.429933 +-1.099941 0.16667 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256872 +0.966446 0.000008 0.256872 +0.966446 0.000008 0.256872 +0.966446 0.000008 0.256872 + +TEX:SIDE +POSITION: +-1.21104 0.055586 0.325433 +-1.199921 0.066694 0.429933 +-1.111051 0.066695 0.429933 +-1.09994 0.055587 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.211041 0.166669 0.325433 +-1.199921 0.155561 0.429933 +-1.199921 0.066694 0.429933 +-1.21104 0.055586 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.96639 -0.000008 0.257083 +-0.96639 -0.000008 0.257083 +-0.96639 -0.000008 0.257083 +-0.96639 -0.000008 0.257083 + +TEX:SIDE +POSITION: +-1.15549 0.044479 0.325433 +-1.14438 0.03337 0.429933 +-1.14438 -0.055496 0.429933 +-1.15549 -0.066605 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.15549 -0.066605 0.325433 +-1.14438 -0.055496 0.429933 +-1.0555 -0.055496 0.429933 +-1.04439 -0.066605 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-1.04439 -0.066605 0.325433 +-1.0555 -0.055496 0.429933 +-1.0555 0.03337 0.429933 +-1.04439 0.044479 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.04439 0.044479 0.325433 +-1.0555 0.03337 0.429933 +-1.14438 0.03337 0.429933 +-1.15549 0.044479 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 + +TEX:SIDE +POSITION: +-1.0555 0.03337 0.429933 +-1.0555 -0.055496 0.429933 +-1.14438 -0.055496 0.429933 +-1.14438 0.03337 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.933291 0.033371 0.429933 +-0.933291 -0.055495 0.429933 +-1.02217 -0.055496 0.429933 +-1.02217 0.033371 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.922181 0.04448 0.325433 +-0.933291 0.033371 0.429933 +-1.02217 0.033371 0.429933 +-1.03328 0.04448 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.922182 -0.066604 0.325433 +-0.933291 -0.055495 0.429933 +-0.933291 0.033371 0.429933 +-0.922181 0.04448 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.96645 0.000002 0.256856 +0.96645 0.000002 0.256856 +0.96645 0.000002 0.256856 +0.96645 0.000002 0.256856 + +TEX:SIDE +POSITION: +-1.03328 -0.066605 0.325433 +-1.02217 -0.055496 0.429933 +-0.933291 -0.055495 0.429933 +-0.922182 -0.066604 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-1.03328 0.04448 0.325433 +-1.02217 0.033371 0.429933 +-1.02217 -0.055496 0.429933 +-1.03328 -0.066605 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.022172 0.288863 0.325433 +-1.011062 0.277755 0.429933 +-1.011061 0.188888 0.429933 +-1.022171 0.17778 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +-1.022171 0.17778 0.325433 +-1.011061 0.188888 0.429933 +-0.922183 0.188888 0.429933 +-0.911073 0.17778 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.911073 0.17778 0.325433 +-0.922183 0.188888 0.429933 +-0.922184 0.277755 0.429933 +-0.911074 0.288863 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.911074 0.288863 0.325433 +-0.922184 0.277755 0.429933 +-1.011062 0.277755 0.429933 +-1.022172 0.288863 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.922184 0.277755 0.429933 +-0.922183 0.188888 0.429933 +-1.011061 0.188888 0.429933 +-1.011062 0.277755 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.044392 0.277754 0.429933 +-1.044391 0.188887 0.429933 +-1.133272 0.188887 0.429933 +-1.133272 0.277754 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.033282 0.288863 0.325433 +-1.044392 0.277754 0.429933 +-1.133272 0.277754 0.429933 +-1.144382 0.288862 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.033281 0.17778 0.325433 +-1.044391 0.188887 0.429933 +-1.044392 0.277754 0.429933 +-1.033282 0.288863 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-1.144381 0.177779 0.325433 +-1.133272 0.188887 0.429933 +-1.044391 0.188887 0.429933 +-1.033281 0.17778 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.144382 0.288862 0.325433 +-1.133272 0.277754 0.429933 +-1.133272 0.188887 0.429933 +-1.144381 0.177779 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.65555 0.288865 0.325433 +-0.64444 0.277757 0.429933 +-0.64444 0.18889 0.429933 +-0.655549 0.177782 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256866 +-0.966447 -0.000006 0.256866 +-0.966447 -0.000006 0.256866 +-0.966447 -0.000006 0.256866 + +TEX:SIDE +POSITION: +-0.655549 0.177782 0.325433 +-0.64444 0.18889 0.429933 +-0.555562 0.188891 0.429933 +-0.544452 0.177783 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.544452 0.177783 0.325433 +-0.555562 0.188891 0.429933 +-0.555563 0.277758 0.429933 +-0.544453 0.288866 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.544453 0.288866 0.325433 +-0.555563 0.277758 0.429933 +-0.64444 0.277757 0.429933 +-0.65555 0.288865 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.555563 0.277758 0.429933 +-0.555562 0.188891 0.429933 +-0.64444 0.18889 0.429933 +-0.64444 0.277757 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.433356 0.277759 0.429933 +-0.433355 0.188892 0.429933 +-0.522232 0.188891 0.429933 +-0.522233 0.277758 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.422246 0.288867 0.325433 +-0.433356 0.277759 0.429933 +-0.522233 0.277758 0.429933 +-0.533343 0.288866 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.422245 0.177784 0.325433 +-0.433355 0.188892 0.429933 +-0.433356 0.277759 0.429933 +-0.422246 0.288867 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.533342 0.177783 0.325433 +-0.522232 0.188891 0.429933 +-0.433355 0.188892 0.429933 +-0.422245 0.177784 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.533343 0.288866 0.325433 +-0.522233 0.277758 0.429933 +-0.522232 0.188891 0.429933 +-0.533342 0.177783 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.777757 0.288864 0.325433 +-0.766647 0.277756 0.429933 +-0.766646 0.188889 0.429933 +-0.777756 0.17778 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.777756 0.17778 0.325433 +-0.766646 0.188889 0.429933 +-0.677769 0.18889 0.429933 +-0.666659 0.177781 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.666659 0.177781 0.325433 +-0.677769 0.18889 0.429933 +-0.67777 0.277757 0.429933 +-0.66666 0.288865 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.66666 0.288865 0.325433 +-0.67777 0.277757 0.429933 +-0.766647 0.277756 0.429933 +-0.777757 0.288864 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.67777 0.277757 0.429933 +-0.677769 0.18889 0.429933 +-0.766646 0.188889 0.429933 +-0.766647 0.277756 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.799977 0.277756 0.429933 +-0.799976 0.188889 0.429933 +-0.888853 0.188889 0.429933 +-0.888854 0.277756 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.788867 0.288864 0.325433 +-0.799977 0.277756 0.429933 +-0.888854 0.277756 0.429933 +-0.899964 0.288863 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.788866 0.17778 0.325433 +-0.799976 0.188889 0.429933 +-0.799977 0.277756 0.429933 +-0.788867 0.288864 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.899963 0.177779 0.325433 +-0.888853 0.188889 0.429933 +-0.799976 0.188889 0.429933 +-0.788866 0.17778 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.899964 0.288863 0.325433 +-0.888854 0.277756 0.429933 +-0.888853 0.188889 0.429933 +-0.899963 0.177779 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.411136 0.288867 0.325433 +-0.400026 0.277759 0.429933 +-0.400025 0.188892 0.429933 +-0.411135 0.177783 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.411135 0.177783 0.325433 +-0.400025 0.188892 0.429933 +-0.311147 0.188893 0.429933 +-0.300038 0.177784 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.300038 0.177784 0.325433 +-0.311147 0.188893 0.429933 +-0.311148 0.27776 0.429933 +-0.300039 0.288868 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000007 0.256847 +0.966452 0.000007 0.256847 +0.966452 0.000007 0.256847 +0.966452 0.000007 0.256847 + +TEX:SIDE +POSITION: +-0.300039 0.288868 0.325433 +-0.311148 0.27776 0.429933 +-0.400026 0.277759 0.429933 +-0.411136 0.288867 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.311148 0.27776 0.429933 +-0.311147 0.188893 0.429933 +-0.400025 0.188892 0.429933 +-0.400026 0.277759 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.188941 0.277761 0.429933 +-0.18894 0.188894 0.429933 +-0.277818 0.188893 0.429933 +-0.277819 0.27776 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.177832 0.288869 0.325433 +-0.188941 0.277761 0.429933 +-0.277819 0.27776 0.429933 +-0.288929 0.288868 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.177831 0.177785 0.325433 +-0.18894 0.188894 0.429933 +-0.188941 0.277761 0.429933 +-0.177832 0.288869 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 + +TEX:SIDE +POSITION: +-0.288928 0.177784 0.325433 +-0.277818 0.188893 0.429933 +-0.18894 0.188894 0.429933 +-0.177831 0.177785 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.288929 0.288868 0.325433 +-0.277819 0.27776 0.429933 +-0.277818 0.188893 0.429933 +-0.288928 0.177784 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.044515 0.28887 0.325433 +-0.033405 0.277762 0.429933 +-0.033404 0.188895 0.429933 +-0.044514 0.177787 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.044514 0.177787 0.325433 +-0.033404 0.188895 0.429933 +0.055474 0.188895 0.429933 +0.066583 0.177788 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.066583 0.177788 0.325433 +0.055474 0.188895 0.429933 +0.055473 0.277762 0.429933 +0.066582 0.288871 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966451 0.000007 0.25685 +0.966451 0.000007 0.25685 +0.966451 0.000007 0.25685 +0.966451 0.000007 0.25685 + +TEX:SIDE +POSITION: +0.066582 0.288871 0.325433 +0.055473 0.277762 0.429933 +-0.033405 0.277762 0.429933 +-0.044515 0.28887 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.055473 0.277762 0.429933 +0.055474 0.188895 0.429933 +-0.033404 0.188895 0.429933 +-0.033405 0.277762 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.066734 0.277762 0.429933 +-0.066733 0.188895 0.429933 +-0.155611 0.188894 0.429933 +-0.155612 0.277761 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.055625 0.28887 0.325433 +-0.066734 0.277762 0.429933 +-0.155612 0.277761 0.429933 +-0.166722 0.288869 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.055624 0.177787 0.325433 +-0.066733 0.188895 0.429933 +-0.066734 0.277762 0.429933 +-0.055625 0.28887 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 + +TEX:SIDE +POSITION: +-0.166721 0.177786 0.325433 +-0.155611 0.188894 0.429933 +-0.066733 0.188895 0.429933 +-0.055624 0.177787 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.166722 0.288869 0.325433 +-0.155612 0.277761 0.429933 +-0.155611 0.188894 0.429933 +-0.166721 0.177786 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +0.322106 0.288872 0.325433 +0.333216 0.277764 0.429933 +0.333217 0.188897 0.429933 +0.322107 0.177789 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +0.322107 0.177789 0.325433 +0.333217 0.188897 0.429933 +0.422095 0.188898 0.429933 +0.433204 0.17779 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.433204 0.17779 0.325433 +0.422095 0.188898 0.429933 +0.422094 0.277765 0.429933 +0.433204 0.288873 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966449 0.000002 0.25686 +0.966449 0.000002 0.25686 +0.966449 0.000002 0.25686 +0.966449 0.000002 0.25686 + +TEX:SIDE +POSITION: +0.433204 0.288873 0.325433 +0.422094 0.277765 0.429933 +0.333216 0.277764 0.429933 +0.322106 0.288872 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.422094 0.277765 0.429933 +0.422095 0.188898 0.429933 +0.333217 0.188897 0.429933 +0.333216 0.277764 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.199899 0.288872 0.325433 +0.211009 0.277764 0.429933 +0.21101 0.188897 0.429933 +0.1999 0.177788 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +0.1999 0.177788 0.325433 +0.21101 0.188897 0.429933 +0.299888 0.188897 0.429933 +0.310997 0.177788 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +0.310997 0.177788 0.325433 +0.299888 0.188897 0.429933 +0.299887 0.277764 0.429933 +0.310996 0.288872 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 + +TEX:SIDE +POSITION: +0.310996 0.288872 0.325433 +0.299887 0.277764 0.429933 +0.211009 0.277764 0.429933 +0.199899 0.288872 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.299887 0.277764 0.429933 +0.299888 0.188897 0.429933 +0.21101 0.188897 0.429933 +0.211009 0.277764 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.17768 0.277763 0.429933 +0.177681 0.188896 0.429933 +0.088803 0.188896 0.429933 +0.088802 0.277763 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.18879 0.288871 0.325433 +0.17768 0.277763 0.429933 +0.088802 0.277763 0.429933 +0.077692 0.288871 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.18879 0.177787 0.325433 +0.177681 0.188896 0.429933 +0.17768 0.277763 0.429933 +0.18879 0.288871 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966449 0.000001 0.256857 +0.966449 0.000001 0.256857 +0.966449 0.000001 0.256857 +0.966449 0.000001 0.256857 + +TEX:SIDE +POSITION: +0.077693 0.177787 0.325433 +0.088803 0.188896 0.429933 +0.177681 0.188896 0.429933 +0.18879 0.177787 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +0.077692 0.288871 0.325433 +0.088802 0.277763 0.429933 +0.088803 0.188896 0.429933 +0.077693 0.177787 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +0.133242 0.166679 0.325433 +0.144352 0.155571 0.429933 +0.144352 0.066704 0.429933 +0.133243 0.055596 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +0.133243 0.055596 0.325433 +0.144352 0.066704 0.429933 +0.233229 0.066705 0.429933 +0.24434 0.055597 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.24434 0.055597 0.325433 +0.233229 0.066705 0.429933 +0.233229 0.155572 0.429933 +0.244339 0.16668 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.244339 0.16668 0.325433 +0.233229 0.155572 0.429933 +0.144352 0.155571 0.429933 +0.133242 0.166679 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.233229 0.155572 0.429933 +0.233229 0.066705 0.429933 +0.144352 0.066704 0.429933 +0.144352 0.155571 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.111172 0.166677 0.325433 +-0.100063 0.155569 0.429933 +-0.100062 0.066702 0.429933 +-0.111172 0.055594 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 + +TEX:SIDE +POSITION: +-0.111172 0.055594 0.325433 +-0.100062 0.066702 0.429933 +-0.011185 0.066703 0.429933 +-0.000074 0.055595 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.000074 0.055595 0.325433 +-0.011185 0.066703 0.429933 +-0.011185 0.15557 0.429933 +-0.000075 0.166678 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.000075 0.166678 0.325433 +-0.011185 0.15557 0.429933 +-0.100063 0.155569 0.429933 +-0.111172 0.166677 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.011185 0.15557 0.429933 +-0.011185 0.066703 0.429933 +-0.100062 0.066702 0.429933 +-0.100063 0.155569 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.111022 0.155571 0.429933 +0.111023 0.066704 0.429933 +0.022145 0.066703 0.429933 +0.022144 0.15557 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.122132 0.166679 0.325433 +0.111022 0.155571 0.429933 +0.022144 0.15557 0.429933 +0.011035 0.166678 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.122133 0.055596 0.325433 +0.111023 0.066704 0.429933 +0.111022 0.155571 0.429933 +0.122132 0.166679 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.011035 0.166678 0.325433 +0.022144 0.15557 0.429933 +0.022145 0.066703 0.429933 +0.011036 0.055595 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +-0.233379 0.166676 0.325433 +-0.22227 0.155568 0.429933 +-0.22227 0.066701 0.429933 +-0.233378 0.055593 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000007 0.256847 +-0.966452 -0.000007 0.256847 +-0.966452 -0.000007 0.256847 +-0.966452 -0.000007 0.256847 + +TEX:SIDE +POSITION: +-0.233378 0.055593 0.325433 +-0.22227 0.066701 0.429933 +-0.133391 0.066702 0.429933 +-0.122281 0.055594 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.122281 0.055594 0.325433 +-0.133391 0.066702 0.429933 +-0.133392 0.155569 0.429933 +-0.122282 0.166677 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.122282 0.166677 0.325433 +-0.133392 0.155569 0.429933 +-0.22227 0.155568 0.429933 +-0.233379 0.166676 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.133392 0.155569 0.429933 +-0.133391 0.066702 0.429933 +-0.22227 0.066701 0.429933 +-0.22227 0.155568 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.255599 0.155568 0.429933 +-0.255599 0.066701 0.429933 +-0.344477 0.066701 0.429933 +-0.344477 0.155568 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.244489 0.166676 0.325433 +-0.255599 0.155568 0.429933 +-0.344477 0.155568 0.429933 +-0.355586 0.166675 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.244488 0.055593 0.325433 +-0.255599 0.066701 0.429933 +-0.255599 0.155568 0.429933 +-0.244489 0.166676 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.355586 0.055592 0.325433 +-0.344477 0.066701 0.429933 +-0.255599 0.066701 0.429933 +-0.244488 0.055593 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.355586 0.166675 0.325433 +-0.344477 0.155568 0.429933 +-0.344477 0.066701 0.429933 +-0.355586 0.055592 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256848 +-0.966452 -0.000008 0.256848 +-0.966452 -0.000008 0.256848 +-0.966452 -0.000008 0.256848 + +TEX:SIDE +POSITION: +-0.844415 0.166672 0.325433 +-0.833305 0.155564 0.429933 +-0.833304 0.066697 0.429933 +-0.844415 0.055589 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.844415 0.055589 0.325433 +-0.833304 0.066697 0.429933 +-0.744427 0.066698 0.429933 +-0.733316 0.05559 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.733316 0.05559 0.325433 +-0.744427 0.066698 0.429933 +-0.744427 0.155565 0.429933 +-0.733317 0.166673 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.733317 0.166673 0.325433 +-0.744427 0.155565 0.429933 +-0.833305 0.155564 0.429933 +-0.844415 0.166672 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.744427 0.155565 0.429933 +-0.744427 0.066698 0.429933 +-0.833304 0.066697 0.429933 +-0.833305 0.155564 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.62222 0.155566 0.429933 +-0.62222 0.066699 0.429933 +-0.711098 0.066698 0.429933 +-0.711098 0.155565 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.61111 0.166674 0.325433 +-0.62222 0.155566 0.429933 +-0.711098 0.155565 0.429933 +-0.722207 0.166673 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.61111 0.055591 0.325433 +-0.62222 0.066699 0.429933 +-0.62222 0.155566 0.429933 +-0.61111 0.166674 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.722207 0.05559 0.325433 +-0.711098 0.066698 0.429933 +-0.62222 0.066699 0.429933 +-0.61111 0.055591 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.722207 0.166673 0.325433 +-0.711098 0.155565 0.429933 +-0.711098 0.066698 0.429933 +-0.722207 0.05559 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966449 -0.000002 0.256857 +-0.966449 -0.000002 0.256857 +-0.966449 -0.000002 0.256857 +-0.966449 -0.000002 0.256857 + +TEX:SIDE +POSITION: +-0.477793 0.166675 0.325433 +-0.466684 0.155567 0.429933 +-0.466684 0.0667 0.429933 +-0.477794 0.055592 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966449 -0.000002 0.256859 +-0.966449 -0.000002 0.256859 +-0.966449 -0.000002 0.256859 +-0.966449 -0.000002 0.256859 + +TEX:SIDE +POSITION: +-0.477794 0.055592 0.325433 +-0.466684 0.0667 0.429933 +-0.377806 0.0667 0.429933 +-0.366695 0.055592 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.366696 0.166675 0.325433 +-0.377806 0.155567 0.429933 +-0.466684 0.155567 0.429933 +-0.477793 0.166675 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.377806 0.155567 0.429933 +-0.377806 0.0667 0.429933 +-0.466684 0.0667 0.429933 +-0.466684 0.155567 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.500013 0.155566 0.429933 +-0.500012 0.066699 0.429933 +-0.588891 0.066699 0.429933 +-0.588891 0.155566 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.488903 0.166674 0.325433 +-0.500013 0.155566 0.429933 +-0.588891 0.155566 0.429933 +-0.6 0.166674 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.488902 0.055591 0.325433 +-0.500012 0.066699 0.429933 +-0.500013 0.155566 0.429933 +-0.488903 0.166674 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256867 +0.966447 0.000008 0.256867 +0.966447 0.000008 0.256867 +0.966447 0.000008 0.256867 + +TEX:SIDE +POSITION: +-0.599999 0.055591 0.325433 +-0.588891 0.066699 0.429933 +-0.500012 0.066699 0.429933 +-0.488902 0.055591 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.6 0.166674 0.325433 +-0.588891 0.155566 0.429933 +-0.588891 0.066699 0.429933 +-0.599999 0.055591 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966453 -0.000006 0.256846 +-0.966453 -0.000006 0.256846 +-0.966453 -0.000006 0.256846 +-0.966453 -0.000006 0.256846 + +TEX:SIDE +POSITION: +-0.866634 0.155564 0.429933 +-0.866633 0.066697 0.429933 +-0.955512 0.066696 0.429933 +-0.955512 0.155563 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.855524 0.166672 0.325433 +-0.866634 0.155564 0.429933 +-0.955512 0.155563 0.429933 +-0.966621 0.166671 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.855523 0.055589 0.325433 +-0.866633 0.066697 0.429933 +-0.866634 0.155564 0.429933 +-0.855524 0.166672 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.966621 0.055588 0.325433 +-0.955512 0.066696 0.429933 +-0.866633 0.066697 0.429933 +-0.855523 0.055589 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.966621 0.166671 0.325433 +-0.955512 0.155563 0.429933 +-0.955512 0.066696 0.429933 +-0.966621 0.055588 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966449 -0.000002 0.256859 +-0.966449 -0.000002 0.256859 +-0.966449 -0.000002 0.256859 +-0.966449 -0.000002 0.256859 + +TEX:SIDE +POSITION: +-0.911072 0.04448 0.325433 +-0.899962 0.033372 0.429933 +-0.899962 -0.055495 0.429933 +-0.911072 -0.066603 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000006 0.256869 +-0.966446 -0.000006 0.256869 +-0.966446 -0.000006 0.256869 +-0.966446 -0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.799974 -0.066602 0.325433 +-0.811084 -0.055494 0.429933 +-0.811084 0.033373 0.429933 +-0.799974 0.044481 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966449 0.000003 0.256859 +0.966449 0.000003 0.256859 +0.966449 0.000003 0.256859 +0.966449 0.000003 0.256859 + +TEX:SIDE +POSITION: +-0.811084 0.033373 0.429933 +-0.811084 -0.055494 0.429933 +-0.899962 -0.055495 0.429933 +-0.899962 0.033372 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.544451 0.044483 0.325433 +-0.533341 0.033375 0.429933 +-0.533341 -0.055492 0.429933 +-0.544451 -0.0666 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000006 0.256869 +-0.966446 -0.000006 0.256869 +-0.966446 -0.000006 0.256869 +-0.966446 -0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.544451 -0.0666 0.325433 +-0.533341 -0.055492 0.429933 +-0.444463 -0.055491 0.429933 +-0.433354 -0.066599 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.433354 -0.066599 0.325433 +-0.444463 -0.055491 0.429933 +-0.444463 0.033376 0.429933 +-0.433354 0.044484 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000008 0.256846 +0.966452 0.000008 0.256846 +0.966452 0.000008 0.256846 +0.966452 0.000008 0.256846 + +TEX:SIDE +POSITION: +-0.433354 0.044484 0.325433 +-0.444463 0.033376 0.429933 +-0.533341 0.033375 0.429933 +-0.544451 0.044483 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.444463 0.033376 0.429933 +-0.444463 -0.055491 0.429933 +-0.533341 -0.055492 0.429933 +-0.533341 0.033375 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.322256 0.033377 0.429933 +-0.322256 -0.05549 0.429933 +-0.411134 -0.055491 0.429933 +-0.411134 0.033376 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.311146 0.044485 0.325433 +-0.322256 0.033377 0.429933 +-0.411134 0.033376 0.429933 +-0.422244 0.044484 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.311146 -0.066598 0.325433 +-0.322256 -0.05549 0.429933 +-0.322256 0.033377 0.429933 +-0.311146 0.044485 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.422244 -0.066599 0.325433 +-0.411134 -0.055491 0.429933 +-0.322256 -0.05549 0.429933 +-0.311146 -0.066598 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.666658 0.044482 0.325433 +-0.655548 0.033373 0.429933 +-0.655548 -0.055493 0.429933 +-0.666657 -0.066602 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.666657 -0.066602 0.325433 +-0.655548 -0.055493 0.429933 +-0.56667 -0.055492 0.429933 +-0.55556 -0.066601 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.55556 -0.066601 0.325433 +-0.56667 -0.055492 0.429933 +-0.56667 0.033374 0.429933 +-0.55556 0.044483 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.55556 0.044483 0.325433 +-0.56667 0.033374 0.429933 +-0.655548 0.033373 0.429933 +-0.666658 0.044482 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.56667 0.033374 0.429933 +-0.56667 -0.055492 0.429933 +-0.655548 -0.055493 0.429933 +-0.655548 0.033373 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.688877 0.033373 0.429933 +-0.688877 -0.055493 0.429933 +-0.777755 -0.055494 0.429933 +-0.777755 0.033372 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.677768 0.044482 0.325433 +-0.688877 0.033373 0.429933 +-0.777755 0.033372 0.429933 +-0.788865 0.044481 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.677768 -0.066602 0.325433 +-0.688877 -0.055493 0.429933 +-0.688877 0.033373 0.429933 +-0.677768 0.044482 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000006 0.256848 +0.966452 0.000006 0.256848 +0.966452 0.000006 0.256848 +0.966452 0.000006 0.256848 + +TEX:SIDE +POSITION: +-0.788865 -0.066603 0.325433 +-0.777755 -0.055494 0.429933 +-0.688877 -0.055493 0.429933 +-0.677768 -0.066602 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.788865 0.044481 0.325433 +-0.777755 0.033372 0.429933 +-0.777755 -0.055494 0.429933 +-0.788865 -0.066603 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.300037 0.044485 0.325433 +-0.288927 0.033376 0.429933 +-0.288927 -0.05549 0.429933 +-0.300037 -0.066599 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.300037 -0.066599 0.325433 +-0.288927 -0.05549 0.429933 +-0.200049 -0.05549 0.429933 +-0.188939 -0.066598 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.188939 -0.066598 0.325433 +-0.200049 -0.05549 0.429933 +-0.200049 0.033377 0.429933 +-0.188939 0.044486 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 + +TEX:SIDE +POSITION: +-0.188939 0.044486 0.325433 +-0.200049 0.033377 0.429933 +-0.288927 0.033376 0.429933 +-0.300037 0.044485 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.200049 0.033377 0.429933 +-0.200049 -0.05549 0.429933 +-0.288927 -0.05549 0.429933 +-0.288927 0.033376 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.077842 0.033377 0.429933 +-0.077842 -0.055489 0.429933 +-0.16672 -0.055489 0.429933 +-0.16672 0.033377 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.066732 0.044487 0.325433 +-0.077842 0.033377 0.429933 +-0.16672 0.033377 0.429933 +-0.17783 0.044486 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.066732 -0.066598 0.325433 +-0.077842 -0.055489 0.429933 +-0.077842 0.033377 0.429933 +-0.066732 0.044487 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.17783 -0.066598 0.325433 +-0.16672 -0.055489 0.429933 +-0.077842 -0.055489 0.429933 +-0.066732 -0.066598 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +-0.17783 0.044486 0.325433 +-0.16672 0.033377 0.429933 +-0.16672 -0.055489 0.429933 +-0.17783 -0.066598 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +0.066584 0.044488 0.325433 +0.077694 0.03338 0.429933 +0.077694 -0.055487 0.429933 +0.066585 -0.066596 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +0.066585 -0.066596 0.325433 +0.077694 -0.055487 0.429933 +0.166572 -0.055487 0.429933 +0.177682 -0.066595 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.177682 -0.066595 0.325433 +0.166572 -0.055487 0.429933 +0.166572 0.03338 0.429933 +0.177682 0.044488 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 + +TEX:SIDE +POSITION: +0.177682 0.044488 0.325433 +0.166572 0.03338 0.429933 +0.077694 0.03338 0.429933 +0.066584 0.044488 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.166572 0.03338 0.429933 +0.166572 -0.055487 0.429933 +0.077694 -0.055487 0.429933 +0.077694 0.03338 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.044365 0.033379 0.429933 +0.044365 -0.055488 0.429933 +-0.044513 -0.055488 0.429933 +-0.044513 0.033379 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.055475 0.044487 0.325433 +0.044365 0.033379 0.429933 +-0.044513 0.033379 0.429933 +-0.055623 0.044487 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.055476 -0.066596 0.325433 +0.044365 -0.055488 0.429933 +0.044365 0.033379 0.429933 +0.055475 0.044487 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.055623 -0.066596 0.325433 +-0.044513 -0.055488 0.429933 +0.044365 -0.055488 0.429933 +0.055476 -0.066596 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.055623 0.044487 0.325433 +-0.044513 0.033379 0.429933 +-0.044513 -0.055488 0.429933 +-0.055623 -0.066596 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.011183 -0.188788 0.325433 +-0.022292 -0.17768 0.429933 +-0.022292 -0.088813 0.429933 +-0.011184 -0.077705 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 + +TEX:SIDE +POSITION: +-0.011184 -0.077705 0.325433 +-0.022292 -0.088813 0.429933 +-0.11117 -0.088814 0.429933 +-0.12228 -0.077706 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.022292 -0.088813 0.429933 +-0.022292 -0.17768 0.429933 +-0.11117 -0.177681 0.429933 +-0.11117 -0.088814 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.111024 -0.077704 0.325433 +0.099915 -0.088812 0.429933 +0.011037 -0.088813 0.429933 +-0.000073 -0.077705 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.111024 -0.188787 0.325433 +0.099915 -0.177679 0.429933 +0.099915 -0.088812 0.429933 +0.111024 -0.077704 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966451 0.000007 0.25685 +0.966451 0.000007 0.25685 +0.966451 0.000007 0.25685 +0.966451 0.000007 0.25685 + +TEX:SIDE +POSITION: +-0.244487 -0.077707 0.325433 +-0.233377 -0.088815 0.429933 +-0.233377 -0.177682 0.429933 +-0.244487 -0.18879 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.244487 -0.18879 0.325433 +-0.233377 -0.177682 0.429933 +-0.144499 -0.177681 0.429933 +-0.13339 -0.188789 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.13339 -0.077706 0.325433 +-0.144499 -0.088814 0.429933 +-0.233377 -0.088815 0.429933 +-0.244487 -0.077707 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.266706 -0.088815 0.429933 +-0.266706 -0.177682 0.429933 +-0.355584 -0.177683 0.429933 +-0.355584 -0.088816 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.255597 -0.18879 0.325433 +-0.266706 -0.177682 0.429933 +-0.266706 -0.088815 0.429933 +-0.255598 -0.077707 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000007 0.256847 +0.966452 0.000007 0.256847 +0.966452 0.000007 0.256847 +0.966452 0.000007 0.256847 + +TEX:SIDE +POSITION: +-0.366695 -0.077708 0.325433 +-0.355584 -0.088816 0.429933 +-0.355584 -0.177683 0.429933 +-0.366694 -0.188791 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 +-0.966446 -0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.744425 -0.188793 0.325433 +-0.755535 -0.177686 0.429933 +-0.755535 -0.088819 0.429933 +-0.744425 -0.07771 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.755535 -0.088819 0.429933 +-0.755535 -0.177686 0.429933 +-0.844413 -0.177686 0.429933 +-0.844413 -0.088819 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.633328 -0.088818 0.429933 +-0.633328 -0.177685 0.429933 +-0.722206 -0.177685 0.429933 +-0.722206 -0.088818 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.622218 -0.07771 0.325433 +-0.633328 -0.088818 0.429933 +-0.722206 -0.088818 0.429933 +-0.733316 -0.07771 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.377804 -0.077708 0.325433 +-0.388914 -0.088816 0.429933 +-0.477792 -0.088817 0.429933 +-0.488901 -0.077709 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.388914 -0.088816 0.429933 +-0.388914 -0.177683 0.429933 +-0.477792 -0.177684 0.429933 +-0.477792 -0.088817 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.511121 -0.088817 0.429933 +-0.511121 -0.177684 0.429933 +-0.599998 -0.177684 0.429933 +-0.599998 -0.088817 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.500011 -0.077709 0.325433 +-0.511121 -0.088817 0.429933 +-0.599998 -0.088817 0.429933 +-0.611108 -0.07771 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.500011 -0.188792 0.325433 +-0.511121 -0.177684 0.429933 +-0.511121 -0.088817 0.429933 +-0.500011 -0.077709 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.611108 -0.07771 0.325433 +-0.599998 -0.088817 0.429933 +-0.599998 -0.177684 0.429933 +-0.611108 -0.188793 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.866633 -0.077711 0.325433 +-0.877742 -0.088819 0.429933 +-0.966619 -0.08882 0.429933 +-0.977729 -0.077712 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.866632 -0.188794 0.325433 +-0.877742 -0.177686 0.429933 +-0.877742 -0.088819 0.429933 +-0.866633 -0.077711 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +-0.977729 -0.188795 0.325433 +-0.966619 -0.177687 0.429933 +-0.877742 -0.177686 0.429933 +-0.866632 -0.188794 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.977729 -0.077712 0.325433 +-0.966619 -0.08882 0.429933 +-0.966619 -0.177687 0.429933 +-0.977729 -0.188795 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256867 +-0.966447 -0.000006 0.256867 +-0.966447 -0.000006 0.256867 +-0.966447 -0.000006 0.256867 + +TEX:SIDE +POSITION: +-0.877742 -0.088819 0.429933 +-0.877742 -0.177686 0.429933 +-0.966619 -0.177687 0.429933 +-0.966619 -0.08882 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.611108 -0.188793 0.325433 +-0.599998 -0.177684 0.429933 +-0.511121 -0.177684 0.429933 +-0.500011 -0.188792 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.377804 -0.188791 0.325433 +-0.388914 -0.177683 0.429933 +-0.388914 -0.088816 0.429933 +-0.377804 -0.077708 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 +0.966446 0.000008 0.256869 + +TEX:SIDE +POSITION: +-0.488901 -0.188792 0.325433 +-0.477792 -0.177684 0.429933 +-0.388914 -0.177683 0.429933 +-0.377804 -0.188791 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.488901 -0.077709 0.325433 +-0.477792 -0.088817 0.429933 +-0.477792 -0.177684 0.429933 +-0.488901 -0.188792 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000007 0.256847 +-0.966452 -0.000007 0.256847 +-0.966452 -0.000007 0.256847 +-0.966452 -0.000007 0.256847 + +TEX:SIDE +POSITION: +-0.733316 -0.07771 0.325433 +-0.722206 -0.088818 0.429933 +-0.722206 -0.177685 0.429933 +-0.733315 -0.188793 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256848 +-0.966452 -0.000008 0.256848 +-0.966452 -0.000008 0.256848 +-0.966452 -0.000008 0.256848 + +TEX:SIDE +POSITION: +-0.733315 -0.188793 0.325433 +-0.722206 -0.177685 0.429933 +-0.633328 -0.177685 0.429933 +-0.622218 -0.188793 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.622218 -0.188793 0.325433 +-0.633328 -0.177685 0.429933 +-0.633328 -0.088818 0.429933 +-0.622218 -0.07771 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.744425 -0.07771 0.325433 +-0.755535 -0.088819 0.429933 +-0.844413 -0.088819 0.429933 +-0.855522 -0.077711 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.855522 -0.077711 0.325433 +-0.844413 -0.088819 0.429933 +-0.844413 -0.177686 0.429933 +-0.855522 -0.188794 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000006 0.256848 +-0.966452 -0.000006 0.256848 +-0.966452 -0.000006 0.256848 +-0.966452 -0.000006 0.256848 + +TEX:SIDE +POSITION: +-0.366694 -0.188791 0.325433 +-0.355584 -0.177683 0.429933 +-0.266706 -0.177682 0.429933 +-0.255597 -0.18879 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.255598 -0.077707 0.325433 +-0.266706 -0.088815 0.429933 +-0.355584 -0.088816 0.429933 +-0.366695 -0.077708 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.144499 -0.088814 0.429933 +-0.144499 -0.177681 0.429933 +-0.233377 -0.177682 0.429933 +-0.233377 -0.088815 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.13339 -0.188789 0.325433 +-0.144499 -0.177681 0.429933 +-0.144499 -0.088814 0.429933 +-0.13339 -0.077706 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000006 0.256847 +0.966452 0.000006 0.256847 +0.966452 0.000006 0.256847 +0.966452 0.000006 0.256847 + +TEX:SIDE +POSITION: +-0.000073 -0.077705 0.325433 +0.011037 -0.088813 0.429933 +0.011037 -0.17768 0.429933 +-0.000073 -0.188788 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-0.000073 -0.188788 0.325433 +0.011037 -0.17768 0.429933 +0.099915 -0.177679 0.429933 +0.111024 -0.188787 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.099915 -0.088812 0.429933 +0.099915 -0.177679 0.429933 +0.011037 -0.17768 0.429933 +0.011037 -0.088813 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.12228 -0.188789 0.325433 +-0.11117 -0.177681 0.429933 +-0.022292 -0.17768 0.429933 +-0.011183 -0.188788 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.12228 -0.077706 0.325433 +-0.11117 -0.088814 0.429933 +-0.11117 -0.177681 0.429933 +-0.12228 -0.188789 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +-1.099939 -0.077713 0.325433 +-1.088829 -0.088821 0.429933 +-1.088829 -0.177688 0.429933 +-1.099939 -0.188796 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256867 +-0.966447 -0.000008 0.256867 +-0.966447 -0.000008 0.256867 +-0.966447 -0.000008 0.256867 + +TEX:SIDE +POSITION: +-1.099939 -0.188796 0.325433 +-1.088829 -0.177688 0.429933 +-0.999949 -0.177687 0.429933 +-0.988839 -0.188795 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.988839 -0.188795 0.325433 +-0.999949 -0.177687 0.429933 +-0.999949 -0.08882 0.429933 +-0.988839 -0.077712 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.988839 -0.077712 0.325433 +-0.999949 -0.08882 0.429933 +-1.088829 -0.088821 0.429933 +-1.099939 -0.077713 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.999949 -0.08882 0.429933 +-0.999949 -0.177687 0.429933 +-1.088829 -0.177688 0.429933 +-1.088829 -0.088821 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.055499 -0.211013 0.429933 +-1.055498 -0.29988 0.429933 +-1.199918 -0.299881 0.429933 +-1.199919 -0.211014 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.044389 -0.199905 0.325433 +-1.055499 -0.211013 0.429933 +-1.199919 -0.211014 0.429933 +-1.211039 -0.199906 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +-1.044388 -0.310988 0.325433 +-1.055498 -0.29988 0.429933 +-1.055499 -0.211013 0.429933 +-1.044389 -0.199905 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.211038 -0.310989 0.325433 +-1.199918 -0.299881 0.429933 +-1.055498 -0.29988 0.429933 +-1.044388 -0.310988 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-1.211039 -0.199906 0.325433 +-1.199919 -0.211014 0.429933 +-1.199918 -0.299881 0.429933 +-1.211038 -0.310989 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966389 -0.000007 0.257084 +-0.966389 -0.000007 0.257084 +-0.966389 -0.000007 0.257084 +-0.966389 -0.000007 0.257084 + +TEX:SIDE +POSITION: +-1.033279 -0.199905 0.325433 +-1.022168 -0.211013 0.429933 +-1.022168 -0.29988 0.429933 +-1.033278 -0.310988 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +-1.033278 -0.310988 0.325433 +-1.022168 -0.29988 0.429933 +-0.877741 -0.299878 0.429933 +-0.866631 -0.310986 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.866631 -0.310986 0.325433 +-0.877741 -0.299878 0.429933 +-0.877742 -0.211011 0.429933 +-0.866632 -0.199903 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 +0.966446 0.000006 0.256869 + +TEX:SIDE +POSITION: +-0.866632 -0.199903 0.325433 +-0.877742 -0.211011 0.429933 +-1.022168 -0.211013 0.429933 +-1.033279 -0.199905 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.877742 -0.211011 0.429933 +-0.877741 -0.299878 0.429933 +-1.022168 -0.29988 0.429933 +-1.022168 -0.211013 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.422098 -0.211002 0.429933 +0.422098 -0.299869 0.429933 +0.277671 -0.29987 0.429933 +0.277671 -0.211003 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.433208 -0.199894 0.325433 +0.422098 -0.211002 0.429933 +0.277671 -0.211003 0.429933 +0.266562 -0.199895 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.433208 -0.310977 0.325433 +0.422098 -0.299869 0.429933 +0.422098 -0.211002 0.429933 +0.433208 -0.199894 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 + +TEX:SIDE +POSITION: +0.266562 -0.310978 0.325433 +0.277671 -0.29987 0.429933 +0.422098 -0.299869 0.429933 +0.433208 -0.310977 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.266562 -0.199895 0.325433 +0.277671 -0.211003 0.429933 +0.277671 -0.29987 0.429933 +0.266562 -0.310978 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000006 0.256847 +-0.966452 -0.000006 0.256847 +-0.966452 -0.000006 0.256847 +-0.966452 -0.000006 0.256847 + +TEX:SIDE +POSITION: +0.088805 -0.199896 0.325433 +0.099916 -0.211004 0.429933 +0.099916 -0.299871 0.429933 +0.088806 -0.310979 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +0.088806 -0.310979 0.325433 +0.099916 -0.299871 0.429933 +0.244342 -0.29987 0.429933 +0.255452 -0.310978 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.255452 -0.310978 0.325433 +0.244342 -0.29987 0.429933 +0.244342 -0.211003 0.429933 +0.255451 -0.199895 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 + +TEX:SIDE +POSITION: +0.255451 -0.199895 0.325433 +0.244342 -0.211003 0.429933 +0.099916 -0.211004 0.429933 +0.088805 -0.199896 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.244342 -0.211003 0.429933 +0.244342 -0.29987 0.429933 +0.099916 -0.299871 0.429933 +0.099916 -0.211004 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.066586 -0.211005 0.429933 +0.066586 -0.299872 0.429933 +-0.07784 -0.299873 0.429933 +-0.077841 -0.211006 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.077695 -0.199896 0.325433 +0.066586 -0.211005 0.429933 +-0.077841 -0.211006 0.429933 +-0.088951 -0.199898 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +0.077696 -0.310979 0.325433 +0.066586 -0.299872 0.429933 +0.066586 -0.211005 0.429933 +0.077695 -0.199896 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.08895 -0.310981 0.325433 +-0.07784 -0.299873 0.429933 +0.066586 -0.299872 0.429933 +0.077696 -0.310979 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.088951 -0.199898 0.325433 +-0.077841 -0.211006 0.429933 +-0.07784 -0.299873 0.429933 +-0.08895 -0.310981 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +-1.088833 0.411053 0.325433 +-1.077723 0.399945 0.429933 +-1.077723 0.36662 0.429933 +-1.088833 0.355512 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +-1.088833 0.355512 0.325433 +-1.077723 0.36662 0.429933 +-0.988843 0.366621 0.429933 +-0.977733 0.355513 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.977733 0.355513 0.325433 +-0.988843 0.366621 0.429933 +-0.988843 0.399946 0.429933 +-0.977733 0.411054 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000005 0.25687 +0.966446 0.000005 0.25687 +0.966446 0.000005 0.25687 +0.966446 0.000005 0.25687 + +TEX:SIDE +POSITION: +-0.977733 0.411054 0.325433 +-0.988843 0.399946 0.429933 +-1.077723 0.399945 0.429933 +-1.088833 0.411053 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.988843 0.399946 0.429933 +-0.988843 0.366621 0.429933 +-1.077723 0.36662 0.429933 +-1.077723 0.399945 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.866636 0.399947 0.429933 +-0.866636 0.366622 0.429933 +-0.955514 0.366621 0.429933 +-0.955514 0.399946 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.855526 0.411055 0.325433 +-0.866636 0.399947 0.429933 +-0.955514 0.399946 0.429933 +-0.966623 0.411054 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.855526 0.355514 0.325433 +-0.866636 0.366622 0.429933 +-0.866636 0.399947 0.429933 +-0.855526 0.411055 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 + +TEX:SIDE +POSITION: +-0.966623 0.355513 0.325433 +-0.955514 0.366621 0.429933 +-0.866636 0.366622 0.429933 +-0.855526 0.355514 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.966623 0.411054 0.325433 +-0.955514 0.399946 0.429933 +-0.955514 0.366621 0.429933 +-0.966623 0.355513 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +-0.844417 0.411055 0.325433 +-0.833307 0.399947 0.429933 +-0.833307 0.366622 0.429933 +-0.844417 0.355514 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.256869 +-0.966446 -0.000007 0.256869 +-0.966446 -0.000007 0.256869 +-0.966446 -0.000007 0.256869 + +TEX:SIDE +POSITION: +-0.844417 0.355514 0.325433 +-0.833307 0.366622 0.429933 +-0.744429 0.366623 0.429933 +-0.733319 0.355515 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.733319 0.355515 0.325433 +-0.744429 0.366623 0.429933 +-0.744429 0.399948 0.429933 +-0.733319 0.411056 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.733319 0.411056 0.325433 +-0.744429 0.399948 0.429933 +-0.833307 0.399947 0.429933 +-0.844417 0.411055 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.744429 0.399948 0.429933 +-0.744429 0.366623 0.429933 +-0.833307 0.366622 0.429933 +-0.833307 0.399947 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.122284 0.399952 0.429933 +-0.122284 0.366627 0.429933 +-0.211162 0.366626 0.429933 +-0.211162 0.399952 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.111174 0.41106 0.325433 +-0.122284 0.399952 0.429933 +-0.211162 0.399952 0.429933 +-0.222271 0.411059 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.111174 0.355519 0.325433 +-0.122284 0.366627 0.429933 +-0.122284 0.399952 0.429933 +-0.111174 0.41106 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.222272 0.355518 0.325433 +-0.211162 0.366626 0.429933 +-0.122284 0.366627 0.429933 +-0.111174 0.355519 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.222271 0.411059 0.325433 +-0.211162 0.399952 0.429933 +-0.211162 0.366626 0.429933 +-0.222272 0.355518 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966449 0.000004 0.256859 +-0.966449 0.000004 0.256859 +-0.966449 0.000004 0.256859 +-0.966449 0.000004 0.256859 + +TEX:SIDE +POSITION: +-0.344479 0.411059 0.325433 +-0.333369 0.399951 0.429933 +-0.333369 0.366626 0.429933 +-0.344479 0.355518 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 + +TEX:SIDE +POSITION: +-0.344479 0.355518 0.325433 +-0.333369 0.366626 0.429933 +-0.244491 0.366626 0.429933 +-0.233381 0.355518 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.233381 0.355518 0.325433 +-0.244491 0.366626 0.429933 +-0.244491 0.399951 0.429933 +-0.233381 0.411059 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.233381 0.411059 0.325433 +-0.244491 0.399951 0.429933 +-0.333369 0.399951 0.429933 +-0.344479 0.411059 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.244491 0.399951 0.429933 +-0.244491 0.366626 0.429933 +-0.333369 0.366626 0.429933 +-0.333369 0.399951 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.366698 0.39995 0.429933 +-0.366698 0.366625 0.429933 +-0.455576 0.366625 0.429933 +-0.455576 0.39995 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.355588 0.411058 0.325433 +-0.366698 0.39995 0.429933 +-0.455576 0.39995 0.429933 +-0.466686 0.411058 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.355588 0.355517 0.325433 +-0.366698 0.366625 0.429933 +-0.366698 0.39995 0.429933 +-0.355588 0.411058 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 + +TEX:SIDE +POSITION: +-0.466686 0.355517 0.325433 +-0.455576 0.366625 0.429933 +-0.366698 0.366625 0.429933 +-0.355588 0.355517 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.466686 0.411058 0.325433 +-0.455576 0.39995 0.429933 +-0.455576 0.366625 0.429933 +-0.466686 0.355517 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +-0.588893 0.411057 0.325433 +-0.577783 0.399949 0.429933 +-0.577783 0.366624 0.429933 +-0.588893 0.355516 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000005 0.25687 +-0.966446 -0.000005 0.25687 +-0.966446 -0.000005 0.25687 +-0.966446 -0.000005 0.25687 + +TEX:SIDE +POSITION: +-0.588893 0.355516 0.325433 +-0.577783 0.366624 0.429933 +-0.488905 0.366624 0.429933 +-0.477795 0.355517 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-0.477795 0.355517 0.325433 +-0.488905 0.366624 0.429933 +-0.488905 0.399949 0.429933 +-0.477795 0.411058 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 +0.966446 0.000007 0.256869 + +TEX:SIDE +POSITION: +-0.488905 0.399949 0.429933 +-0.488905 0.366624 0.429933 +-0.577783 0.366624 0.429933 +-0.577783 0.399949 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.055472 0.399953 0.429933 +0.055472 0.366628 0.429933 +-0.033406 0.366628 0.429933 +-0.033406 0.399953 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.066581 0.411062 0.325433 +0.055472 0.399953 0.429933 +-0.033406 0.399953 0.429933 +-0.044516 0.411061 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +0.066582 0.355521 0.325433 +0.055472 0.366628 0.429933 +0.055472 0.399953 0.429933 +0.066581 0.411062 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 +0.966452 0.000008 0.256847 + +TEX:SIDE +POSITION: +-0.044516 0.35552 0.325433 +-0.033406 0.366628 0.429933 +0.055472 0.366628 0.429933 +0.066582 0.355521 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +-0.044516 0.411061 0.325433 +-0.033406 0.399953 0.429933 +-0.033406 0.366628 0.429933 +-0.044516 0.35552 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +0.077691 0.411062 0.325433 +0.088801 0.399954 0.429933 +0.088801 0.366629 0.429933 +0.077691 0.355521 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000005 0.25687 +-0.966446 -0.000005 0.25687 +-0.966446 -0.000005 0.25687 +-0.966446 -0.000005 0.25687 + +TEX:SIDE +POSITION: +0.077691 0.355521 0.325433 +0.088801 0.366629 0.429933 +0.177679 0.366629 0.429933 +0.188788 0.355521 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.188788 0.355521 0.325433 +0.177679 0.366629 0.429933 +0.177679 0.399954 0.429933 +0.188789 0.411062 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966449 -0.000003 0.256857 +0.966449 -0.000003 0.256857 +0.966449 -0.000003 0.256857 +0.966449 -0.000003 0.256857 + +TEX:SIDE +POSITION: +0.188789 0.411062 0.325433 +0.177679 0.399954 0.429933 +0.088801 0.399954 0.429933 +0.077691 0.411062 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +0.177679 0.399954 0.429933 +0.177679 0.366629 0.429933 +0.088801 0.366629 0.429933 +0.088801 0.399954 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.299886 0.399955 0.429933 +0.299886 0.36663 0.429933 +0.211008 0.36663 0.429933 +0.211008 0.399955 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.310995 0.411063 0.325433 +0.299886 0.399955 0.429933 +0.211008 0.399955 0.429933 +0.199898 0.411062 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +0.310995 0.355522 0.325433 +0.299886 0.36663 0.429933 +0.299886 0.399955 0.429933 +0.310995 0.411063 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966451 0.000005 0.25685 +0.966451 0.000005 0.25685 +0.966451 0.000005 0.25685 +0.966451 0.000005 0.25685 + +TEX:SIDE +POSITION: +0.199899 0.355522 0.325433 +0.211008 0.36663 0.429933 +0.299886 0.36663 0.429933 +0.310995 0.355522 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.199898 0.411062 0.325433 +0.211008 0.399955 0.429933 +0.211008 0.36663 0.429933 +0.199899 0.355522 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +0.322105 0.411063 0.325433 +0.333215 0.399956 0.429933 +0.333215 0.36663 0.429933 +0.322105 0.355522 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +0.322105 0.355522 0.325433 +0.333215 0.36663 0.429933 +0.422093 0.366631 0.429933 +0.433203 0.355523 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.433203 0.355523 0.325433 +0.422093 0.366631 0.429933 +0.422093 0.399956 0.429933 +0.433203 0.411064 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966449 -0.000003 0.256857 +0.966449 -0.000003 0.256857 +0.966449 -0.000003 0.256857 +0.966449 -0.000003 0.256857 + +TEX:SIDE +POSITION: +0.433203 0.411064 0.325433 +0.422093 0.399956 0.429933 +0.333215 0.399956 0.429933 +0.322105 0.411063 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +0.422093 0.399956 0.429933 +0.422093 0.366631 0.429933 +0.333215 0.36663 0.429933 +0.333215 0.399956 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-1.388793 0.411051 0.325433 +-1.377683 0.399943 0.429933 +-1.377683 0.366618 0.429933 +-1.388793 0.35551 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 +-0.966446 -0.000008 0.25687 + +TEX:SIDE +POSITION: +-1.388793 0.35551 0.325433 +-1.377683 0.366618 0.429933 +-1.288803 0.366619 0.429933 +-1.277693 0.355511 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +-1.277693 0.355511 0.325433 +-1.288803 0.366619 0.429933 +-1.288803 0.399944 0.429933 +-1.277693 0.411052 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +-1.277693 0.411052 0.325433 +-1.288803 0.399944 0.429933 +-1.377683 0.399943 0.429933 +-1.388793 0.411051 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +-1.288803 0.399944 0.429933 +-1.288803 0.366619 0.429933 +-1.377683 0.366618 0.429933 +-1.377683 0.399943 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.855377 -0.310974 0.325433 +0.844267 -0.299865 0.429933 +0.844266 -0.210998 0.429933 +0.855377 -0.19989 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.622073 -0.199893 0.325433 +0.633182 -0.211 0.429933 +0.633182 -0.299867 0.429933 +0.622073 -0.310976 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 + +TEX:SIDE +POSITION: +0.622073 -0.310976 0.325433 +0.633182 -0.299867 0.429933 +0.72206 -0.299867 0.429933 +0.73317 -0.310975 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.73317 -0.310975 0.325433 +0.72206 -0.299867 0.429933 +0.72206 -0.211 0.429933 +0.73317 -0.199892 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.73317 -0.199892 0.325433 +0.72206 -0.211 0.429933 +0.633182 -0.211 0.429933 +0.622073 -0.199893 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.72206 -0.211 0.429933 +0.72206 -0.299867 0.429933 +0.633182 -0.299867 0.429933 +0.633182 -0.211 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.599853 -0.211001 0.429933 +0.599853 -0.299868 0.429933 +0.510975 -0.299868 0.429933 +0.510974 -0.211001 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.499866 -0.199893 0.325433 +0.510974 -0.211001 0.429933 +0.510975 -0.299868 0.429933 +0.499866 -0.310976 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 + +TEX:SIDE +POSITION: +0.499866 -0.310976 0.325433 +0.510975 -0.299868 0.429933 +0.599853 -0.299868 0.429933 +0.610963 -0.310976 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.610963 -0.310976 0.325433 +0.599853 -0.299868 0.429933 +0.599853 -0.211001 0.429933 +0.610962 -0.199893 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +0.610962 -0.199893 0.325433 +0.599853 -0.211001 0.429933 +0.510974 -0.211001 0.429933 +0.499866 -0.199893 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.844266 -0.210998 0.429933 +0.844267 -0.299865 0.429933 +0.755389 -0.299866 0.429933 +0.755389 -0.210999 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.855377 -0.19989 0.325433 +0.844266 -0.210998 0.429933 +0.755389 -0.210999 0.429933 +0.744279 -0.199891 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.74428 -0.310975 0.325433 +0.755389 -0.299866 0.429933 +0.844267 -0.299865 0.429933 +0.855377 -0.310974 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +0.744279 -0.199891 0.325433 +0.755389 -0.210999 0.429933 +0.755389 -0.299866 0.429933 +0.74428 -0.310975 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +0.622073 -0.188784 0.325433 +0.633181 -0.177675 0.429933 +0.722059 -0.177675 0.429933 +0.733169 -0.188783 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.733169 -0.0777 0.325433 +0.722059 -0.088808 0.429933 +0.633181 -0.088808 0.429933 +0.622072 -0.077701 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.722059 -0.088808 0.429933 +0.722059 -0.177675 0.429933 +0.633181 -0.177675 0.429933 +0.633181 -0.088808 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.733169 -0.188783 0.325433 +0.722059 -0.177675 0.429933 +0.722059 -0.088808 0.429933 +0.733169 -0.0777 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 + +TEX:SIDE +POSITION: +0.62207 0.177792 0.325433 +0.633179 0.1889 0.429933 +0.722057 0.1889 0.429933 +0.733167 0.177792 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.733167 0.177792 0.325433 +0.722057 0.1889 0.429933 +0.722056 0.277767 0.429933 +0.733166 0.288875 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.733166 0.288875 0.325433 +0.722056 0.277767 0.429933 +0.633178 0.277767 0.429933 +0.622069 0.288875 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.722056 0.277767 0.429933 +0.722057 0.1889 0.429933 +0.633179 0.1889 0.429933 +0.633178 0.277767 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.622069 0.288875 0.325433 +0.633178 0.277767 0.429933 +0.633179 0.1889 0.429933 +0.62207 0.177792 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +0.744277 0.166684 0.325433 +0.755386 0.155577 0.429933 +0.755387 0.06671 0.429933 +0.744278 0.0556 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 + +TEX:SIDE +POSITION: +0.744278 0.0556 0.325433 +0.755387 0.06671 0.429933 +0.844265 0.06671 0.429933 +0.855375 0.055601 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +0.844264 0.155577 0.429933 +0.844265 0.06671 0.429933 +0.755387 0.06671 0.429933 +0.755386 0.155577 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.62207 0.166683 0.325433 +0.633179 0.155575 0.429933 +0.63318 0.066708 0.429933 +0.622071 0.0556 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 +-0.966451 -0.000007 0.25685 + +TEX:SIDE +POSITION: +0.622071 0.0556 0.325433 +0.63318 0.066708 0.429933 +0.722058 0.066708 0.429933 +0.733168 0.0556 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.733168 0.0556 0.325433 +0.722058 0.066708 0.429933 +0.722057 0.155575 0.429933 +0.733167 0.166683 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +0.61096 0.166683 0.325433 +0.59985 0.155574 0.429933 +0.510972 0.155574 0.429933 +0.499863 0.166682 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.610961 0.0556 0.325433 +0.599851 0.066707 0.429933 +0.59985 0.155574 0.429933 +0.61096 0.166683 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256865 +0.966447 0.000007 0.256865 +0.966447 0.000007 0.256865 +0.966447 0.000007 0.256865 + +TEX:SIDE +POSITION: +0.499864 0.055599 0.325433 +0.510973 0.066707 0.429933 +0.599851 0.066707 0.429933 +0.610961 0.0556 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.499863 0.166682 0.325433 +0.510972 0.155574 0.429933 +0.510973 0.066707 0.429933 +0.499864 0.055599 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +0.59985 0.155574 0.429933 +0.599851 0.066707 0.429933 +0.510973 0.066707 0.429933 +0.510972 0.155574 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.722057 0.155575 0.429933 +0.722058 0.066708 0.429933 +0.63318 0.066708 0.429933 +0.633179 0.155575 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.733167 0.166683 0.325433 +0.722057 0.155575 0.429933 +0.633179 0.155575 0.429933 +0.62207 0.166683 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.855374 0.166685 0.325433 +0.844264 0.155577 0.429933 +0.755386 0.155577 0.429933 +0.744277 0.166684 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.855375 0.055601 0.325433 +0.844265 0.06671 0.429933 +0.844264 0.155577 0.429933 +0.855374 0.166685 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.744277 0.177792 0.325433 +0.755386 0.188901 0.429933 +0.844264 0.188901 0.429933 +0.855374 0.177793 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.855374 0.177793 0.325433 +0.844264 0.188901 0.429933 +0.844263 0.277768 0.429933 +0.855373 0.288876 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 + +TEX:SIDE +POSITION: +0.599849 0.277766 0.429933 +0.59985 0.188899 0.429933 +0.510972 0.188899 0.429933 +0.510971 0.277766 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.610959 0.288875 0.325433 +0.599849 0.277766 0.429933 +0.510971 0.277766 0.429933 +0.499862 0.288874 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.499862 0.288874 0.325433 +0.510971 0.277766 0.429933 +0.510972 0.188899 0.429933 +0.499863 0.177791 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000006 0.256847 +-0.966452 -0.000006 0.256847 +-0.966452 -0.000006 0.256847 +-0.966452 -0.000006 0.256847 + +TEX:SIDE +POSITION: +0.499863 0.177791 0.325433 +0.510972 0.188899 0.429933 +0.59985 0.188899 0.429933 +0.61096 0.177792 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.61096 0.177792 0.325433 +0.59985 0.188899 0.429933 +0.599849 0.277766 0.429933 +0.610959 0.288875 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.844263 0.277768 0.429933 +0.844264 0.188901 0.429933 +0.755386 0.188901 0.429933 +0.755385 0.277768 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.855373 0.288876 0.325433 +0.844263 0.277768 0.429933 +0.755385 0.277768 0.429933 +0.744276 0.288875 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.744276 0.288875 0.325433 +0.755385 0.277768 0.429933 +0.755386 0.188901 0.429933 +0.744277 0.177792 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 +-0.966453 -0.000007 0.256845 + +TEX:SIDE +POSITION: +0.844262 0.399959 0.429933 +0.844262 0.366634 0.429933 +0.755384 0.366634 0.429933 +0.755384 0.399959 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.855372 0.411067 0.325433 +0.844262 0.399959 0.429933 +0.755384 0.399959 0.429933 +0.744275 0.411066 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 +-0.000007 0.966458 0.256825 + +TEX:SIDE +POSITION: +0.855372 0.355526 0.325433 +0.844262 0.366634 0.429933 +0.844262 0.399959 0.429933 +0.855372 0.411067 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +0.744275 0.355525 0.325433 +0.755384 0.366634 0.429933 +0.844262 0.366634 0.429933 +0.855372 0.355526 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.744275 0.411066 0.325433 +0.755384 0.399959 0.429933 +0.755384 0.366634 0.429933 +0.744275 0.355525 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +0.622068 0.411067 0.325433 +0.633177 0.399958 0.429933 +0.633177 0.366633 0.429933 +0.622068 0.355525 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +0.622068 0.355525 0.325433 +0.633177 0.366633 0.429933 +0.722055 0.366633 0.429933 +0.733165 0.355525 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.733165 0.355525 0.325433 +0.722055 0.366633 0.429933 +0.722055 0.399958 0.429933 +0.733165 0.411066 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 +0.966447 0.000008 0.256868 + +TEX:SIDE +POSITION: +0.733165 0.411066 0.325433 +0.722055 0.399958 0.429933 +0.633177 0.399958 0.429933 +0.622068 0.411067 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000002 0.966455 0.256836 +-0.000002 0.966455 0.256836 +-0.000002 0.966455 0.256836 +-0.000002 0.966455 0.256836 + +TEX:SIDE +POSITION: +0.722055 0.399958 0.429933 +0.722055 0.366633 0.429933 +0.633177 0.366633 0.429933 +0.633177 0.399958 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.599848 0.399957 0.429933 +0.599848 0.366632 0.429933 +0.51097 0.366632 0.429933 +0.51097 0.399957 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.610958 0.411067 0.325433 +0.599848 0.399957 0.429933 +0.51097 0.399957 0.429933 +0.499861 0.411066 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 +-0.000007 0.966452 0.256847 + +TEX:SIDE +POSITION: +0.610958 0.355525 0.325433 +0.599848 0.366632 0.429933 +0.599848 0.399957 0.429933 +0.610958 0.411067 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000005 0.25687 +0.966446 0.000005 0.25687 +0.966446 0.000005 0.25687 +0.966446 0.000005 0.25687 + +TEX:SIDE +POSITION: +0.499862 0.355524 0.325433 +0.51097 0.366632 0.429933 +0.599848 0.366632 0.429933 +0.610958 0.355525 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +0.499861 0.411066 0.325433 +0.51097 0.399957 0.429933 +0.51097 0.366632 0.429933 +0.499862 0.355524 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 +-0.966452 -0.000008 0.256847 + +TEX:SIDE +POSITION: +1.166448 0.288879 0.325433 +1.177558 0.277771 0.429933 +1.177558 0.188904 0.429933 +1.166449 0.177796 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +1.166449 0.177796 0.325433 +1.177558 0.188904 0.429933 +1.266439 0.188904 0.429933 +1.277539 0.177796 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.277539 0.177796 0.325433 +1.266439 0.188904 0.429933 +1.266438 0.277771 0.429933 +1.277538 0.288879 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 + +TEX:SIDE +POSITION: +1.022018 0.277769 0.429933 +1.022018 0.188903 0.429933 +0.933142 0.188902 0.429933 +0.933141 0.277769 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.033129 0.177795 0.325433 +1.022018 0.188903 0.429933 +1.022018 0.277769 0.429933 +1.033128 0.288878 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.922032 0.177794 0.325433 +0.933142 0.188902 0.429933 +1.022018 0.188903 0.429933 +1.033129 0.177795 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.922031 0.288877 0.325433 +0.933141 0.277769 0.429933 +0.933142 0.188902 0.429933 +0.922032 0.177794 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +1.266438 0.277771 0.429933 +1.266439 0.188904 0.429933 +1.177558 0.188904 0.429933 +1.177558 0.277771 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.277538 0.288879 0.325433 +1.266438 0.277771 0.429933 +1.177558 0.277771 0.429933 +1.166448 0.288879 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.27754 0.055604 0.325433 +1.266439 0.066713 0.429933 +1.266439 0.15558 0.429933 +1.277539 0.166688 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 + +TEX:SIDE +POSITION: +1.266439 0.15558 0.429933 +1.266439 0.066713 0.429933 +1.177559 0.066713 0.429933 +1.177559 0.15558 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.044239 0.166686 0.325433 +1.055349 0.155578 0.429933 +1.055349 0.066711 0.429933 +1.04424 0.055603 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +1.155339 0.166686 0.325433 +1.144229 0.155578 0.429933 +1.055349 0.155578 0.429933 +1.044239 0.166686 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.144229 0.155578 0.429933 +1.144229 0.066711 0.429933 +1.055349 0.066711 0.429933 +1.055349 0.155578 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.022019 0.155578 0.429933 +1.022019 0.066711 0.429933 +0.933143 0.06671 0.429933 +0.933142 0.155577 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +0.922032 0.166685 0.325433 +0.933142 0.155577 0.429933 +0.933143 0.06671 0.429933 +0.922033 0.055602 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +0.922033 0.055602 0.325433 +0.933143 0.06671 0.429933 +1.022019 0.066711 0.429933 +1.03313 0.055603 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.03313 0.055603 0.325433 +1.022019 0.066711 0.429933 +1.022019 0.155578 0.429933 +1.033129 0.166686 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +1.033129 0.166686 0.325433 +1.022019 0.155578 0.429933 +0.933142 0.155577 0.429933 +0.922032 0.166685 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.15534 0.055603 0.325433 +1.144229 0.066711 0.429933 +1.144229 0.155578 0.429933 +1.155339 0.166686 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +1.277539 0.166688 0.325433 +1.266439 0.15558 0.429933 +1.177559 0.15558 0.429933 +1.166449 0.166688 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.16645 0.055604 0.325433 +1.177559 0.066713 0.429933 +1.266439 0.066713 0.429933 +1.27754 0.055604 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +1.166449 0.166688 0.325433 +1.177559 0.15558 0.429933 +1.177559 0.066713 0.429933 +1.16645 0.055604 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +1.044239 0.177795 0.325433 +1.055348 0.188903 0.429933 +1.144229 0.188903 0.429933 +1.155339 0.177795 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.155339 0.177795 0.325433 +1.144229 0.188903 0.429933 +1.144228 0.27777 0.429933 +1.155338 0.288878 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +1.144228 0.27777 0.429933 +1.144229 0.188903 0.429933 +1.055348 0.188903 0.429933 +1.055348 0.27777 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.155338 0.288878 0.325433 +1.144228 0.27777 0.429933 +1.055348 0.27777 0.429933 +1.044238 0.288878 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.044238 0.288878 0.325433 +1.055348 0.27777 0.429933 +1.055348 0.188903 0.429933 +1.044239 0.177795 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +1.16645 0.044496 0.325433 +1.17756 0.033388 0.429933 +1.17756 -0.055479 0.429933 +1.166451 -0.066588 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +1.27754 -0.066587 0.325433 +1.26644 -0.055479 0.429933 +1.26644 0.033388 0.429933 +1.27754 0.044496 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966504 0.000006 0.256652 +0.966504 0.000006 0.256652 +0.966504 0.000006 0.256652 +0.966504 0.000006 0.256652 + +TEX:SIDE +POSITION: +1.26644 0.033388 0.429933 +1.26644 -0.055479 0.429933 +1.17756 -0.055479 0.429933 +1.17756 0.033388 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.04424 0.044495 0.325433 +1.05535 0.033387 0.429933 +1.05535 -0.05548 0.429933 +1.044241 -0.066588 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +1.044241 -0.066588 0.325433 +1.05535 -0.05548 0.429933 +1.14423 -0.05548 0.429933 +1.15534 -0.066588 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.14423 0.033387 0.429933 +1.14423 -0.05548 0.429933 +1.05535 -0.05548 0.429933 +1.05535 0.033387 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.03313 0.044495 0.325433 +1.02202 0.033387 0.429933 +0.933143 0.033386 0.429933 +0.922033 0.044494 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.033131 -0.066589 0.325433 +1.02202 -0.055481 0.429933 +1.02202 0.033387 0.429933 +1.03313 0.044495 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +0.922034 -0.066589 0.325433 +0.933143 -0.055481 0.429933 +1.02202 -0.055481 0.429933 +1.033131 -0.066589 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.922033 0.044494 0.325433 +0.933143 0.033386 0.429933 +0.933143 -0.055481 0.429933 +0.922034 -0.066589 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256865 +-0.966447 -0.000007 0.256865 +-0.966447 -0.000007 0.256865 +-0.966447 -0.000007 0.256865 + +TEX:SIDE +POSITION: +1.02202 0.033387 0.429933 +1.02202 -0.055481 0.429933 +0.933143 -0.055481 0.429933 +0.933143 0.033386 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.15534 0.044495 0.325433 +1.14423 0.033387 0.429933 +1.05535 0.033387 0.429933 +1.04424 0.044495 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.15534 -0.066588 0.325433 +1.14423 -0.05548 0.429933 +1.14423 0.033387 0.429933 +1.15534 0.044495 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 +0.966447 0.000006 0.256868 + +TEX:SIDE +POSITION: +1.27754 0.044496 0.325433 +1.26644 0.033388 0.429933 +1.17756 0.033388 0.429933 +1.16645 0.044496 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.166451 -0.066588 0.325433 +1.17756 -0.055479 0.429933 +1.26644 -0.055479 0.429933 +1.27754 -0.066587 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +0.922034 -0.188781 0.325433 +0.933144 -0.177673 0.429933 +1.022021 -0.177673 0.429933 +1.033132 -0.188781 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.033132 -0.188781 0.325433 +1.022021 -0.177673 0.429933 +1.022021 -0.088806 0.429933 +1.033131 -0.077698 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966445 0.000008 0.256873 +0.966445 0.000008 0.256873 +0.966445 0.000008 0.256873 +0.966445 0.000008 0.256873 + +TEX:SIDE +POSITION: +1.022021 -0.088806 0.429933 +1.022021 -0.177673 0.429933 +0.933144 -0.177673 0.429933 +0.933144 -0.088806 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.033131 -0.077698 0.325433 +1.022021 -0.088806 0.429933 +0.933144 -0.088806 0.429933 +0.922034 -0.077698 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.922034 -0.077698 0.325433 +0.933144 -0.088806 0.429933 +0.933144 -0.177673 0.429933 +0.922034 -0.188781 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +1.044241 -0.18878 0.325433 +1.055351 -0.177672 0.429933 +1.144231 -0.177672 0.429933 +1.155341 -0.18878 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.155341 -0.077697 0.325433 +1.144231 -0.088805 0.429933 +1.055351 -0.088805 0.429933 +1.044241 -0.077697 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.144231 -0.088805 0.429933 +1.144231 -0.177672 0.429933 +1.055351 -0.177672 0.429933 +1.055351 -0.088805 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.155341 -0.18878 0.325433 +1.144231 -0.177672 0.429933 +1.144231 -0.088805 0.429933 +1.155341 -0.077697 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +1.044241 -0.077697 0.325433 +1.055351 -0.088805 0.429933 +1.055351 -0.177672 0.429933 +1.044241 -0.18878 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +1.277541 -0.077696 0.325433 +1.266441 -0.088804 0.429933 +1.177561 -0.088804 0.429933 +1.166451 -0.077697 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.266441 -0.088804 0.429933 +1.266441 -0.177671 0.429933 +1.177561 -0.177671 0.429933 +1.177561 -0.088804 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.277541 -0.188779 0.325433 +1.266441 -0.177671 0.429933 +1.266441 -0.088804 0.429933 +1.277541 -0.077696 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 +0.966503 0.000007 0.256654 + +TEX:SIDE +POSITION: +1.166452 -0.18878 0.325433 +1.177561 -0.177671 0.429933 +1.266441 -0.177671 0.429933 +1.277541 -0.188779 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.166451 -0.077697 0.325433 +1.177561 -0.088804 0.429933 +1.177561 -0.177671 0.429933 +1.166452 -0.18878 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +1.266442 -0.210996 0.429933 +1.266442 -0.299863 0.429933 +1.177562 -0.299863 0.429933 +1.177562 -0.210996 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.277541 -0.199888 0.325433 +1.266442 -0.210996 0.429933 +1.177562 -0.210996 0.429933 +1.166452 -0.199889 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.277542 -0.310971 0.325433 +1.266442 -0.299863 0.429933 +1.266442 -0.210996 0.429933 +1.277541 -0.199888 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966505 0.000007 0.256649 +0.966505 0.000007 0.256649 +0.966505 0.000007 0.256649 +0.966505 0.000007 0.256649 + +TEX:SIDE +POSITION: +1.166452 -0.310972 0.325433 +1.177562 -0.299863 0.429933 +1.266442 -0.299863 0.429933 +1.277542 -0.310971 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 +0.000007 -0.966458 0.256825 + +TEX:SIDE +POSITION: +1.166452 -0.199889 0.325433 +1.177562 -0.210996 0.429933 +1.177562 -0.299863 0.429933 +1.166452 -0.310972 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +1.288649 0.177796 0.325433 +1.299758 0.188905 0.429933 +1.388639 0.188905 0.429933 +1.399749 0.177797 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.399749 0.177797 0.325433 +1.388639 0.188905 0.429933 +1.388638 0.277772 0.429933 +1.399748 0.28888 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 +0.966446 0.000007 0.25687 + +TEX:SIDE +POSITION: +1.399748 0.28888 0.325433 +1.388638 0.277772 0.429933 +1.299758 0.277772 0.429933 +1.288648 0.288879 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.388638 0.277772 0.429933 +1.388639 0.188905 0.429933 +1.299758 0.188905 0.429933 +1.299758 0.277772 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.288648 0.288879 0.325433 +1.299758 0.277772 0.429933 +1.299758 0.188905 0.429933 +1.288649 0.177796 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 +-0.966447 -0.000006 0.256868 + +TEX:SIDE +POSITION: +1.388639 0.155581 0.429933 +1.38864 -0.055478 0.429933 +1.29976 -0.055479 0.429933 +1.299759 0.155581 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.399749 0.166689 0.325433 +1.388639 0.155581 0.429933 +1.299759 0.155581 0.429933 +1.288649 0.166688 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.399751 -0.066586 0.325433 +1.38864 -0.055478 0.429933 +1.388639 0.155581 0.429933 +1.399749 0.166689 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +1.288651 -0.066587 0.325433 +1.29976 -0.055479 0.429933 +1.38864 -0.055478 0.429933 +1.399751 -0.066586 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 +0.000007 -0.966458 0.256826 + +TEX:SIDE +POSITION: +1.288649 0.166688 0.325433 +1.299759 0.155581 0.429933 +1.29976 -0.055479 0.429933 +1.288651 -0.066587 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 +-0.966447 -0.000007 0.256868 + +TEX:SIDE +POSITION: +1.399752 -0.31097 0.325433 +1.388642 -0.299861 0.429933 +1.388641 -0.088803 0.429933 +1.399751 -0.077695 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 +0.966447 0.000007 0.256868 + +TEX:SIDE +POSITION: +1.399751 -0.077695 0.325433 +1.388641 -0.088803 0.429933 +1.299761 -0.088804 0.429933 +1.288651 -0.077696 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +1.388641 -0.088803 0.429933 +1.388642 -0.299861 0.429933 +1.299762 -0.299862 0.429933 +1.299761 -0.088804 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.288652 -0.310971 0.325433 +1.299762 -0.299862 0.429933 +1.388642 -0.299861 0.429933 +1.399752 -0.31097 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 +0.000007 -0.966452 0.256847 + +TEX:SIDE +POSITION: +1.288651 -0.077696 0.325433 +1.299761 -0.088804 0.429933 +1.299762 -0.299862 0.429933 +1.288652 -0.310971 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 +-0.966447 -0.000008 0.256868 + +TEX:SIDE +POSITION: +1.155341 -0.199889 0.325433 +1.144232 -0.210997 0.429933 +0.933145 -0.210998 0.429933 +0.922035 -0.19989 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 +-0.000007 0.966458 0.256826 + +TEX:SIDE +POSITION: +0.922035 -0.19989 0.325433 +0.933145 -0.210998 0.429933 +0.933145 -0.299865 0.429933 +0.922035 -0.310973 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 +-0.966446 -0.000007 0.25687 + +TEX:SIDE +POSITION: +1.155342 -0.310972 0.325433 +1.144232 -0.299864 0.429933 +1.144232 -0.210997 0.429933 +1.155341 -0.199889 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.966447 0.000007 0.256865 +0.966447 0.000007 0.256865 +0.966447 0.000007 0.256865 +0.966447 0.000007 0.256865 + +TEX:SIDE +POSITION: +1.144232 -0.299864 0.429933 +0.933145 -0.299865 0.429933 +0.933145 -0.210998 0.429933 +1.144232 -0.210997 0.429933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.066457 0.41107 0.325433 +1.077567 0.399961 0.374933 +1.077567 0.366636 0.374933 +1.066457 0.355528 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 + +TEX:SIDE +POSITION: +1.066457 0.355528 0.325433 +1.077567 0.366636 0.374933 +1.122007 0.366636 0.374933 +1.133117 0.355528 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 + +TEX:SIDE +POSITION: +1.133117 0.355528 0.325433 +1.122007 0.366636 0.374933 +1.122007 0.399961 0.374933 +1.133117 0.41107 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.872098 0.000007 0.489332 +0.872098 0.000007 0.489332 +0.872098 0.000007 0.489332 +0.872098 0.000007 0.489332 + +TEX:SIDE +POSITION: +1.133117 0.41107 0.325433 +1.122007 0.399961 0.374933 +1.077567 0.399961 0.374933 +1.066457 0.41107 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 + +TEX:SIDE +POSITION: +1.122007 0.399961 0.374933 +1.122007 0.366636 0.374933 +1.077567 0.366636 0.374933 +1.077567 0.399961 0.374933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.244217 0.399962 0.374933 +1.244217 0.366637 0.374933 +1.199777 0.366637 0.374933 +1.199777 0.399962 0.374933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.255317 0.411071 0.325433 +1.244217 0.399962 0.374933 +1.199777 0.399962 0.374933 +1.188667 0.411071 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 + +TEX:SIDE +POSITION: +1.255317 0.355529 0.325433 +1.244217 0.366637 0.374933 +1.244217 0.399962 0.374933 +1.255317 0.411071 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.872286 0.000007 0.488996 +0.872286 0.000007 0.488996 +0.872286 0.000007 0.488996 +0.872286 0.000007 0.488996 + +TEX:SIDE +POSITION: +1.188667 0.355529 0.325433 +1.199777 0.366637 0.374933 +1.244217 0.366637 0.374933 +1.255317 0.355529 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 + +TEX:SIDE +POSITION: +1.188667 0.411071 0.325433 +1.199777 0.399962 0.374933 +1.199777 0.366637 0.374933 +1.188667 0.355529 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 + +TEX:SIDE +POSITION: +1.310867 0.411072 0.325433 +1.321977 0.399963 0.374933 +1.321977 0.366638 0.374933 +1.310867 0.35553 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 +-0.872096 -0.000005 0.489336 + +TEX:SIDE +POSITION: +1.310867 0.35553 0.325433 +1.321977 0.366638 0.374933 +1.366417 0.366638 0.374933 +1.377527 0.35553 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 +0.000007 -0.872135 0.489266 + +TEX:SIDE +POSITION: +1.377527 0.35553 0.325433 +1.366417 0.366638 0.374933 +1.366417 0.399963 0.374933 +1.377527 0.411072 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0.872098 0.000007 0.489332 +0.872098 0.000007 0.489332 +0.872098 0.000007 0.489332 +0.872098 0.000007 0.489332 + +TEX:SIDE +POSITION: +1.377527 0.411072 0.325433 +1.366417 0.399963 0.374933 +1.321977 0.399963 0.374933 +1.310867 0.411072 0.325433 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 +-0.000007 0.872116 0.4893 + +TEX:SIDE +POSITION: +1.366417 0.399963 0.374933 +1.366417 0.366638 0.374933 +1.321977 0.366638 0.374933 +1.321977 0.399963 0.374933 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +-0.2 -0.2 -0.2 -1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +1.319999 0.750002 -0.24 +1.400001 0.500003 -0.3 +1.400001 0.500003 0.3 +1.319999 0.750002 0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952422 0.304783 0 +0.952422 0.304783 0 +0.952422 0.304783 0 +0.952422 0.304783 0 + +TEX:SIDE +POSITION: +0.679999 0.749998 0.24 +0.600001 0.499997 0.3 +0.600001 0.499997 -0.3 +0.679999 0.749998 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952426 0.30477 0 +-0.952426 0.30477 0 +-0.952426 0.30477 0 +-0.952426 0.30477 0 + +TEX:SIDE +POSITION: +1.319999 0.750002 0.24 +1.400001 0.500003 0.3 +0.600001 0.499997 0.3 +0.679999 0.749998 0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.000001 0.095561 0.995424 +-0.000001 0.095561 0.995424 +-0.000001 0.095561 0.995424 +-0.000001 0.095561 0.995424 + +TEX:SIDE +POSITION: +1.319999 0.750002 0.24 +0.679999 0.749998 0.24 +0.679999 0.749998 -0.24 +1.319999 0.750002 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.000007 1 0 +-0.000007 1 0 +-0.000007 1 0 +-0.000007 1 0 + +TEX:SIDE +POSITION: +0.679999 0.749998 -0.24 +0.600001 0.499997 -0.3 +1.400001 0.500003 -0.3 +1.319999 0.750002 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.000001 0.095561 -0.995424 +-0.000001 0.095561 -0.995424 +-0.000001 0.095561 -0.995424 +-0.000001 0.095561 -0.995424 diff --git a/bricks/blb/pixels/HPixel.blb b/bricks/blb/pixels/HPixel.blb new file mode 100644 index 0000000..a2761e9 --- /dev/null +++ b/bricks/blb/pixels/HPixel.blb @@ -0,0 +1,532 @@ +2 2 1 +SPECIAL + +bb + +bb + +1 + +0 0 0 +2 2 1 +COVERAGE: +1 : 4 +1 : 4 +1 : 2 +1 : 2 +1 : 2 +1 : 2 +----------------top quads: +1 + +TEX:PRINT +POSITION: +1 1 0.5 +1 -1 0.5 +-1 -1 0.5 +-1 1 0.5 +UV COORDS: +0 1 +0 0 +1 0 +1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +20 + +TEX:BOTTOMLOOP +POSITION: +0.5 -0.5 -0.5 +0.5 0.5 -0.5 +-0.5 0.5 -0.5 +-0.5 -0.5 -0.5 +UV COORDS: +0 0 +0 1 +1 1 +1 0 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-1 -1 -0.5 +1 -1 -0.5 +0.5 -0.5 -0.5 +-0.5 -0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 1 -0.5 +-1 1 -0.5 +-0.5 0.5 -0.5 +0.5 0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 -1 -0.5 +1 1 -0.5 +0.5 0.5 -0.5 +0.5 -0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-1 1 -0.5 +-1 -1 -0.5 +-0.5 -0.5 -0.5 +-0.5 0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.1 0.1 -0.75 +-0.9 0.1 -0.75 +-0.9 0.1 -0.5 +-0.1 0.1 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 0.1 -0.75 +-0.1 0.9 -0.75 +-0.9 0.9 -0.75 +-0.9 0.1 -0.75 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 0.9 -0.75 +-0.1 0.9 -0.75 +-0.1 0.9 -0.5 +-0.9 0.9 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.1 0.9 -0.75 +-0.1 0.1 -0.75 +-0.1 0.1 -0.5 +-0.1 0.9 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 0.1 -0.75 +-0.9 0.9 -0.75 +-0.9 0.9 -0.5 +-0.9 0.1 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 -0 +-1 0 -0 +-1 0 -0 +-1 0 -0 + +TEX:SIDE +POSITION: +-0.1 -0.9 -0.75 +-0.9 -0.9 -0.75 +-0.9 -0.9 -0.5 +-0.1 -0.9 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -0.9 -0.75 +-0.1 -0.1 -0.75 +-0.9 -0.1 -0.75 +-0.9 -0.9 -0.75 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -0.1 -0.75 +-0.1 -0.1 -0.75 +-0.1 -0.1 -0.5 +-0.9 -0.1 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.1 -0.1 -0.75 +-0.1 -0.9 -0.75 +-0.1 -0.9 -0.5 +-0.1 -0.1 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.9 -0.75 +-0.9 -0.1 -0.75 +-0.9 -0.1 -0.5 +-0.9 -0.9 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 -0 +-1 0 -0 +-1 0 -0 +-1 0 -0 + +TEX:SIDE +POSITION: +0.9 -0.9 -0.75 +0.1 -0.9 -0.75 +0.1 -0.9 -0.5 +0.9 -0.9 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.9 -0.9 -0.75 +0.9 -0.1 -0.75 +0.1 -0.1 -0.75 +0.1 -0.9 -0.75 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +0.1 -0.1 -0.75 +0.9 -0.1 -0.75 +0.9 -0.1 -0.5 +0.1 -0.1 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.9 -0.1 -0.75 +0.9 -0.9 -0.75 +0.9 -0.9 -0.5 +0.9 -0.1 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +0.1 -0.9 -0.75 +0.1 -0.1 -0.75 +0.1 -0.1 -0.5 +0.1 -0.9 -0.5 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 -0 +-1 0 -0 +-1 0 -0 +-1 0 -0 +----------------north quads: +1 + +TEX:SIDE +POSITION: +-1 1 0.5 +-1 1 -0.5 +1 1 -0.5 +1 1 0.5 +UV COORDS: +1 -0.0859375 +1 1.08594 +0 1.08594 +0 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 +----------------east quads: +1 + +TEX:SIDE +POSITION: +1 -1 0.5 +1 1 0.5 +1 1 -0.5 +1 -1 -0.5 +UV COORDS: +0 -0.0859375 +1 -0.0859375 +1 1.08594 +0 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +1 + +TEX:SIDE +POSITION: +1 -1 0.5 +1 -1 -0.5 +-1 -1 -0.5 +-1 -1 0.5 +UV COORDS: +1 -0.0859375 +1 1.08594 +0 1.08594 +0 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 +----------------west quads: +1 + +TEX:SIDE +POSITION: +-1 -1 -0.5 +-1 1 -0.5 +-1 1 0.5 +-1 -1 0.5 +UV COORDS: +1 1.08594 +0 1.08594 +0 -0.0859375 +1 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/pixels/pixel.blb b/bricks/blb/pixels/pixel.blb new file mode 100644 index 0000000..fe56cba --- /dev/null +++ b/bricks/blb/pixels/pixel.blb @@ -0,0 +1,517 @@ +2 1 5 +SPECIAL + +uu +XX +XX +XX +dd + +1 + +0 0 0 +2 1 5 +COVERAGE: +1 : 2 +1 : 2 +1 : 10 +1 : 5 +1 : 10 +1 : 5 +----------------top quads: +1 + +TEX:TOP +POSITION: +1 0.5 2.5 +1 -0.5 2.5 +-1 -0.5 2.5 +-1 0.5 2.5 +UV COORDS: +0 1 +0 0 +2 0 +2 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-1 -0.5 -2.5 +1 -0.5 -2.5 +0.5 0 -2.5 +-0.5 0 -2.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 0.5 -2.5 +-1 0.5 -2.5 +-0.5 0 -2.5 +0.5 0 -2.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +1 -0.5 -2.5 +1 0.5 -2.5 +0.5 0 -2.5 +0.5 0 -2.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-1 0.5 -2.5 +-1 -0.5 -2.5 +-0.5 0 -2.5 +-0.5 0 -2.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +1 + +TEX:PRINT +POSITION: +-1 0.5 2.5 +-1 0.5 -2.5 +1 0.5 -2.5 +1 0.5 2.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 +----------------east quads: +1 + +TEX:SIDE +POSITION: +1 -0.5 2.5 +1 0.5 2.5 +1 0.5 -2.5 +1 -0.5 -2.5 +UV COORDS: +-0.0214844 0 +1.02148 0 +1.02148 1 +-0.0214844 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +16 + +TEX:SIDE +POSITION: +1 -0.5 2.5 +1 -0.5 -2.5 +-1 -0.5 -2.5 +-1 -0.5 2.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 -2.3 +-0.1 -0.64 -2.3 +-0.1 -0.5 -2.3 +-0.9 -0.5 -2.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -0.64 -2.3 +-0.9 -0.64 -1.7 +-0.1 -0.64 -1.7 +-0.1 -0.64 -2.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -0.64 -1.7 +-0.9 -0.64 -1.7 +-0.9 -0.5 -1.7 +-0.1 -0.5 -1.7 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -0.64 -2.3 +-0.1 -0.64 -1.7 +-0.1 -0.5 -1.7 +-0.1 -0.5 -2.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 -1.7 +-0.9 -0.64 -2.3 +-0.9 -0.5 -2.3 +-0.9 -0.5 -1.7 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.1 -0.64 -0.3 +-0.1 -0.5 -0.3 +-0.9 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -0.64 -0.3 +-0.9 -0.64 0.3 +-0.1 -0.64 0.3 +-0.1 -0.64 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -0.64 0.3 +-0.9 -0.64 0.3 +-0.9 -0.5 0.3 +-0.1 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -0.64 -0.3 +-0.1 -0.64 0.3 +-0.1 -0.5 0.3 +-0.1 -0.5 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 0.3 +-0.9 -0.64 -0.3 +-0.9 -0.5 -0.3 +-0.9 -0.5 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 1.7 +-0.1 -0.64 1.7 +-0.1 -0.5 1.7 +-0.9 -0.5 1.7 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:SIDE +POSITION: +-0.9 -0.64 1.7 +-0.9 -0.64 2.3 +-0.1 -0.64 2.3 +-0.1 -0.64 1.7 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.1 -0.64 2.3 +-0.9 -0.64 2.3 +-0.9 -0.5 2.3 +-0.1 -0.5 2.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 + +TEX:SIDE +POSITION: +-0.1 -0.64 1.7 +-0.1 -0.64 2.3 +-0.1 -0.5 2.3 +-0.1 -0.5 1.7 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 + +TEX:SIDE +POSITION: +-0.9 -0.64 2.3 +-0.9 -0.64 1.7 +-0.9 -0.5 1.7 +-0.9 -0.5 2.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------west quads: +1 + +TEX:SIDE +POSITION: +-1 -0.5 -2.5 +-1 0.5 -2.5 +-1 0.5 2.5 +-1 -0.5 2.5 +UV COORDS: +1.02148 1 +-0.0214844 1 +-0.0214844 0 +1.02148 0 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/switch.blb b/bricks/blb/switch.blb new file mode 100644 index 0000000..6345c02 --- /dev/null +++ b/bricks/blb/switch.blb @@ -0,0 +1,405 @@ +1 2 1 +SPECIAL + +b + +b + +1 + +0 0 0 +1 2 1 +COVERAGE: +1 : 2 +1 : 2 +1 : 1 +1 : 2 +1 : 1 +1 : 2 +----------------top quads: +1 + +TEX:PRINT +POSITION: +0.5 1 0.5 +0.5 -1 0.5 +-0.5 -1 0.5 +-0.5 1 0.5 +UV COORDS: +1 0 +1 1 +0 1 +0 0 +NORMALS: +0 0 1 +0 0 1 +0 0 1 +0 0 1 +----------------bottom quads: +4 + +TEX:BOTTOMEDGE +POSITION: +-0.5 -1 -0.5 +0.5 -1 -0.5 +0 -0.5 -0.5 +0 -0.5 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 1 -0.5 +-0.5 1 -0.5 +0 0.5 -0.5 +0 0.5 -0.5 +UV COORDS: +-0.5 0 +0.5 0 +0 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +0.5 -1 -0.5 +0.5 1 -0.5 +0 0.5 -0.5 +0 -0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 + +TEX:BOTTOMEDGE +POSITION: +-0.5 1 -0.5 +-0.5 -1 -0.5 +0 -0.5 -0.5 +0 0.5 -0.5 +UV COORDS: +-0.5 0 +1.5 0 +1 0.5 +0 0.5 +NORMALS: +0 0 -1 +0 0 -1 +0 0 -1 +0 0 -1 +----------------north quads: +6 + +TEX:SIDE +POSITION: +-0.5 1 0.5 +-0.5 1 -0.5 +0.5 1 -0.5 +0.5 1 0.5 +UV COORDS: +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +0.32 1.25 -0.24 +-0.32 1.25 -0.24 +-0.4 1 -0.3 +0.4 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 +-0 0.095561 -0.995424 + +TEX:SIDE +POSITION: +0.32 1.25 -0.24 +0.32 1.25 0.24 +-0.32 1.25 0.24 +-0.32 1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 1 0 +0 1 0 +0 1 0 +0 1 0 + +TEX:SIDE +POSITION: +-0.32 1.25 0.24 +0.32 1.25 0.24 +0.4 1 0.3 +-0.4 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 +-0 0.095561 0.995424 + +TEX:SIDE +POSITION: +-0.32 1.25 -0.24 +-0.32 1.25 0.24 +-0.4 1 0.3 +-0.4 1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 +-0.952424 0.304776 0 + +TEX:SIDE +POSITION: +0.32 1.25 0.24 +0.32 1.25 -0.24 +0.4 1 -0.3 +0.4 1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +0.952424 0.304776 0 +----------------east quads: +1 + +TEX:SIDE +POSITION: +0.5 -1 0.5 +0.5 1 0.5 +0.5 1 -0.5 +0.5 -1 -0.5 +UV COORDS: +0 -0.0859375 +1 -0.0859375 +1 1.08594 +0 1.08594 +NORMALS: +1 0 0 +1 0 0 +1 0 0 +1 0 0 +----------------south quads: +6 + +TEX:SIDE +POSITION: +0.5 -1 0.5 +0.5 -1 -0.5 +-0.5 -1 -0.5 +-0.5 -1 0.5 +UV COORDS: +1.02148 -0.0859375 +1.02148 1.08594 +-0.0214844 1.08594 +-0.0214844 -0.0859375 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +-0.32 -1.25 -0.24 +0.32 -1.25 -0.24 +0.4 -1 -0.3 +-0.4 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -0.095561 -0.995424 +0 -0.095561 -0.995424 +0 -0.095561 -0.995424 +0 -0.095561 -0.995424 + +TEX:SIDE +POSITION: +-0.32 -1.25 -0.24 +-0.32 -1.25 0.24 +0.32 -1.25 0.24 +0.32 -1.25 -0.24 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -1 0 +0 -1 0 +0 -1 0 +0 -1 0 + +TEX:SIDE +POSITION: +0.32 -1.25 0.24 +-0.32 -1.25 0.24 +-0.4 -1 0.3 +0.4 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0 -0.095561 0.995424 +0 -0.095561 0.995424 +0 -0.095561 0.995424 +0 -0.095561 0.995424 + +TEX:SIDE +POSITION: +0.32 -1.25 -0.24 +0.32 -1.25 0.24 +0.4 -1 0.3 +0.4 -1 -0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +0.952424 -0.304776 0 +0.952424 -0.304776 0 +0.952424 -0.304776 0 +0.952424 -0.304776 0 + +TEX:SIDE +POSITION: +-0.32 -1.25 0.24 +-0.32 -1.25 -0.24 +-0.4 -1 -0.3 +-0.4 -1 0.3 +UV COORDS: +0.5 0.5 +0.5 0.5 +0.5 0.5 +0.5 0.5 +COLORS: +1 1 1 1 +1 1 1 1 +1 1 1 1 +1 1 1 1 +NORMALS: +-0.952424 -0.304775 0 +-0.952424 -0.304775 0 +-0.952424 -0.304775 0 +-0.952424 -0.304775 0 +----------------west quads: +1 + +TEX:SIDE +POSITION: +-0.5 -1 -0.5 +-0.5 1 -0.5 +-0.5 1 0.5 +-0.5 -1 0.5 +UV COORDS: +1 1.08594 +0 1.08594 +0 -0.0859375 +1 -0.0859375 +NORMALS: +-1 0 0 +-1 0 0 +-1 0 0 +-1 0 0 +----------------omni quads: +0 diff --git a/bricks/blb/wires/1x11f.blb b/bricks/blb/wires/1x11f.blb new file mode 100644 index 0000000..8c8e078 --- /dev/null +++ b/bricks/blb/wires/1x11f.blb @@ -0,0 +1,2 @@ +1 11 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x13f.blb b/bricks/blb/wires/1x13f.blb new file mode 100644 index 0000000..a658a69 --- /dev/null +++ b/bricks/blb/wires/1x13f.blb @@ -0,0 +1,2 @@ +1 13 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x14f.blb b/bricks/blb/wires/1x14f.blb new file mode 100644 index 0000000..58f5f1f --- /dev/null +++ b/bricks/blb/wires/1x14f.blb @@ -0,0 +1,2 @@ +1 14 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x15f.blb b/bricks/blb/wires/1x15f.blb new file mode 100644 index 0000000..7983c1c --- /dev/null +++ b/bricks/blb/wires/1x15f.blb @@ -0,0 +1,2 @@ +1 15 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x10.blb b/bricks/blb/wires/1x1x10.blb new file mode 100644 index 0000000..07189f5 --- /dev/null +++ b/bricks/blb/wires/1x1x10.blb @@ -0,0 +1,2 @@ +1 1 10 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x11.blb b/bricks/blb/wires/1x1x11.blb new file mode 100644 index 0000000..b99c870 --- /dev/null +++ b/bricks/blb/wires/1x1x11.blb @@ -0,0 +1,2 @@ +1 1 11 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x12.blb b/bricks/blb/wires/1x1x12.blb new file mode 100644 index 0000000..93128d6 --- /dev/null +++ b/bricks/blb/wires/1x1x12.blb @@ -0,0 +1,2 @@ +1 1 12 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x128.blb b/bricks/blb/wires/1x1x128.blb new file mode 100644 index 0000000..1e10dbe --- /dev/null +++ b/bricks/blb/wires/1x1x128.blb @@ -0,0 +1,2 @@ +1 1 128 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x13.blb b/bricks/blb/wires/1x1x13.blb new file mode 100644 index 0000000..8bd614a --- /dev/null +++ b/bricks/blb/wires/1x1x13.blb @@ -0,0 +1,2 @@ +1 1 13 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x14.blb b/bricks/blb/wires/1x1x14.blb new file mode 100644 index 0000000..29cc05f --- /dev/null +++ b/bricks/blb/wires/1x1x14.blb @@ -0,0 +1,2 @@ +1 1 14 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x16.blb b/bricks/blb/wires/1x1x16.blb new file mode 100644 index 0000000..5439242 --- /dev/null +++ b/bricks/blb/wires/1x1x16.blb @@ -0,0 +1,2 @@ +1 1 16 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x17.blb b/bricks/blb/wires/1x1x17.blb new file mode 100644 index 0000000..2de32a1 --- /dev/null +++ b/bricks/blb/wires/1x1x17.blb @@ -0,0 +1,2 @@ +1 1 17 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x2.blb b/bricks/blb/wires/1x1x2.blb new file mode 100644 index 0000000..7cce91b --- /dev/null +++ b/bricks/blb/wires/1x1x2.blb @@ -0,0 +1,2 @@ +1 1 2 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x4.blb b/bricks/blb/wires/1x1x4.blb new file mode 100644 index 0000000..cbee1c8 --- /dev/null +++ b/bricks/blb/wires/1x1x4.blb @@ -0,0 +1,2 @@ +1 1 4 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x5.blb b/bricks/blb/wires/1x1x5.blb new file mode 100644 index 0000000..c489d32 --- /dev/null +++ b/bricks/blb/wires/1x1x5.blb @@ -0,0 +1,2 @@ +1 1 5 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x6.blb b/bricks/blb/wires/1x1x6.blb new file mode 100644 index 0000000..4bfc90a --- /dev/null +++ b/bricks/blb/wires/1x1x6.blb @@ -0,0 +1,2 @@ +1 1 6 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x7.blb b/bricks/blb/wires/1x1x7.blb new file mode 100644 index 0000000..20f4391 --- /dev/null +++ b/bricks/blb/wires/1x1x7.blb @@ -0,0 +1,2 @@ +1 1 7 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x8.blb b/bricks/blb/wires/1x1x8.blb new file mode 100644 index 0000000..63d3663 --- /dev/null +++ b/bricks/blb/wires/1x1x8.blb @@ -0,0 +1,2 @@ +1 1 8 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x1x9.blb b/bricks/blb/wires/1x1x9.blb new file mode 100644 index 0000000..52c8078 --- /dev/null +++ b/bricks/blb/wires/1x1x9.blb @@ -0,0 +1,2 @@ +1 1 9 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x2x5.blb b/bricks/blb/wires/1x2x5.blb new file mode 100644 index 0000000..46bc3ae --- /dev/null +++ b/bricks/blb/wires/1x2x5.blb @@ -0,0 +1,2 @@ +1 2 5 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x32f.blb b/bricks/blb/wires/1x32f.blb new file mode 100644 index 0000000..b64bf60 --- /dev/null +++ b/bricks/blb/wires/1x32f.blb @@ -0,0 +1,2 @@ +1 32 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x5f.blb b/bricks/blb/wires/1x5f.blb new file mode 100644 index 0000000..b5bb005 --- /dev/null +++ b/bricks/blb/wires/1x5f.blb @@ -0,0 +1,2 @@ +1 5 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x64f.blb b/bricks/blb/wires/1x64f.blb new file mode 100644 index 0000000..625abbb --- /dev/null +++ b/bricks/blb/wires/1x64f.blb @@ -0,0 +1,2 @@ +1 64 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x7f.blb b/bricks/blb/wires/1x7f.blb new file mode 100644 index 0000000..3254261 --- /dev/null +++ b/bricks/blb/wires/1x7f.blb @@ -0,0 +1,2 @@ +1 7 1 +BRICK \ No newline at end of file diff --git a/bricks/blb/wires/1x9f.blb b/bricks/blb/wires/1x9f.blb new file mode 100644 index 0000000..ab20917 --- /dev/null +++ b/bricks/blb/wires/1x9f.blb @@ -0,0 +1,2 @@ +1 9 1 +BRICK \ No newline at end of file diff --git a/bricks/bus/8BitDFlipFlop.cs b/bricks/bus/8BitDFlipFlop.cs new file mode 100644 index 0000000..1bea530 --- /dev/null +++ b/bricks/bus/8BitDFlipFlop.cs @@ -0,0 +1,120 @@ +datablock fxDTSBrickData(LogicGate_8BitDFlipFlop_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/1x8f_8i_8o_p.blb"; + category = "Logic Bricks"; + subCategory = "Bus"; + uiName = "8 Bit D FlipFlop"; + iconName = $LuaLogic::Path @ "icons/8 Bit D FlipFlop"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "8 Bit D FlipFlop"; + logicUIDesc = "8 bit d flipflop with clock propagate"; + + logicUpdate = +"return function(gate) if gate.ports[9]:isrising() then " @ +" for i = 1, 8 do " @ +" gate.ports[i+10]:setstate(gate.ports[i].state) " @ +" end " @ +"end " @ +"gate.ports[10]:setstate(gate.ports[9].state) end"; + + numLogicPorts = 18; + + logicPortType[0] = 1; + logicPortPos[0] = "-7 0 0"; + logicPortDir[0] = 3; + logicPortUIName[0] = "D7"; + + logicPortType[1] = 1; + logicPortPos[1] = "-5 0 0"; + logicPortDir[1] = 3; + logicPortUIName[1] = "D6"; + + logicPortType[2] = 1; + logicPortPos[2] = "-3 0 0"; + logicPortDir[2] = 3; + logicPortUIName[2] = "D5"; + + logicPortType[3] = 1; + logicPortPos[3] = "-1 0 0"; + logicPortDir[3] = 3; + logicPortUIName[3] = "D4"; + + logicPortType[4] = 1; + logicPortPos[4] = "1 0 0"; + logicPortDir[4] = 3; + logicPortUIName[4] = "D3"; + + logicPortType[5] = 1; + logicPortPos[5] = "3 0 0"; + logicPortDir[5] = 3; + logicPortUIName[5] = "D2"; + + logicPortType[6] = 1; + logicPortPos[6] = "5 0 0"; + logicPortDir[6] = 3; + logicPortUIName[6] = "D1"; + + logicPortType[7] = 1; + logicPortPos[7] = "7 0 0"; + logicPortDir[7] = 3; + logicPortUIName[7] = "D0"; + + logicPortType[8] = 1; + logicPortPos[8] = "7 0 0"; + logicPortDir[8] = 2; + logicPortCauseUpdate[8] = true; + logicPortUIName[8] = "ClockIn"; + + logicPortType[9] = 0; + logicPortPos[9] = "-7 0 0"; + logicPortDir[9] = 0; + logicPortUIName[9] = "ClockOut"; + + logicPortType[10] = 0; + logicPortPos[10] = "-7 0 0"; + logicPortDir[10] = 1; + logicPortUIName[10] = "Q7"; + + logicPortType[11] = 0; + logicPortPos[11] = "-5 0 0"; + logicPortDir[11] = 1; + logicPortUIName[11] = "Q6"; + + logicPortType[12] = 0; + logicPortPos[12] = "-3 0 0"; + logicPortDir[12] = 1; + logicPortUIName[12] = "Q5"; + + logicPortType[13] = 0; + logicPortPos[13] = "-1 0 0"; + logicPortDir[13] = 1; + logicPortUIName[13] = "Q4"; + + logicPortType[14] = 0; + logicPortPos[14] = "1 0 0"; + logicPortDir[14] = 1; + logicPortUIName[14] = "Q3"; + + logicPortType[15] = 0; + logicPortPos[15] = "3 0 0"; + logicPortDir[15] = 1; + logicPortUIName[15] = "Q2"; + + logicPortType[16] = 0; + logicPortPos[16] = "5 0 0"; + logicPortDir[16] = 1; + logicPortUIName[16] = "Q1"; + + logicPortType[17] = 0; + logicPortPos[17] = "7 0 0"; + logicPortDir[17] = 1; + logicPortUIName[17] = "Q0"; +}; +lualogic_registergatedefinition("LogicGate_8BitDFlipFlop_Data"); diff --git a/bricks/bus/8BitEnabler.cs b/bricks/bus/8BitEnabler.cs new file mode 100644 index 0000000..093d05f --- /dev/null +++ b/bricks/bus/8BitEnabler.cs @@ -0,0 +1,132 @@ +datablock fxDTSBrickData(LogicGate_8BitEnabler_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/1x8f_8i_8o_p.blb"; + category = "Logic Bricks"; + subCategory = "Bus"; + uiName = "8 Bit Enabler"; + iconName = $LuaLogic::Path @ "icons/8 Bit Enabler"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "8 Bit Enabler"; + logicUIDesc = "8 bit enabler with enable propagate"; + + logicUpdate = "return function(gate) if gate.ports[9].state then " @ +" for i = 1, 8 do " @ +" gate.ports[i+10]:setstate(gate.ports[i].state) " @ +" end " @ +" gate.ports[10]:setstate(true) " @ +"elseif gate.ports[9]:isfalling() then" @ +" for i = 1, 8 do " @ +" gate.ports[i+10]:setstate(false) " @ +" end " @ +" gate.ports[10]:setstate(false) " @ +"end end"; + + numLogicPorts = 18; + + logicPortType[0] = 1; + logicPortPos[0] = "-7 0 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "D7"; + + logicPortType[1] = 1; + logicPortPos[1] = "-5 0 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "D6"; + + logicPortType[2] = 1; + logicPortPos[2] = "-3 0 0"; + logicPortDir[2] = 3; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "D5"; + + logicPortType[3] = 1; + logicPortPos[3] = "-1 0 0"; + logicPortDir[3] = 3; + logicPortCauseUpdate[3] = true; + logicPortUIName[3] = "D4"; + + logicPortType[4] = 1; + logicPortPos[4] = "1 0 0"; + logicPortDir[4] = 3; + logicPortCauseUpdate[4] = true; + logicPortUIName[4] = "D3"; + + logicPortType[5] = 1; + logicPortPos[5] = "3 0 0"; + logicPortDir[5] = 3; + logicPortCauseUpdate[5] = true; + logicPortUIName[5] = "D2"; + + logicPortType[6] = 1; + logicPortPos[6] = "5 0 0"; + logicPortDir[6] = 3; + logicPortCauseUpdate[6] = true; + logicPortUIName[6] = "D1"; + + logicPortType[7] = 1; + logicPortPos[7] = "7 0 0"; + logicPortDir[7] = 3; + logicPortCauseUpdate[7] = true; + logicPortUIName[7] = "D0"; + + logicPortType[8] = 1; + logicPortPos[8] = "7 0 0"; + logicPortDir[8] = 2; + logicPortCauseUpdate[8] = true; + logicPortUIName[8] = "EnableIn"; + + logicPortType[9] = 0; + logicPortPos[9] = "-7 0 0"; + logicPortDir[9] = 0; + logicPortUIName[9] = "EnableOut"; + + logicPortType[10] = 0; + logicPortPos[10] = "-7 0 0"; + logicPortDir[10] = 1; + logicPortUIName[10] = "Q7"; + + logicPortType[11] = 0; + logicPortPos[11] = "-5 0 0"; + logicPortDir[11] = 1; + logicPortUIName[11] = "Q6"; + + logicPortType[12] = 0; + logicPortPos[12] = "-3 0 0"; + logicPortDir[12] = 1; + logicPortUIName[12] = "Q5"; + + logicPortType[13] = 0; + logicPortPos[13] = "-1 0 0"; + logicPortDir[13] = 1; + logicPortUIName[13] = "Q4"; + + logicPortType[14] = 0; + logicPortPos[14] = "1 0 0"; + logicPortDir[14] = 1; + logicPortUIName[14] = "Q3"; + + logicPortType[15] = 0; + logicPortPos[15] = "3 0 0"; + logicPortDir[15] = 1; + logicPortUIName[15] = "Q2"; + + logicPortType[16] = 0; + logicPortPos[16] = "5 0 0"; + logicPortDir[16] = 1; + logicPortUIName[16] = "Q1"; + + logicPortType[17] = 0; + logicPortPos[17] = "7 0 0"; + logicPortDir[17] = 1; + logicPortUIName[17] = "Q0"; +}; +lualogic_registergatedefinition("LogicGate_8BitEnabler_Data"); diff --git a/bricks/gates/AND.cs b/bricks/gates/AND.cs new file mode 100644 index 0000000..f841e9f --- /dev/null +++ b/bricks/gates/AND.cs @@ -0,0 +1,9 @@ +datablock fxDTSBrickData(LogicGate_AND_Data : LogicGate_OR_Data) +{ + uiName = "1x2f AND"; + iconName = $LuaLogic::Path @ "icons/1x2f AND"; + logicUIName = "AND"; + logicUIDesc = "C is true if A and B are true"; + logicUpdate = "return function(gate) gate.ports[3]:setstate(gate.ports[1].state and gate.ports[2].state) end"; +}; +lualogic_registergatedefinition("LogicGate_AND_Data"); diff --git a/bricks/gates/NAND.cs b/bricks/gates/NAND.cs new file mode 100644 index 0000000..8e3aaa7 --- /dev/null +++ b/bricks/gates/NAND.cs @@ -0,0 +1,9 @@ +datablock fxDTSBrickData(LogicGate_NAND_Data : LogicGate_OR_Data) +{ + uiName = "1x2f NAND"; + iconName = $LuaLogic::Path @ "icons/1x2f NAND"; + logicUIName = "NAND"; + logicUIDesc = "C is false if A and B are true"; + logicUpdate = "return function(gate) gate.ports[3]:setstate(not (gate.ports[1].state and gate.ports[2].state)) end"; +}; +lualogic_registergatedefinition("LogicGate_NAND_Data"); diff --git a/bricks/gates/NOR.cs b/bricks/gates/NOR.cs new file mode 100644 index 0000000..b148b5a --- /dev/null +++ b/bricks/gates/NOR.cs @@ -0,0 +1,9 @@ +datablock fxDTSBrickData(LogicGate_NOR_Data : LogicGate_OR_Data) +{ + uiName = "1x2f NOR"; + iconName = $LuaLogic::Path @ "icons/1x2f NOR"; + logicUIName = "NOR"; + logicUIDesc = "C is false if A or B are true"; + logicUpdate = "return function(gate) gate.ports[3]:setstate(not (gate.ports[1].state or gate.ports[2].state)) end"; +}; +lualogic_registergatedefinition("LogicGate_NOR_Data"); diff --git a/bricks/gates/NOT.cs b/bricks/gates/NOT.cs new file mode 100644 index 0000000..867430c --- /dev/null +++ b/bricks/gates/NOT.cs @@ -0,0 +1,24 @@ +datablock fxDTSBrickData(LogicGate_NOT_Data : LogicGate_Diode_Data) +{ + uiName = "1x1f NOT"; + iconName = $LuaLogic::Path @ "icons/1x1f NOT"; + + logicUIName = "NOT"; + logicUIDesc = "B is the opposite of A"; + + logicUpdate = "return function(gate) gate.ports[2]:setstate(not gate.ports[1].state) end"; + + numLogicPorts = 2; +}; +lualogic_registergatedefinition("LogicGate_NOT_Data"); + +function LogicGate_NOT_Data::onPlant(%this, %obj) +{ + if(lualogic_iscolor("RED")) + %obj.setColor(lualogic_getcolor("RED")); + + if(lualogic_isprint("ARROW")) + %obj.setPrint(lualogic_getprint("ARROW")); + + parent::onPlant(%this, %obj); +} diff --git a/bricks/gates/OR.cs b/bricks/gates/OR.cs new file mode 100644 index 0000000..4c60972 --- /dev/null +++ b/bricks/gates/OR.cs @@ -0,0 +1,37 @@ +datablock fxDTSBrickData(LogicGate_OR_Data) +{ + category = "Logic Bricks"; + subCategory = "Gates"; + uiName = "1x2f OR"; + iconName = $LuaLogic::Path @ "icons/1x2f OR"; + brickFile = $LuaLogic::Path @ "bricks/blb/1x2f_2i_1o.blb"; + hasPrint = 1; + printAspectRatio = "Logic"; + + isLogic = 1; + isLogicGate = 1; + logicUIName = "OR"; + logicUIDesc = "C is true if A or B are true"; + + logicUpdate = "return function(gate) gate.ports[3]:setstate(gate.ports[1].state or gate.ports[2].state) end"; + + numLogicPorts = 3; + + logicPortType[0] = 1; + logicPortPos[0] = "0 1 0"; + logicPortDir[0] = "0"; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A"; + + logicPortType[1] = 1; + logicPortPos[1] = "0 -1 0"; + logicPortDir[1] = "0"; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "B"; + + logicPortType[2] = 0; + logicPortPos[2] = "0 -1 0"; + logicPortDir[2] = "2"; + logicPortUIName[2] = "C"; +}; +lualogic_registergatedefinition("LogicGate_OR_Data"); diff --git a/bricks/gates/XNOR.cs b/bricks/gates/XNOR.cs new file mode 100644 index 0000000..3e3a291 --- /dev/null +++ b/bricks/gates/XNOR.cs @@ -0,0 +1,9 @@ +datablock fxDTSBrickData(LogicGate_XNOR_Data : LogicGate_OR_Data) +{ + uiName = "1x2f XNOR"; + iconName = $LuaLogic::Path @ "icons/1x2f XNOR"; + logicUIName = "XNOR"; + logicUIDesc = "C is true if A and B are both true or both false"; + logicUpdate = "return function(gate) gate.ports[3]:setstate((gate.ports[1].state and gate.ports[2].state) or (not gate.ports[1].state and not gate.ports[2].state)) end"; +}; +lualogic_registergatedefinition("LogicGate_XNOR_Data"); diff --git a/bricks/gates/XOR.cs b/bricks/gates/XOR.cs new file mode 100644 index 0000000..ccff4cd --- /dev/null +++ b/bricks/gates/XOR.cs @@ -0,0 +1,9 @@ +datablock fxDTSBrickData(LogicGate_XOR_Data : LogicGate_OR_Data) +{ + uiName = "1x2f XOR"; + iconName = $LuaLogic::Path @ "icons/1x2f XOR"; + logicUIName = "XOR"; + logicUIDesc = "C is true if A or B are true but false if A and B are true"; + logicUpdate = "return function(gate) gate.ports[3]:setstate((gate.ports[1].state or gate.ports[2].state) and not (gate.ports[1].state and gate.ports[2].state)) end"; +}; +lualogic_registergatedefinition("LogicGate_XOR_Data"); diff --git a/bricks/gates/diode.cs b/bricks/gates/diode.cs new file mode 100644 index 0000000..3a1dd18 --- /dev/null +++ b/bricks/gates/diode.cs @@ -0,0 +1,44 @@ +datablock fxDTSBrickData(LogicGate_Diode_Data) +{ + category = "Logic Bricks"; + subCategory = "Gates"; + uiName = "1x1f Diode"; + iconName = $LuaLogic::Path @ "icons/1x1f Diode"; + brickFile = $LuaLogic::Path @ "bricks/blb/1x1f_1i_1o.blb"; + hasPrint = 1; + printAspectRatio = "Logic"; + + isLogic = 1; + isLogicGate = 1; + logicUIName = "Diode"; + logicUIDesc = "B is A"; + + logicUpdate = "return function(gate) gate.ports[2]:setstate(gate.ports[1].state) end"; + + numLogicPorts = 2; + + logicPortType[0] = 1; + logicPortPos[0] = "0 0 0"; + logicPortDir[0] = "0"; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A"; + logicPortUIDesc[0] = ""; + + logicPortType[1] = 0; + logicPortPos[1] = "0 0 0"; + logicPortDir[1] = "2"; + logicPortUIName[1] = "B"; + logicPortUIDesc[1] = ""; +}; +lualogic_registergatedefinition("LogicGate_Diode_Data"); + +function LogicGate_Diode_Data::onPlant(%this, %obj) +{ + if(lualogic_iscolor("GREEN")) + %obj.setColor(lualogic_getcolor("GREEN")); + + if(lualogic_isprint("ARROW")) + %obj.setPrint(lualogic_getprint("ARROW")); + + parent::onPlant(%this, %obj); +} diff --git a/bricks/gates/verticalDiode.cs b/bricks/gates/verticalDiode.cs new file mode 100644 index 0000000..2de6802 --- /dev/null +++ b/bricks/gates/verticalDiode.cs @@ -0,0 +1,69 @@ +datablock fxDTSBrickData(LogicGate_DiodeUp_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/1x1fU_1i_1o.blb"; + category = "Logic Bricks"; + subCategory = "Gates"; + uiName = "Diode Up"; + iconName = $LuaLogic::Path @ "icons/Diode Up"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Diode Up"; + logicUIDesc = "B is A"; + + logicUpdate = "return function(gate) gate.ports[2]:setstate(gate.ports[1].state) end"; + + numLogicPorts = 2; + + logicPortType[0] = 1; + logicPortPos[0] = "0 0 0"; + logicPortDir[0] = 5; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A"; + + logicPortType[1] = 0; + logicPortPos[1] = "0 0 0"; + logicPortDir[1] = 4; + logicPortUIName[1] = "B"; +}; +lualogic_registergatedefinition("LogicGate_DiodeUp_Data"); + +datablock fxDTSBrickData(LogicGate_DiodeDown_Data : LogicGate_DiodeUp_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/1x1fD_1i_1o.blb"; + uiName = "Diode Down"; + iconName = $LuaLogic::Path @ "icons/Diode Down"; + + logicUIName = "Diode Down"; + + logicPortDir[0] = 4; + logicPortDir[1] = 5; +}; +lualogic_registergatedefinition("LogicGate_DiodeDown_Data"); + +function LogicGate_DiodeUp_Data::onPlant(%this, %obj) +{ + if(lualogic_iscolor("GREEN")) + %obj.setColor(lualogic_getcolor("GREEN")); + + if(lualogic_isprint("UPARROW")) + %obj.setPrint(lualogic_getprint("UPARROW")); + + parent::onPlant(%this, %obj); +} + +function LogicGate_DiodeDown_Data::onPlant(%this, %obj) +{ + if(lualogic_iscolor("GREEN")) + %obj.setColor(lualogic_getcolor("GREEN")); + + if(lualogic_isprint("DOWNARROW")) + %obj.setPrint(lualogic_getprint("DOWNARROW")); + + parent::onPlant(%this, %obj); +} diff --git a/bricks/gates/verticalNOT.cs b/bricks/gates/verticalNOT.cs new file mode 100644 index 0000000..e9811a0 --- /dev/null +++ b/bricks/gates/verticalNOT.cs @@ -0,0 +1,45 @@ +datablock fxDTSBrickData(LogicGate_NotUp_Data : LogicGate_DiodeUp_Data) +{ + uiName = "Not Up"; + iconName = $LuaLogic::Path @ "icons/Not Up"; + + logicUIName = "Not Up"; + logicUIDesc = "B is the inverse of A"; + + logicUpdate = "return function(gate) gate.ports[2]:setstate(not gate.ports[1].state) end"; +}; +lualogic_registergatedefinition("LogicGate_NotUp_Data"); + +datablock fxDTSBrickData(LogicGate_NotDown_Data : LogicGate_DiodeDown_Data) +{ + uiName = "Not Down"; + iconName = $LuaLogic::Path @ "icons/Not Down"; + + logicUIName = "Not Down"; + logicUIDesc = "B is the inverse of A"; + + logicUpdate = "return function(gate) gate.ports[2]:setstate(not gate.ports[1].state) end"; +}; +lualogic_registergatedefinition("LogicGate_NotDown_Data"); + +function LogicGate_NotUp_Data::onPlant(%this, %obj) +{ + if(lualogic_iscolor("RED")) + %obj.setColor(lualogic_getcolor("RED")); + + if(lualogic_isprint("UPARROW")) + %obj.setPrint(lualogic_getprint("UPARROW")); + + parent::onPlant(%this, %obj); +} + +function LogicGate_NotDown_Data::onPlant(%this, %obj) +{ + if(lualogic_iscolor("RED")) + %obj.setColor(lualogic_getcolor("RED")); + + if(lualogic_isprint("DOWNARROW")) + %obj.setPrint(lualogic_getprint("DOWNARROW")); + + parent::onPlant(%this, %obj); +} diff --git a/bricks/inputs/keyboard-init.lua b/bricks/inputs/keyboard-init.lua new file mode 100644 index 0000000..58859a4 --- /dev/null +++ b/bricks/inputs/keyboard-init.lua @@ -0,0 +1,114 @@ + +keyboard_strToBool = keyboard_strToBool or { + ["0"] = false, + ["1"] = true, +} + +--Key codes may use only 7 bits, so values must be in range 00-7F + +keyboard_keyToCode = keyboard_keyToCode or { + ["backspace"] = 0x01, + ["tab"] = 0x02, + ["return"] = 0x03, + ["space"] = 0x04, + ["end"] = 0x05, + ["home"] = 0x06, + ["left"] = 0x07, + ["up"] = 0x08, + ["right"] = 0x09, + ["down"] = 0x0A, + ["insert"] = 0x0B, + ["delete"] = 0x0C, + + ["0"] = 0x10, + ["1"] = 0x11, + ["2"] = 0x12, + ["3"] = 0x13, + ["4"] = 0x14, + ["5"] = 0x15, + ["6"] = 0x16, + ["7"] = 0x17, + ["8"] = 0x18, + ["9"] = 0x19, + + ["a"] = 0x1A, + ["b"] = 0x1B, + ["c"] = 0x1C, + ["d"] = 0x1D, + ["e"] = 0x1E, + ["f"] = 0x1F, + ["g"] = 0x20, + ["h"] = 0x21, + ["i"] = 0x22, + ["j"] = 0x23, + ["k"] = 0x24, + ["l"] = 0x25, + ["m"] = 0x26, + ["n"] = 0x27, + ["o"] = 0x28, + ["p"] = 0x29, + ["q"] = 0x2A, + ["r"] = 0x2B, + ["s"] = 0x2C, + ["t"] = 0x2D, + ["u"] = 0x2E, + ["v"] = 0x2F, + ["w"] = 0x30, + ["x"] = 0x31, + ["y"] = 0x32, + ["z"] = 0x33, + + ["numpad0"] = 0x40, + ["numpad1"] = 0x41, + ["numpad2"] = 0x42, + ["numpad3"] = 0x43, + ["numpad4"] = 0x44, + ["numpad5"] = 0x45, + ["numpad6"] = 0x46, + ["numpad7"] = 0x47, + ["numpad8"] = 0x48, + ["numpad9"] = 0x49, + ["*"] = 0x4A, + ["+"] = 0x4B, + ["numpadenter"] = 0x4C, + ["minus"] = 0x4D, + ["numpaddecimal"] = 0x4E, + ["/"] = 0x4F, + + ["f1"] = 0x51, + ["f2"] = 0x52, + ["f3"] = 0x53, + ["f4"] = 0x54, + ["f5"] = 0x55, + ["f6"] = 0x56, + ["f7"] = 0x57, + ["f8"] = 0x58, + ["f9"] = 0x59, + ["f10"] = 0x5A, + ["f11"] = 0x5B, + ["f12"] = 0x5C, + + ["lshift"] = 0x60, + ["rshift"] = 0x61, + ["lcontrol"] = 0x62, + ["rcontrol"] = 0x63, + ["lalt"] = 0x64, + ["ralt"] = 0x65, + + [";"] = 0x70, + [","] = 0x71, + ["."] = 0x72, + ["/"] = 0x73, + ["`"] = 0x74, + ["["] = 0x75, + ["\\"] = 0x76, + ["]"] = 0x77, + [" ="] = 0x78, + ["apostrophe"] = 0x79, + + ["invalid"] = 0x7F, +} + +return function(gate) + gate.queueBits = {} +end diff --git a/bricks/inputs/keyboard-input.lua b/bricks/inputs/keyboard-input.lua new file mode 100644 index 0000000..76490bd --- /dev/null +++ b/bricks/inputs/keyboard-input.lua @@ -0,0 +1,24 @@ + +return function(gate, argv) + if argv[1]=="\\:" then argv[1] = ";" end + + local keycode = keyboard_keyToCode[argv[1]] or keyboard_keyToCode["invalid"] + local status = keyboard_strToBool[argv[2]] + + local code = keycode+(status and 128 or 0) + + local function queueBit(bit) + table.insert(gate.queueBits, 1, bit) + end + + queueBit(true) + for bitidx = 1, 8 do + local val = bit.band(code, 0x80)~=0 + queueBit(val) + + code = bit.lshift(code, 1) + end + queueBit(false) + + gate:queue(0) +end diff --git a/bricks/inputs/keyboard-update.lua b/bricks/inputs/keyboard-update.lua new file mode 100644 index 0000000..3af60f0 --- /dev/null +++ b/bricks/inputs/keyboard-update.lua @@ -0,0 +1,10 @@ + +return function(gate) + if #gate.queueBits~=0 then + local bit = table.remove(gate.queueBits, #gate.queueBits) + gate.ports[1]:setstate(bit) + gate:queue(1) + else + gate.ports[1]:setstate(false) + end +end diff --git a/bricks/inputs/keyboard.cs b/bricks/inputs/keyboard.cs new file mode 100644 index 0000000..6d4fe52 --- /dev/null +++ b/bricks/inputs/keyboard.cs @@ -0,0 +1,49 @@ + +datablock fxDTSBrickData(LogicGate_Keyboard_Data){ + brickFile = $LuaLogic::Path @ "bricks/blb/keyboardgate.blb"; + category = "Logic Bricks"; + subCategory = "Inputs"; + uiName = "Input Keyboard"; + iconName = $LuaLogic::Path @ "icons/Input Keyboard"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = true; + + logicUIName = "Input Keyboard"; + logicUIDesc = ""; + + logicInit = lualogic_readfile($LuaLogic::Path @ "bricks/inputs/keyboard-init.lua" ); + logicInput = lualogic_readfile($LuaLogic::Path @ "bricks/inputs/keyboard-input.lua" ); + logicUpdate = lualogic_readfile($LuaLogic::Path @ "bricks/inputs/keyboard-update.lua"); + + numLogicPorts = 1; + + logicPortType[0] = 0; + logicPortPos[0] = "2 0 0"; + logicPortDir[0] = 1; + logicPortUIName[0] = "R"; + +}; +lualogic_registergatedefinition("LogicGate_Keyboard_Data"); + +function LogicGate_Keyboard_Data::LuaLogic_PressKey(%data, %brick, %key, %state){ + %key = strReplace(%key, ";", "\\:"); + lualogic_sendInput(%brick, 2, %key, %state); +} + +function serverCmdLInputKey(%client, %key, %state){ + %brick = %client.Logic_InputKeyboard; + if(isObject(%brick) && %client.Logic_InputActive){ + %brick.getDatablock().LuaLogic_PressKey(%brick, %key, %state); + } +} + +function LogicGate_Keyboard_Data::Logic_OnInput(%data, %brick, %pos, %norm, %client){ + if(isObject(%client)){ + %client.Logic_InputKeyboard = %brick; + %client.Logic_InputActive = true; + commandToClient(%client, 'LStartInput'); + } +} diff --git a/bricks/inputs/switch-input.lua b/bricks/inputs/switch-input.lua new file mode 100644 index 0000000..422a170 --- /dev/null +++ b/bricks/inputs/switch-input.lua @@ -0,0 +1,11 @@ + +return function(gate, argv) + if #argv == 1 then + gate.ports[1]:setstate(toboolean(argv[1])) + gate.ports[2]:setstate(toboolean(argv[1])) + else + gate.ports[1]:setstate(not gate.ports[1].state) + gate.ports[2]:setstate(not gate.ports[2].state) + end + gate:cb("1\t" .. bool_to_int[gate.ports[1].state]) +end diff --git a/bricks/inputs/switch.cs b/bricks/inputs/switch.cs new file mode 100644 index 0000000..be46cdd --- /dev/null +++ b/bricks/inputs/switch.cs @@ -0,0 +1,44 @@ + +datablock fxDTSBrickData(LogicGate_Switch_Data) +{ + category = "Logic Bricks"; + subCategory = "Inputs"; + uiName = "Switch"; + iconName = $LuaLogic::Path @ "icons/Switch"; + brickFile = $LuaLogic::Path @ "bricks/blb/switch.blb"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = 1; + isLogicGate = 1; + isLogicInput = 1; + + logicInput = lualogic_readfile($LuaLogic::Path @ "bricks/inputs/switch-input.lua"); + + numLogicPorts = 2; + + logicPortType[0] = 0; + logicPortPos[0] = "0 1 0"; + logicPortDir[0] = "1"; + + logicPortType[1] = 0; + logicPortPos[1] = "0 -1 0"; + logicPortDir[1] = "3"; +}; +lualogic_registergatedefinition("LogicGate_Switch_Data"); + +function LogicGate_Switch_Data::Logic_onInput(%this, %obj, %pos, %norm) +{ + lualogic_sendinput(%obj, 0); +} + +function LogicGate_Switch_Data::Logic_onAdd(%this, %obj) +{ + lualogic_sendinput(%obj, 1, %obj.getColorFXID() == 3); +} + +function LogicGate_Switch_Data::LuaLogic_Callback(%this, %obj, %data) +{ + %obj.setColorFX(getField(%data, 0) == 1 ? 3 : 0); +} diff --git a/bricks/math/8bitAdder.cs b/bricks/math/8bitAdder.cs new file mode 100644 index 0000000..203bf6d --- /dev/null +++ b/bricks/math/8bitAdder.cs @@ -0,0 +1,179 @@ +datablock fxDTSBrickData(LogicGate_8bitAdder_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/8bitAdder.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "8bit Adder"; + iconName = $LuaLogic::Path @ "icons/8bit Adder"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "8bit Adder"; + logicUIDesc = ""; + + logicUpdate = "return function(gate) local c = bool_to_int[gate.ports[17].state] " @ +"local a = 0 " @ +"local b = 0 " @ +"for i = 1, 8 do " @ + "a = bool_to_int[gate.ports[i].state] " @ + "b = bool_to_int[gate.ports[i+8].state] " @ + "gate.ports[i+17]:setstate(bit.bxor(bit.bxor(a, b), c) == 1) " @ + "c = bit.bor(bit.band(a, b), bit.band(c, bit.bor(a, b))) " @ +"end " @ +"gate.ports[26]:setstate(c == 1) end"; + + numLogicPorts = 26; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 -1 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A0"; + + logicPortType[1] = 1; + logicPortPos[1] = "-3 -1 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "A1"; + + logicPortType[2] = 1; + logicPortPos[2] = "-5 -1 0"; + logicPortDir[2] = 3; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "A2"; + + logicPortType[3] = 1; + logicPortPos[3] = "-7 -1 0"; + logicPortDir[3] = 3; + logicPortCauseUpdate[3] = true; + logicPortUIName[3] = "A3"; + + logicPortType[4] = 1; + logicPortPos[4] = "-9 -1 0"; + logicPortDir[4] = 3; + logicPortCauseUpdate[4] = true; + logicPortUIName[4] = "A4"; + + logicPortType[5] = 1; + logicPortPos[5] = "-11 -1 0"; + logicPortDir[5] = 3; + logicPortCauseUpdate[5] = true; + logicPortUIName[5] = "A5"; + + logicPortType[6] = 1; + logicPortPos[6] = "-13 -1 0"; + logicPortDir[6] = 3; + logicPortCauseUpdate[6] = true; + logicPortUIName[6] = "A6"; + + logicPortType[7] = 1; + logicPortPos[7] = "-15 -1 0"; + logicPortDir[7] = 3; + logicPortCauseUpdate[7] = true; + logicPortUIName[7] = "A7"; + + logicPortType[8] = 1; + logicPortPos[8] = "15 -1 0"; + logicPortDir[8] = 3; + logicPortCauseUpdate[8] = true; + logicPortUIName[8] = "B0"; + + logicPortType[9] = 1; + logicPortPos[9] = "13 -1 0"; + logicPortDir[9] = 3; + logicPortCauseUpdate[9] = true; + logicPortUIName[9] = "B1"; + + logicPortType[10] = 1; + logicPortPos[10] = "11 -1 0"; + logicPortDir[10] = 3; + logicPortCauseUpdate[10] = true; + logicPortUIName[10] = "B2"; + + logicPortType[11] = 1; + logicPortPos[11] = "9 -1 0"; + logicPortDir[11] = 3; + logicPortCauseUpdate[11] = true; + logicPortUIName[11] = "B3"; + + logicPortType[12] = 1; + logicPortPos[12] = "7 -1 0"; + logicPortDir[12] = 3; + logicPortCauseUpdate[12] = true; + logicPortUIName[12] = "B4"; + + logicPortType[13] = 1; + logicPortPos[13] = "5 -1 0"; + logicPortDir[13] = 3; + logicPortCauseUpdate[13] = true; + logicPortUIName[13] = "B5"; + + logicPortType[14] = 1; + logicPortPos[14] = "3 -1 0"; + logicPortDir[14] = 3; + logicPortCauseUpdate[14] = true; + logicPortUIName[14] = "B6"; + + logicPortType[15] = 1; + logicPortPos[15] = "1 -1 0"; + logicPortDir[15] = 3; + logicPortCauseUpdate[15] = true; + logicPortUIName[15] = "B7"; + + logicPortType[16] = 1; + logicPortPos[16] = "15 -1 0"; + logicPortDir[16] = 2; + logicPortCauseUpdate[16] = true; + logicPortUIName[16] = "Carry In"; + + logicPortType[17] = 0; + logicPortPos[17] = "15 1 0"; + logicPortDir[17] = 1; + logicPortUIName[17] = "Sum0"; + + logicPortType[18] = 0; + logicPortPos[18] = "13 1 0"; + logicPortDir[18] = 1; + logicPortUIName[18] = "Sum1"; + + logicPortType[19] = 0; + logicPortPos[19] = "11 1 0"; + logicPortDir[19] = 1; + logicPortUIName[19] = "Sum2"; + + logicPortType[20] = 0; + logicPortPos[20] = "9 1 0"; + logicPortDir[20] = 1; + logicPortUIName[20] = "Sum3"; + + logicPortType[21] = 0; + logicPortPos[21] = "7 1 0"; + logicPortDir[21] = 1; + logicPortUIName[21] = "Sum4"; + + logicPortType[22] = 0; + logicPortPos[22] = "5 1 0"; + logicPortDir[22] = 1; + logicPortUIName[22] = "Sum5"; + + logicPortType[23] = 0; + logicPortPos[23] = "3 1 0"; + logicPortDir[23] = 1; + logicPortUIName[23] = "Sum6"; + + logicPortType[24] = 0; + logicPortPos[24] = "1 1 0"; + logicPortDir[24] = 1; + logicPortUIName[24] = "Sum7"; + + logicPortType[25] = 0; + logicPortPos[25] = "-15 -1 0"; + logicPortDir[25] = 0; + logicPortUIName[25] = "Carry Out"; +}; +lualogic_registergatedefinition("LogicGate_8bitAdder_Data"); diff --git a/bricks/math/8bitDivider.cs b/bricks/math/8bitDivider.cs new file mode 100644 index 0000000..4e8c2a8 --- /dev/null +++ b/bricks/math/8bitDivider.cs @@ -0,0 +1,218 @@ +datablock fxDTSBrickData(LogicGate_8bitDivider_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/8bitMultiplier.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "8bit Divider"; + iconName = $LuaLogic::Path @ "icons/8bit Divider"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "8bit Divider"; + logicUIDesc = "Divides A by B"; + + logicUpdate = "return function(gate) local a, b, n = 0, 0 " @ +"for i = 1, 8 do " @ + "local n = 2^(i-1) " @ + "a = a + bool_to_int[gate.ports[i].state] * n " @ + "b = b + bool_to_int[gate.ports[i+8].state] * n " @ +"end " @ +"if b ~= 0 then " @ + "local q = math.floor(a/b) " @ + "local r = a-q*b " @ + "for i = 1, 8 do " @ + "local n = 2^(i-1) " @ + "gate.ports[i+16]:setstate(bit.band(q, n) > 0) " @ + "gate.ports[i+24]:setstate(bit.band(r, n) > 0) " @ + "end " @ +"else " @ + "for i = 1, 8 do " @ + "gate.ports[i+16]:setstate(false) " @ + "gate.ports[i+24]:setstate(false) " @ + "end " @ +"end end"; + + numLogicPorts = 32; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 -1 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A0"; + + logicPortType[1] = 1; + logicPortPos[1] = "-3 -1 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "A1"; + + logicPortType[2] = 1; + logicPortPos[2] = "-5 -1 0"; + logicPortDir[2] = 3; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "A2"; + + logicPortType[3] = 1; + logicPortPos[3] = "-7 -1 0"; + logicPortDir[3] = 3; + logicPortCauseUpdate[3] = true; + logicPortUIName[3] = "A3"; + + logicPortType[4] = 1; + logicPortPos[4] = "-9 -1 0"; + logicPortDir[4] = 3; + logicPortCauseUpdate[4] = true; + logicPortUIName[4] = "A4"; + + logicPortType[5] = 1; + logicPortPos[5] = "-11 -1 0"; + logicPortDir[5] = 3; + logicPortCauseUpdate[5] = true; + logicPortUIName[5] = "A5"; + + logicPortType[6] = 1; + logicPortPos[6] = "-13 -1 0"; + logicPortDir[6] = 3; + logicPortCauseUpdate[6] = true; + logicPortUIName[6] = "A6"; + + logicPortType[7] = 1; + logicPortPos[7] = "-15 -1 0"; + logicPortDir[7] = 3; + logicPortCauseUpdate[7] = true; + logicPortUIName[7] = "A7"; + + logicPortType[8] = 1; + logicPortPos[8] = "15 -1 0"; + logicPortDir[8] = 3; + logicPortCauseUpdate[8] = true; + logicPortUIName[8] = "B0"; + + logicPortType[9] = 1; + logicPortPos[9] = "13 -1 0"; + logicPortDir[9] = 3; + logicPortCauseUpdate[9] = true; + logicPortUIName[9] = "B1"; + + logicPortType[10] = 1; + logicPortPos[10] = "11 -1 0"; + logicPortDir[10] = 3; + logicPortCauseUpdate[10] = true; + logicPortUIName[10] = "B2"; + + logicPortType[11] = 1; + logicPortPos[11] = "9 -1 0"; + logicPortDir[11] = 3; + logicPortCauseUpdate[11] = true; + logicPortUIName[11] = "B3"; + + logicPortType[12] = 1; + logicPortPos[12] = "7 -1 0"; + logicPortDir[12] = 3; + logicPortCauseUpdate[12] = true; + logicPortUIName[12] = "B4"; + + logicPortType[13] = 1; + logicPortPos[13] = "5 -1 0"; + logicPortDir[13] = 3; + logicPortCauseUpdate[13] = true; + logicPortUIName[13] = "B5"; + + logicPortType[14] = 1; + logicPortPos[14] = "3 -1 0"; + logicPortDir[14] = 3; + logicPortCauseUpdate[14] = true; + logicPortUIName[14] = "B6"; + + logicPortType[15] = 1; + logicPortPos[15] = "1 -1 0"; + logicPortDir[15] = 3; + logicPortCauseUpdate[15] = true; + logicPortUIName[15] = "B7"; + + logicPortType[16] = 0; + logicPortPos[16] = "15 1 0"; + logicPortDir[16] = 1; + logicPortUIName[16] = "Q0"; + + logicPortType[17] = 0; + logicPortPos[17] = "13 1 0"; + logicPortDir[17] = 1; + logicPortUIName[17] = "Q1"; + + logicPortType[18] = 0; + logicPortPos[18] = "11 1 0"; + logicPortDir[18] = 1; + logicPortUIName[18] = "Q2"; + + logicPortType[19] = 0; + logicPortPos[19] = "9 1 0"; + logicPortDir[19] = 1; + logicPortUIName[19] = "Q3"; + + logicPortType[20] = 0; + logicPortPos[20] = "7 1 0"; + logicPortDir[20] = 1; + logicPortUIName[20] = "Q4"; + + logicPortType[21] = 0; + logicPortPos[21] = "5 1 0"; + logicPortDir[21] = 1; + logicPortUIName[21] = "Q5"; + + logicPortType[22] = 0; + logicPortPos[22] = "3 1 0"; + logicPortDir[22] = 1; + logicPortUIName[22] = "Q6"; + + logicPortType[23] = 0; + logicPortPos[23] = "1 1 0"; + logicPortDir[23] = 1; + logicPortUIName[23] = "Q7"; + + logicPortType[24] = 0; + logicPortPos[24] = "-1 1 0"; + logicPortDir[24] = 1; + logicPortUIName[24] = "R0"; + + logicPortType[25] = 0; + logicPortPos[25] = "-3 1 0"; + logicPortDir[25] = 1; + logicPortUIName[25] = "R1"; + + logicPortType[26] = 0; + logicPortPos[26] = "-5 1 0"; + logicPortDir[26] = 1; + logicPortUIName[26] = "R2"; + + logicPortType[27] = 0; + logicPortPos[27] = "-7 1 0"; + logicPortDir[27] = 1; + logicPortUIName[27] = "R3"; + + logicPortType[28] = 0; + logicPortPos[28] = "-9 1 0"; + logicPortDir[28] = 1; + logicPortUIName[28] = "R4"; + + logicPortType[29] = 0; + logicPortPos[29] = "-11 1 0"; + logicPortDir[29] = 1; + logicPortUIName[29] = "R5"; + + logicPortType[30] = 0; + logicPortPos[30] = "-13 1 0"; + logicPortDir[30] = 1; + logicPortUIName[30] = "R6"; + + logicPortType[31] = 0; + logicPortPos[31] = "-15 1 0"; + logicPortDir[31] = 1; + logicPortUIName[31] = "R7"; +}; +lualogic_registergatedefinition("LogicGate_8bitDivider_Data"); diff --git a/bricks/math/8bitMultiplier.cs b/bricks/math/8bitMultiplier.cs new file mode 100644 index 0000000..3badcde --- /dev/null +++ b/bricks/math/8bitMultiplier.cs @@ -0,0 +1,208 @@ +datablock fxDTSBrickData(LogicGate_8bitMultiplier_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/8bitMultiplier.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "8bit Multiplier"; + iconName = $LuaLogic::Path @ "icons/8bit Multiplier"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "8bit Multiplier"; + logicUIDesc = "Multiplies A by B"; + + logicUpdate = "return function(gate) local a, b = 0, 0 " @ +"local sum = 0 " @ +"for i = 1, 8 do " @ + "a = a + bool_to_int[gate.ports[i].state] * 2^(i-1) " @ + "b = b + bool_to_int[gate.ports[i+8].state] * 2^(i-1) " @ +"end " @ +"local sum = a * b " @ +"for i = 1, 16 do " @ + "gate.ports[i+16]:setstate(bit.band(sum, 2^(i-1)) > 0) " @ +"end end"; + + numLogicPorts = 32; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 -1 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A0"; + + logicPortType[1] = 1; + logicPortPos[1] = "-3 -1 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "A1"; + + logicPortType[2] = 1; + logicPortPos[2] = "-5 -1 0"; + logicPortDir[2] = 3; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "A2"; + + logicPortType[3] = 1; + logicPortPos[3] = "-7 -1 0"; + logicPortDir[3] = 3; + logicPortCauseUpdate[3] = true; + logicPortUIName[3] = "A3"; + + logicPortType[4] = 1; + logicPortPos[4] = "-9 -1 0"; + logicPortDir[4] = 3; + logicPortCauseUpdate[4] = true; + logicPortUIName[4] = "A4"; + + logicPortType[5] = 1; + logicPortPos[5] = "-11 -1 0"; + logicPortDir[5] = 3; + logicPortCauseUpdate[5] = true; + logicPortUIName[5] = "A5"; + + logicPortType[6] = 1; + logicPortPos[6] = "-13 -1 0"; + logicPortDir[6] = 3; + logicPortCauseUpdate[6] = true; + logicPortUIName[6] = "A6"; + + logicPortType[7] = 1; + logicPortPos[7] = "-15 -1 0"; + logicPortDir[7] = 3; + logicPortCauseUpdate[7] = true; + logicPortUIName[7] = "A7"; + + logicPortType[8] = 1; + logicPortPos[8] = "15 -1 0"; + logicPortDir[8] = 3; + logicPortCauseUpdate[8] = true; + logicPortUIName[8] = "B0"; + + logicPortType[9] = 1; + logicPortPos[9] = "13 -1 0"; + logicPortDir[9] = 3; + logicPortCauseUpdate[9] = true; + logicPortUIName[9] = "B1"; + + logicPortType[10] = 1; + logicPortPos[10] = "11 -1 0"; + logicPortDir[10] = 3; + logicPortCauseUpdate[10] = true; + logicPortUIName[10] = "B2"; + + logicPortType[11] = 1; + logicPortPos[11] = "9 -1 0"; + logicPortDir[11] = 3; + logicPortCauseUpdate[11] = true; + logicPortUIName[11] = "B3"; + + logicPortType[12] = 1; + logicPortPos[12] = "7 -1 0"; + logicPortDir[12] = 3; + logicPortCauseUpdate[12] = true; + logicPortUIName[12] = "B4"; + + logicPortType[13] = 1; + logicPortPos[13] = "5 -1 0"; + logicPortDir[13] = 3; + logicPortCauseUpdate[13] = true; + logicPortUIName[13] = "B5"; + + logicPortType[14] = 1; + logicPortPos[14] = "3 -1 0"; + logicPortDir[14] = 3; + logicPortCauseUpdate[14] = true; + logicPortUIName[14] = "B6"; + + logicPortType[15] = 1; + logicPortPos[15] = "1 -1 0"; + logicPortDir[15] = 3; + logicPortCauseUpdate[15] = true; + logicPortUIName[15] = "B7"; + + logicPortType[16] = 0; + logicPortPos[16] = "15 1 0"; + logicPortDir[16] = 1; + logicPortUIName[16] = "Out0"; + + logicPortType[17] = 0; + logicPortPos[17] = "13 1 0"; + logicPortDir[17] = 1; + logicPortUIName[17] = "Out1"; + + logicPortType[18] = 0; + logicPortPos[18] = "11 1 0"; + logicPortDir[18] = 1; + logicPortUIName[18] = "Out2"; + + logicPortType[19] = 0; + logicPortPos[19] = "9 1 0"; + logicPortDir[19] = 1; + logicPortUIName[19] = "Out3"; + + logicPortType[20] = 0; + logicPortPos[20] = "7 1 0"; + logicPortDir[20] = 1; + logicPortUIName[20] = "Out4"; + + logicPortType[21] = 0; + logicPortPos[21] = "5 1 0"; + logicPortDir[21] = 1; + logicPortUIName[21] = "Out5"; + + logicPortType[22] = 0; + logicPortPos[22] = "3 1 0"; + logicPortDir[22] = 1; + logicPortUIName[22] = "Out6"; + + logicPortType[23] = 0; + logicPortPos[23] = "1 1 0"; + logicPortDir[23] = 1; + logicPortUIName[23] = "Out7"; + + logicPortType[24] = 0; + logicPortPos[24] = "-1 1 0"; + logicPortDir[24] = 1; + logicPortUIName[24] = "Out8"; + + logicPortType[25] = 0; + logicPortPos[25] = "-3 1 0"; + logicPortDir[25] = 1; + logicPortUIName[25] = "Out9"; + + logicPortType[26] = 0; + logicPortPos[26] = "-5 1 0"; + logicPortDir[26] = 1; + logicPortUIName[26] = "Out10"; + + logicPortType[27] = 0; + logicPortPos[27] = "-7 1 0"; + logicPortDir[27] = 1; + logicPortUIName[27] = "Out11"; + + logicPortType[28] = 0; + logicPortPos[28] = "-9 1 0"; + logicPortDir[28] = 1; + logicPortUIName[28] = "Out12"; + + logicPortType[29] = 0; + logicPortPos[29] = "-11 1 0"; + logicPortDir[29] = 1; + logicPortUIName[29] = "Out13"; + + logicPortType[30] = 0; + logicPortPos[30] = "-13 1 0"; + logicPortDir[30] = 1; + logicPortUIName[30] = "Out14"; + + logicPortType[31] = 0; + logicPortPos[31] = "-15 1 0"; + logicPortDir[31] = 1; + logicPortUIName[31] = "Out15"; +}; +lualogic_registergatedefinition("LogicGate_8bitMultiplier_Data"); diff --git a/bricks/math/8bitSubtractor.cs b/bricks/math/8bitSubtractor.cs new file mode 100644 index 0000000..9de25b9 --- /dev/null +++ b/bricks/math/8bitSubtractor.cs @@ -0,0 +1,179 @@ +datablock fxDTSBrickData(LogicGate_8bitSubtractor_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/8bitAdder.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "8bit Subtractor"; + iconName = $LuaLogic::Path @ "icons/8bit Subtractor"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "8bit Subtractor"; + logicUIDesc = "Subtracts B from A"; + + logicUpdate = "return function(gate) local c = bool_to_int[gate.ports[17].state] " @ +"local a = 0 " @ +"local b = 0 " @ +"for i = 1, 8 do " @ + "a = bool_to_int[gate.ports[i].state] " @ + "b = bool_to_int[gate.ports[i+8].state] " @ + "gate.ports[i+17]:setstate(bit.bxor(bit.bxor(a, b), c) == 1) " @ + "c = bit.bor(bit.bor(bit.band(bool_to_int[a == 0], b), bit.band(bool_to_int[a == 0], c)), bit.band(b, c)) " @ +"end " @ +"gate.ports[26]:setstate(c == 1) end"; + + numLogicPorts = 26; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 -1 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A0"; + + logicPortType[1] = 1; + logicPortPos[1] = "-3 -1 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "A1"; + + logicPortType[2] = 1; + logicPortPos[2] = "-5 -1 0"; + logicPortDir[2] = 3; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "A2"; + + logicPortType[3] = 1; + logicPortPos[3] = "-7 -1 0"; + logicPortDir[3] = 3; + logicPortCauseUpdate[3] = true; + logicPortUIName[3] = "A3"; + + logicPortType[4] = 1; + logicPortPos[4] = "-9 -1 0"; + logicPortDir[4] = 3; + logicPortCauseUpdate[4] = true; + logicPortUIName[4] = "A4"; + + logicPortType[5] = 1; + logicPortPos[5] = "-11 -1 0"; + logicPortDir[5] = 3; + logicPortCauseUpdate[5] = true; + logicPortUIName[5] = "A5"; + + logicPortType[6] = 1; + logicPortPos[6] = "-13 -1 0"; + logicPortDir[6] = 3; + logicPortCauseUpdate[6] = true; + logicPortUIName[6] = "A6"; + + logicPortType[7] = 1; + logicPortPos[7] = "-15 -1 0"; + logicPortDir[7] = 3; + logicPortCauseUpdate[7] = true; + logicPortUIName[7] = "A7"; + + logicPortType[8] = 1; + logicPortPos[8] = "15 -1 0"; + logicPortDir[8] = 3; + logicPortCauseUpdate[8] = true; + logicPortUIName[8] = "B0"; + + logicPortType[9] = 1; + logicPortPos[9] = "13 -1 0"; + logicPortDir[9] = 3; + logicPortCauseUpdate[9] = true; + logicPortUIName[9] = "B1"; + + logicPortType[10] = 1; + logicPortPos[10] = "11 -1 0"; + logicPortDir[10] = 3; + logicPortCauseUpdate[10] = true; + logicPortUIName[10] = "B2"; + + logicPortType[11] = 1; + logicPortPos[11] = "9 -1 0"; + logicPortDir[11] = 3; + logicPortCauseUpdate[11] = true; + logicPortUIName[11] = "B3"; + + logicPortType[12] = 1; + logicPortPos[12] = "7 -1 0"; + logicPortDir[12] = 3; + logicPortCauseUpdate[12] = true; + logicPortUIName[12] = "B4"; + + logicPortType[13] = 1; + logicPortPos[13] = "5 -1 0"; + logicPortDir[13] = 3; + logicPortCauseUpdate[13] = true; + logicPortUIName[13] = "B5"; + + logicPortType[14] = 1; + logicPortPos[14] = "3 -1 0"; + logicPortDir[14] = 3; + logicPortCauseUpdate[14] = true; + logicPortUIName[14] = "B6"; + + logicPortType[15] = 1; + logicPortPos[15] = "1 -1 0"; + logicPortDir[15] = 3; + logicPortCauseUpdate[15] = true; + logicPortUIName[15] = "B7"; + + logicPortType[16] = 1; + logicPortPos[16] = "15 -1 0"; + logicPortDir[16] = 2; + logicPortCauseUpdate[16] = true; + logicPortUIName[16] = "Borrow In"; + + logicPortType[17] = 0; + logicPortPos[17] = "15 1 0"; + logicPortDir[17] = 1; + logicPortUIName[17] = "Diff0"; + + logicPortType[18] = 0; + logicPortPos[18] = "13 1 0"; + logicPortDir[18] = 1; + logicPortUIName[18] = "Diff1"; + + logicPortType[19] = 0; + logicPortPos[19] = "11 1 0"; + logicPortDir[19] = 1; + logicPortUIName[19] = "Diff2"; + + logicPortType[20] = 0; + logicPortPos[20] = "9 1 0"; + logicPortDir[20] = 1; + logicPortUIName[20] = "Diff3"; + + logicPortType[21] = 0; + logicPortPos[21] = "7 1 0"; + logicPortDir[21] = 1; + logicPortUIName[21] = "Diff4"; + + logicPortType[22] = 0; + logicPortPos[22] = "5 1 0"; + logicPortDir[22] = 1; + logicPortUIName[22] = "Diff5"; + + logicPortType[23] = 0; + logicPortPos[23] = "3 1 0"; + logicPortDir[23] = 1; + logicPortUIName[23] = "Diff6"; + + logicPortType[24] = 0; + logicPortPos[24] = "1 1 0"; + logicPortDir[24] = 1; + logicPortUIName[24] = "Diff7"; + + logicPortType[25] = 0; + logicPortPos[25] = "-15 -1 0"; + logicPortDir[25] = 0; + logicPortUIName[25] = "Borrow Out"; +}; +lualogic_registergatedefinition("LogicGate_8bitSubtractor_Data"); diff --git a/bricks/math/FullAdder.cs b/bricks/math/FullAdder.cs new file mode 100644 index 0000000..9a79ace --- /dev/null +++ b/bricks/math/FullAdder.cs @@ -0,0 +1,53 @@ +datablock fxDTSBrickData(LogicGate_FullAdder_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/FullAdder.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "Full Adder"; + iconName = $LuaLogic::Path @ "icons/Full Adder"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Full Adder"; + logicUIDesc = "Adds A and B with carry in"; + + logicUpdate = "return function(gate) local a, b, c = bool_to_int[gate.ports[1].state], bool_to_int[gate.ports[2].state], bool_to_int[gate.ports[3].state] " @ +"gate.ports[4]:setstate(bit.bxor(bit.bxor(a, b), c) == 1) " @ +"gate.ports[5]:setstate(bit.bor(bit.bor(bit.band(b, c), bit.band(a, c)), bit.band(a, b)) == 1) end"; + + numLogicPorts = 5; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 0 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A"; + + logicPortType[1] = 1; + logicPortPos[1] = "1 0 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "B"; + + logicPortType[2] = 1; + logicPortPos[2] = "1 0 0"; + logicPortDir[2] = 2; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "Carry In"; + + logicPortType[3] = 0; + logicPortPos[3] = "-1 0 0"; + logicPortDir[3] = 1; + logicPortUIName[3] = "Sum"; + + logicPortType[4] = 0; + logicPortPos[4] = "-1 0 0"; + logicPortDir[4] = 0; + logicPortUIName[4] = "Carry Out"; +}; +lualogic_registergatedefinition("LogicGate_FullAdder_Data"); diff --git a/bricks/math/FullSubtractor.cs b/bricks/math/FullSubtractor.cs new file mode 100644 index 0000000..f2ddac1 --- /dev/null +++ b/bricks/math/FullSubtractor.cs @@ -0,0 +1,53 @@ +datablock fxDTSBrickData(LogicGate_FullSubtractor_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/FullAdder.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "Full Subtractor"; + iconName = $LuaLogic::Path @ "icons/Full Subtractor"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Full Subtractor"; + logicUIDesc = "Subtracts B from A with borrow in"; + + logicUpdate = "return function(gate) local a, b, c = bool_to_int[gate.ports[1].state], bool_to_int[gate.ports[2].state], bool_to_int[gate.ports[3].state] " @ +"gate.ports[4]:setstate(bit.bxor(bit.bxor(a, b), c) == 1) " @ +"gate.ports[5]:setstate(not gate.ports[1].state and gate.ports[2].state or not (bit.bxor(a, b) == 1) and gate.ports[3].state) end"; + + numLogicPorts = 5; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 0 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A"; + + logicPortType[1] = 1; + logicPortPos[1] = "1 0 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "B"; + + logicPortType[2] = 1; + logicPortPos[2] = "1 0 0"; + logicPortDir[2] = 2; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "Borrow In"; + + logicPortType[3] = 0; + logicPortPos[3] = "-1 0 0"; + logicPortDir[3] = 1; + logicPortUIName[3] = "Difference"; + + logicPortType[4] = 0; + logicPortPos[4] = "-1 0 0"; + logicPortDir[4] = 0; + logicPortUIName[4] = "Borrow Out"; +}; +lualogic_registergatedefinition("LogicGate_FullSubtractor_Data"); diff --git a/bricks/math/HalfAdder.cs b/bricks/math/HalfAdder.cs new file mode 100644 index 0000000..cf155df --- /dev/null +++ b/bricks/math/HalfAdder.cs @@ -0,0 +1,46 @@ +datablock fxDTSBrickData(LogicGate_HalfAdder_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/HalfAdder.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "Half Adder"; + iconName = $LuaLogic::Path @ "icons/Half Adder"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Half Adder"; + logicUIDesc = "Adds A and B"; + + logicUpdate = "return function(gate) gate.ports[3]:setstate(bit.bxor(bool_to_int[gate.ports[1].state], bool_to_int[gate.ports[2].state]) == 1) " @ +"gate.ports[4]:setstate(gate.ports[1].state and gate.ports[2].state) end"; + + numLogicPorts = 4; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 0 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A"; + + logicPortType[1] = 1; + logicPortPos[1] = "1 0 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "B"; + + logicPortType[2] = 0; + logicPortPos[2] = "-1 0 0"; + logicPortDir[2] = 1; + logicPortUIName[2] = "Sum"; + + logicPortType[3] = 0; + logicPortPos[3] = "-1 0 0"; + logicPortDir[3] = 0; + logicPortUIName[3] = "Carry"; +}; +lualogic_registergatedefinition("LogicGate_HalfAdder_Data"); diff --git a/bricks/math/HalfSubtractor.cs b/bricks/math/HalfSubtractor.cs new file mode 100644 index 0000000..2443e70 --- /dev/null +++ b/bricks/math/HalfSubtractor.cs @@ -0,0 +1,46 @@ +datablock fxDTSBrickData(LogicGate_HalfSubtractor_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/HalfAdder.blb"; + category = "Logic Bricks"; + subCategory = "Math"; + uiName = "Half Subtractor"; + iconName = $LuaLogic::Path @ "icons/Half Subtractor"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Half Subtractor"; + logicUIDesc = "Subtracts B from A"; + + logicUpdate = "return function(gate) gate.ports[3]:setstate(bit.bxor(bool_to_int[gate.ports[1].state], bool_to_int[gate.ports[2].state]) == 1) " @ +"gate.ports[4]:setstate(not gate.ports[1].state and gate.ports[2].state) end"; + + numLogicPorts = 4; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 0 0"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "A"; + + logicPortType[1] = 1; + logicPortPos[1] = "1 0 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "B"; + + logicPortType[2] = 0; + logicPortPos[2] = "-1 0 0"; + logicPortDir[2] = 1; + logicPortUIName[2] = "Difference"; + + logicPortType[3] = 0; + logicPortPos[3] = "-1 0 0"; + logicPortDir[3] = 0; + logicPortUIName[3] = "Borrow"; +}; +lualogic_registergatedefinition("LogicGate_HalfSubtractor_Data"); diff --git a/bricks/memory/DFlipFlop.cs b/bricks/memory/DFlipFlop.cs new file mode 100644 index 0000000..d6b8b22 --- /dev/null +++ b/bricks/memory/DFlipFlop.cs @@ -0,0 +1,17 @@ +datablock fxDTSBrickData(LogicGate_DFlipFlop_Data : LogicGate_OR_Data) +{ + subCategory = "Memory"; + uiName = "D FlipFlop"; + iconName = $LuaLogic::Path @ "icons/D FlipFlop"; + + logicUIName = "D FlipFlop"; + logicUIDesc = "Q becomes D when C rises"; + + logicUpdate = "return function(gate) if gate.ports[1]:isrising() then gate.ports[3]:setstate(gate.ports[2].state) end end"; + + logicPortUIName[0] = "C"; + logicPortCauseUpdate[1] = false; + logicPortUIName[1] = "D"; + logicPortUIName[2] = "Q"; +}; +lualogic_registergatedefinition("LogicGate_DFlipFlop_Data"); diff --git a/bricks/memory/DFlipflopGridMemory2.cs b/bricks/memory/DFlipflopGridMemory2.cs new file mode 100644 index 0000000..35cc3d1 --- /dev/null +++ b/bricks/memory/DFlipflopGridMemory2.cs @@ -0,0 +1,60 @@ +datablock fxDTSBrickData(LogicGate_DFlipflopGridMemory2_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/DFlipflopGridMemory2.blb"; + category = "Logic Bricks"; + subCategory = "Memory"; + uiName = "D Flipflop Grid Memory 2"; + iconName = $LuaLogic::Path @ "icons/D Flipflop Grid Memory 2"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "D Flipflop Grid Memory 2"; + logicUIDesc = "D Flipflop where Clk = C & A & B, R = Q & A & B"; + + logicUpdate = "return function(gate) if gate.ports[3].state and gate.ports[4].state and gate.ports[6]:isrising() then " @ +" gate.ports[1]:setstate(gate.ports[5].state) " @ +"end " @ +"gate.ports[2]:setstate(gate.ports[3].state and gate.ports[4].state and gate.ports[1].state) end"; + + numLogicPorts = 6; + + logicPortType[0] = 0; + logicPortPos[0] = "0 0 4"; + logicPortDir[0] = 4; + logicPortUIName[0] = "Q"; + + logicPortType[1] = 0; + logicPortPos[1] = "0 0 4"; + logicPortDir[1] = 1; + logicPortUIName[1] = "Readout"; + + logicPortType[2] = 1; + logicPortPos[2] = "0 0 0"; + logicPortDir[2] = 2; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "A"; + + logicPortType[3] = 1; + logicPortPos[3] = "0 0 2"; + logicPortDir[3] = 1; + logicPortCauseUpdate[3] = true; + logicPortUIName[3] = "B"; + + logicPortType[4] = 1; + logicPortPos[4] = "0 0 -4"; + logicPortDir[4] = 1; + logicPortCauseUpdate[4] = false; + logicPortUIName[4] = "Data"; + + logicPortType[5] = 1; + logicPortPos[5] = "0 0 -2"; + logicPortDir[5] = 1; + logicPortCauseUpdate[5] = true; + logicPortUIName[5] = "Clock"; +}; +lualogic_registergatedefinition("LogicGate_DFlipflopGridMemory2_Data"); diff --git a/bricks/special/HorizontalPixel.cs b/bricks/special/HorizontalPixel.cs new file mode 100644 index 0000000..d117e4a --- /dev/null +++ b/bricks/special/HorizontalPixel.cs @@ -0,0 +1,48 @@ +datablock fxDTSBrickData(LogicGate_HorizontalPixel_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/pixels/HPixel.blb"; + category = "Logic Bricks"; + subCategory = "Special"; + uiName = "Horizontal Pixel"; + iconName = $LuaLogic::Path @ "icons/Horizontal Pixel"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Horizontal Pixel"; + logicUIDesc = ""; + + logicUpdate = "return function(gate) gate:cb(\"3\t\" .. bool_to_int[gate.ports[1].state] .. \"\t\" .. bool_to_int[gate.ports[2].state] .. \"\t\" .. bool_to_int[gate.ports[3].state]) end"; + + numLogicPorts = 3; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 1 0"; + logicPortDir[0] = 5; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "R"; + + logicPortType[1] = 1; + logicPortPos[1] = "-1 -1 0"; + logicPortDir[1] = 5; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "G"; + + logicPortType[2] = 1; + logicPortPos[2] = "1 -1 0"; + logicPortDir[2] = 5; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "B"; +}; +lualogic_registergatedefinition("LogicGate_HorizontalPixel_Data"); + +function LogicGate_HorizontalPixel_Data::LuaLogic_Callback(%this, %obj, %data) +{ + %color = getField(%data, 0) @ getField(%data, 1) @ getField(%data, 2); + if(lualogic_isprint("COLOR" @ %color)) + %obj.setPrint(lualogic_getprint("COLOR" @ %color)); +} diff --git a/bricks/special/TextBrick.cs b/bricks/special/TextBrick.cs new file mode 100644 index 0000000..6904b19 --- /dev/null +++ b/bricks/special/TextBrick.cs @@ -0,0 +1,36 @@ + +datablock fxDTSBrickData(LogicGate_TextBrick_Data){ + brickFile = $LuaLogic::Path @ "bricks/blb/TextBrick.blb"; + category = "Logic Bricks"; + subCategory = "Special"; + uiName = "Text Brick"; + iconName = $LuaLogic::Path @ "icons/Text Brick"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Text Brick"; + logicUIDesc = "Resets on rise, increments based on pulse length"; + + logicInit = lualogic_readfile($LuaLogic::Path @ "bricks/special/text-init.lua" ); + logicUpdate = lualogic_readfile($LuaLogic::Path @ "bricks/special/text-update.lua"); + + numLogicPorts = 1; + + logicPortType[0] = 1; + logicPortPos[0] = "0 0 -1"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "Inc"; +}; +lualogic_registergatedefinition("LogicGate_TextBrick_Data"); + +function LogicGate_TextBrick_Data::LuaLogic_Callback(%data, %brick, %args){ + %printname = getField(%args, 0); + + %brick.setPrint(lualogic_getprint(%printname)); +} diff --git a/bricks/special/pixel.cs b/bricks/special/pixel.cs new file mode 100644 index 0000000..6416b1b --- /dev/null +++ b/bricks/special/pixel.cs @@ -0,0 +1,48 @@ +datablock fxDTSBrickData(LogicGate_Pixel_Data) +{ + brickFile = $LuaLogic::Path @ "bricks/blb/pixels/pixel.blb"; + category = "Logic Bricks"; + subCategory = "Special"; + uiName = "Pixel"; + iconName = $LuaLogic::Path @ "icons/Pixel"; + hasPrint = 1; + printAspectRatio = "Logic"; + orientationFix = 3; + + isLogic = true; + isLogicGate = true; + isLogicInput = false; + + logicUIName = "Pixel"; + logicUIDesc = ""; + + logicUpdate = "return function(gate) gate:cb(\"3\t\" .. bool_to_int[gate.ports[1].state] .. \"\t\" .. bool_to_int[gate.ports[2].state] .. \"\t\" .. bool_to_int[gate.ports[3].state]) end"; + + numLogicPorts = 3; + + logicPortType[0] = 1; + logicPortPos[0] = "-1 0 -4"; + logicPortDir[0] = 3; + logicPortCauseUpdate[0] = true; + logicPortUIName[0] = "R"; + + logicPortType[1] = 1; + logicPortPos[1] = "-1 0 0"; + logicPortDir[1] = 3; + logicPortCauseUpdate[1] = true; + logicPortUIName[1] = "G"; + + logicPortType[2] = 1; + logicPortPos[2] = "-1 0 4"; + logicPortDir[2] = 3; + logicPortCauseUpdate[2] = true; + logicPortUIName[2] = "B"; +}; +lualogic_registergatedefinition("LogicGate_Pixel_Data"); + +function LogicGate_Pixel_Data::LuaLogic_Callback(%this, %obj, %data) +{ + %color = getField(%data, 0) @ getField(%data, 1) @ getField(%data, 2); + if(lualogic_isprint("COLOR" @ %color)) + %obj.setPrint(lualogic_getprint("COLOR" @ %color)); +} diff --git a/bricks/special/text-init.lua b/bricks/special/text-init.lua new file mode 100644 index 0000000..b3051b2 --- /dev/null +++ b/bricks/special/text-init.lua @@ -0,0 +1,83 @@ + +textbrick_idxToPrint = textbrick_idxToPrint or { + [0x00] = "space", + + [0x01] = "A", + [0x02] = "B", + [0x03] = "C", + [0x04] = "D", + [0x05] = "E", + [0x06] = "F", + [0x07] = "G", + [0x08] = "H", + [0x09] = "I", + [0x0A] = "J", + [0x0B] = "K", + [0x0C] = "L", + [0x0D] = "M", + [0x0E] = "N", + [0x0F] = "O", + [0x10] = "P", + [0x11] = "Q", + [0x12] = "R", + [0x13] = "S", + [0x14] = "T", + [0x15] = "U", + [0x16] = "V", + [0x17] = "W", + [0x18] = "X", + [0x19] = "Y", + [0x1A] = "Z", + + [0x1B] = "0", + [0x1C] = "1", + [0x1D] = "2", + [0x1E] = "3", + [0x1F] = "4", + [0x20] = "5", + [0x21] = "6", + [0x22] = "7", + [0x23] = "8", + [0x24] = "9", + + [0x25] = "bang", + [0x26] = "at", + [0x27] = "pound", + [0x28] = "dollar", + [0x29] = "percent", + [0x2A] = "caret", + [0x2B] = "and", + [0x2C] = "asterisk", + [0x2D] = "minus", + [0x2E] = "equals", + [0x2F] = "plus", + [0x30] = "apostrophe", + [0x31] = "less_than", + [0x32] = "greater_than", + [0x33] = "period", + [0x34] = "qmark", + + [0x35] = "apostrophe2", + [0x36] = "colon", + [0x37] = "comma", + [0x38] = "curlybracketleft", + [0x39] = "curlybracketright", + [0x3A] = "currencysign", + [0x3B] = "euro", + [0x3C] = "onehalf", + [0x3D] = "poundsymbol", + [0x3E] = "roundbracketleft", + [0x3F] = "roundbracketright", + [0x40] = "slashleft", + [0x41] = "slashright", + [0x42] = "squarebracketleft", + [0x43] = "squarebracketright", + [0x44] = "tilde", + [0x45] = "umlaut", + [0x46] = "underscore", + [0x47] = "verticalbar", +} + +return function(gate) + gate.tickStarted = 0 +end diff --git a/bricks/special/text-update.lua b/bricks/special/text-update.lua new file mode 100644 index 0000000..af444d2 --- /dev/null +++ b/bricks/special/text-update.lua @@ -0,0 +1,13 @@ + +return function(gate) + if gate.ports[1]:isrising() then + gate.tickStarted = gate:gettick() + elseif gate.ports[1]:isfalling() then + local ticksOn = gate:gettick() - gate.tickStarted + + local printid = ((ticksOn-1) % #textbrick_idxToPrint) + local printname = textbrick_idxToPrint[printid] + + gate:cb("1\t" .. printname) + end +end diff --git a/bricks/wires.cs b/bricks/wires.cs new file mode 100644 index 0000000..6360b4a --- /dev/null +++ b/bricks/wires.cs @@ -0,0 +1,359 @@ +datablock fxDTSBrickData(LogicWire1x1fData : brick1x1fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x1f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x2fData : brick1x2fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x2f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x2f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x3fData : brick1x3fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x3f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x3f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x4fData : brick1x4fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x4f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x4f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x5fData : LogicWire1x4fData) +{ + uiName = "Wire 1x5f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x5f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x5f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x6fData : brick1x6fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x6f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x6f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x7fData : LogicWire1x5fData) +{ + uiName = "Wire 1x7f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x7f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x7f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x8fData : brick1x8fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x8f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x8f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x9fData : LogicWire1x5fData) +{ + uiName = "Wire 1x9f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x9f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x9f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x10fData : brick1x10fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x10f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x10f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x11fData : LogicWire1x5fData) +{ + uiName = "Wire 1x11f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x11f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x11f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x12fData : brick1x12fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x12f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x12f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x13fData : LogicWire1x5fData) +{ + uiName = "Wire 1x13f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x13f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x13f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x14fData : LogicWire1x5fData) +{ + uiName = "Wire 1x14f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x14f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x14f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x15fData : LogicWire1x5fData) +{ + uiName = "Wire 1x15f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x15f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x15f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x16fData : brick1x16fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x16f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x16f"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x32fData : LogicWire1x5fData) +{ + uiName = "Wire 1x32f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x32f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x32f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x64fData : LogicWire1x5fData) +{ + uiName = "Wire 1x64f"; + iconName = $LuaLogic::Path @ "icons/Wire 1x64f"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x64f.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x2Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x2"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x2"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x2.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x3Data : brick1x1Data) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x1x3"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x3"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x1x4Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x4"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x4"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x4.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x5Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x5"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x5"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x5.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x6Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x6"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x6"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x6.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x7Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x7"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x7"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x7.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x8Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x8"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x8"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x8.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x9Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x9"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x9"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x9.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x10Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x10"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x10"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x10.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x11Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x11"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x11"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x11.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x12Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x12"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x12"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x12.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x13Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x13"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x13"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x13.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x14Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x14"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x14"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x14.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x15Data : Brick1x1x5Data) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 1x1x15"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x15"; + + isLogic = true; + isLogicWire = true; +}; + +datablock fxDTSBrickData(LogicWire1x1x16Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x16"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x16"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x16.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x17Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x17"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x17"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x17.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x1x128Data : LogicWire1x64fData) +{ + uiName = "Wire 1x1x128"; + iconName = $LuaLogic::Path @ "icons/Wire 1x1x128"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x1x128.blb"; +}; + +datablock fxDTSBrickData(LogicWire1x2x5Data : LogicWire1x64fData) +{ + uiName = "Wire 1x2x5"; + iconName = $LuaLogic::Path @ "icons/Wire 1x2x5"; + brickFile = $LuaLogic::Path @ "bricks/blb/wires/1x2x5.blb"; +}; + +datablock fxDTSBrickData(LogicWire64x64fData : brick64x64fData) +{ + category = "Logic Bricks"; + subCategory = "Wires"; + uiName = "Wire 64x64f"; + iconName = $LuaLogic::Path @ "icons/Wire 64x64f"; + + isLogic = true; + isLogicWire = true; +}; + +//VISUAL +datablock fxDTSBrickData(LogicWire1x1fVisualData : LogicWire1x1fData) +{ + subCategory = "Wires - Special"; + uiName = "Visual Wire 1x1f"; + iconName = $LuaLogic::Path @ "icons/Visual Wire 1x1f"; + isLogicVisual = true; +}; + +datablock fxDTSBrickData(LogicWire1x1x2VisualData : LogicWire1x1x2Data) +{ + subCategory = "Wires - Special"; + uiName = "Visual Wire 1x1x2"; + iconName = $LuaLogic::Path @ "icons/Visual Wire 1x1x2"; + isLogicVisual = true; +}; + +datablock fxDTSBrickData(LogicWire1x1x3VisualData : LogicWire1x1x3Data) +{ + subCategory = "Wires - Special"; + uiName = "Visual Wire 1x1x3"; + iconName = $LuaLogic::Path @ "icons/Visual Wire 1x1x3"; + isLogicVisual = true; +}; + +datablock fxDTSBrickData(LogicWire1x1x15VisualData : LogicWire1x1x15Data) +{ + subCategory = "Wires - Special"; + uiName = "Visual Wire 1x1x15"; + iconName = $LuaLogic::Path @ "icons/Visual Wire 1x1x15"; + isLogicVisual = true; +}; + +datablock fxDTSBrickData(LogicWire1x2x5VisualData : LogicWire1x2x5Data) +{ + subCategory = "Wires - Special"; + uiName = "Visual Wire 1x2x5"; + iconName = $LuaLogic::Path @ "icons/Visual Wire 1x2x5"; + isLogicVisual = true; +}; + +datablock fxDTSBrickData(LogicWire2x2fVisualData : brick2x2fData) +{ + category = "Logic Bricks"; + subCategory = "Wires - Special"; + uiName = "Visual Wire 2x2f"; + iconName = $LuaLogic::Path @ "icons/Visual Wire 2x2f"; + + isLogic = true; + isLogicWire = true; + isLogicVisual = true; +}; diff --git a/cmds.cs b/cmds.cs new file mode 100644 index 0000000..d1f46c6 --- /dev/null +++ b/cmds.cs @@ -0,0 +1,82 @@ +function serverCmdLT(%client) +{ + if(%client.isAdmin || %client.isSuperAdmin) + { + $Pref::Server::LuaLogic::OPT_TICK_ENABLED = !$Pref::Server::LuaLogic::OPT_TICK_ENABLED; + messageAll('', '\c3%1\c6 has %2 the logic tick.', %client.name, $Pref::Server::LuaLogic::OPT_TICK_ENABLED ? "enabled":"disabled"); + lualogic_sendoptions(); + } +} + +function serverCmdLST(%client, %time) +{ + if(%client.isAdmin || %client.isSuperAdmin) + { + %time = mClamp(%time, 0, 999999); + $Pref::Server::LuaLogic::OPT_TICK_TIME = %time/1000; + messageAll('', '\c3%1\c6 has set the logic tick time to \c3%2\c6 millisecond%3.', %client.name, %time, %time == 1 ? "":"s"); + lualogic_sendoptions(); + } +} + +function serverCmdLS(%client) +{ + if(%client.isAdmin || %client.isSuperAdmin) + { + commandToAll('bottomprint', "\c3" @ %client.name @ "\c6 has forced a logic tick.", 3, 1); + lualogic_send("TICK"); + } +} + +function serverCmdLFX(%client) +{ + if(%client.isAdmin || %client.isSuperAdmin) + { + $Pref::Server::LuaLogic::OPT_FX_UPDATES = !$Pref::Server::LuaLogic::OPT_FX_UPDATES; + messageAll('', '\c3%1\c6 has %2 logic FX updates.', %client.name, $Pref::Server::LuaLogic::OPT_FX_UPDATES ? "enabled":"disabled"); + lualogic_sendoptions(); + } +} + +function serverCmdLFXT(%client, %time) +{ + if(%client.isAdmin || %client.isSuperAdmin) + { + %time = mClamp(%time, 0, 999999); + $Pref::Server::LuaLogic::OPT_FX_TIME = %time/1000; + messageAll('', '\c3%1\c6 has set the logic FX time to \c3%2\c6 millisecond%3.', %client.name, %time, %time == 1 ? "":"s"); + lualogic_sendoptions(); + } +} + +function serverCmdLTR(%client) +{ + %client.logicLTR = !%client.logicLTR; + if(%client.logicLTR == false) + commandToClient(%client, 'bottomPrint', "", 0, 1); +} + +function serverCmdLI(%client) +{ + if(%client.isAdmin || %client.isSuperAdmin) + lualogic_send("SINFO;" @ %client); +} + +function serverCmdLG(%client, %n) +{ + if(%client.isAdmin || %client.isSuperAdmin) + { + if(isObject(%player = %client.player)) + { + %eye = %player.getEyePoint(); + %vec = %player.getEyeVector(); + %ray = containerRayCast(%eye, vectorAdd(%eye, vectorScale(%vec, 5*getWord(%player.getScale(), 2))), $TypeMasks::FxBrickObjectType); + if(isObject(%hit = firstWord(%ray))) + { + %data = %hit.getDataBlock(); + if(%data.isLogicGate) + lualogic_send("TEST;" @ %hit @ ";" @ %n); + } + } + } +} diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..2915151 --- /dev/null +++ b/description.txt @@ -0,0 +1,4 @@ +Title: Lua Logic +Authors: Eagle517 (25351), Redo (12878), Entity (49803) +https://github.com/Eagle517/BL-Lua-Logic +Lets you simulate logic circuits in Blockland while using Lua as the backend for performance. diff --git a/icons/1x1f Diode.png b/icons/1x1f Diode.png new file mode 100644 index 0000000000000000000000000000000000000000..6997a7247e2fcf8ce6e47d0a2aef7217b99e2920 GIT binary patch literal 744 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wSy$~2Ka=y{{R0U$TT%IJ%9eZiHV7^ zv9Xbnk-omZwzjsGmX?l=j-H;LuC8uiU|?ls<$?tZ>g($h5)xu!VgdpJEG#Sx4Gj$p z3~X#{ii?XUO`23tP~h$DZEtTM5fPD?n3$QFxop|8xVSiXclT${o&^U7*VfiXMn-CC zYP!0*78VvpMMXI{IH;?u`}p{1XlSUasyaJ6_w@7>6&2ap*?D<+si>&Tn>X*;wQJVa z)=5c8VPRp@rcKMq$+5My1-jf*<%uuQ^-Lu}e!+|k`5k{M85kIEc)B=-RLpsMEjzl& zK!m;EsBv3PY^X-`%*aT`z>9Z3{H|YP=IFZSM!@{4!gIer|KG@c-fwN#{hVAYc}5li z2L>4N!}!20orIOQI4)$QyqvajA*)GBWcOCT2eT`f7m1vB)F{Bj@XUqNpm+Pq%Ox`( z2PNGOGBT)RT{fH9!Q%FahOk3U-Tx0arrqaxxzV9&<)Rf@0rDLR0v}@@9A5s;u+;P4x>Y}( zKR?y5#zO3}!6V1_OOIL=J09J?DvD8H*4PuQQzqON>l3+-J04UzOkl7m2o`KSUcW zB9#smXznvo=v49KauDg|eRNuWPD-Ok5@vL3*Nk6WAOiHX7<&wR9o$r6YVl;SZC{rhzaP8y!W97(E;lR*%>MLtl XY?Jj@=iBVS7-#Tw^>bP0l+XkKznCzy literal 0 HcmV?d00001 diff --git a/icons/1x1f NOT.png b/icons/1x1f NOT.png new file mode 100644 index 0000000000000000000000000000000000000000..a0391d86c7fdf71384fd6912bc43182b838b7cfb GIT binary patch literal 786 zcmV+t1MU2YP)CcKa&li^UtwWk zOiWBUIXUL$=2li#etv#iTU$3bH%LfGWMpJqTwHT=b1f|`Pft%VF)=JGEKN;KM@L7F zj*fJ6bW2N1FE1}ED=VL$pHx&-*4EZoSXh>pmPABEZ*OlyLqjeuE=o#D|Ns9*>-(1g z0007XQchC>07Rv)x&QzH@JU2LRCt{2)?t5>Fc1geK`()lKy}(WtFul+r)65l)HtnG zNx%PRGO56zog={d(-(K|@Bdr~kQ^O3hpj{BBY*$`2q1s}0tg_000RFEa1RT(rVauO z26?*M*02Hwy4-r*Cy>VjKo_DBDB=mBl)@HjMKl0qyyp)C#(j^3HK-?0JbM5d@zH~a z$B!P5NWlDnjl(c^dH|KJ1v&|yoIIUAdwzQIV)pXv)oa07#8^xliN6E$dG*bKNp$|^ zEf3g&4;cxQi?esL_g)k>uHr60RDsZ6j;0@YY_@=o<2bq;a=tM6Y1$bOS7koXF#7oE zGs$O$ymb7sE8xtfxRSCYX!J!)Pko<2VY+7eba{Q<6%bNLSrU4qC$q2L*qD@Gf|-70 zsw-fsBs6dd7vF>7IRB>2^xOE=x*OmKQ6&IK9Q^qCi-&(6PBHyzz3vH=27t#Fkq7nZ z*Y^Qbma#W|4?xOW2-nT()Asf%Cf!q&VYVMs=f-nhIF}U z5#M~^s2ZWSK?9qOb-c}ySta&?#&(-S|AyEFESl}EEd@~rtXi!vUR$FISoXEJ*=Zp$ zKxzQ%u2xq^l_ZJ&3*Gtu?*%xH0orx^ch`3W5I_I{1Q0*~0R#|00D;c+8-Xs5G*-;~ QYybcN07*qoM6N<$g7+^?-~a#s literal 0 HcmV?d00001 diff --git a/icons/1x2f AND.png b/icons/1x2f AND.png new file mode 100644 index 0000000000000000000000000000000000000000..b2bbfc4dc397c6dbdcbacfad06027943c3f60089 GIT binary patch literal 516 zcmV+f0{i`mP)BZ@Ia-x3{;vyu7=+ zySBErZEbCXB_ym>D$jxl1h_FEv34*-_%8qTBr0Kt3^@Dq0JKX1+(h~y){k=W%mP#Ykc zj{+_s10000BZ@Ia-x3{;vyu7=+ zySBErZEbCXB_ym>D$jxl1h_FEv34*-_%8qTBr0Kt3^@Dq0JKX1+(h~y){k=W%mP#Ykc zj{+_s10000BZ@Ia-x3{;vyu7=+ zySBErZEbCXB_ym>D$jxl1h_FEv34*-_%8qTBr0Kt3^@Dq0JKX1+(h~y){k=W%mP#Ykc zj{+_s10000BZ@Ia-x3{;vyu7=+ zySBErZEbCXB_ym>D$jxl1h_FEv34*-_%8qTBr0Kt3^@Dq0JKX1+(h~y){k=W%mP#Ykc zj{+_s10000BZ@Ia-x3{;vyu7=+ zySBErZEbCXB_ym>D$jxl1h_FEv34*-_%8qTBr0Kt3^@Dq0JKX1+(h~y){k=W%mP#Ykc zj{+_s10000BZ@Ia-x3{;vyu7=+ zySBErZEbCXB_ym>D$jxl1h_FEv34*-_%8qTBr0Kt3^@Dq0JKX1+(h~y){k=W%mP#Ykc zj{+_s10000Xs-!d59^ElW4UDtQN@ArMrb3gZUzt2pBiLoADP(qN0hX-$$z;-KG*?$w5fPF8{(i`fh=}m;@W{%_^6~Kz6BFz1?v9L%Boc{VzI+J@ z36YSH0FtPvsI;`S!NI|#q@>!~+L)LacX#*H)YO520XaFj*w|PvFE0?Ywzf7oIoa3O zmynQPWo4zLr1bjrYdW2toSfX)*l1&8qpGU<=FOY9xVXf`#Gam>g@pyEe&ND}{QUg* z_;^oG&!i3^ID>+MwzjrF6%>WYj~_o$sZ^*wGBVQM z-d92gh~iJw1zZfIx#LL(!ixw$!@B@hUurKR59-efY_($cc5tnB&o=b!;3m6w-C zM@QGy)ipOazj*Ni3PHSsg9EfFBqSs*E?!ep1BscLnQS)u;lqc*!onmH>B*BP+1c4n zPELY?g3x<-czA1TD`bIYNC*FYeSOW%%_}P_LqkKgwY5PQWP$RHjg69$642o9?+=25 zgM-0#85tQkEa+u^ejW}EIt4@8+S=07(+vy^z>U+VPlNM7($Ue8lau4@>cx-G8m=zQhAgi#j5F7wW@aX912u1z;{J?)j zMMYa%TNnmVK0Q4>G&BSl#04)?1747csrlh3s^Yg!Y^@^957xd`q>4Euf|6FizYHDi6 z-}JIzh!?%hjDOkBvw>805ckDtgs`|12oEzQ0ykVoH~_H{OMCm-Jy6&KgcjX@+*`cQ z?;+~G^v^=8hee?rphmt3RlG&0xcDVP>lWylH9}bq2yvbF0@IU|+>p>wL`R4w9E(t} zAOM91Kt||hR04#!MQk9Z>?%TXS<47nTgw9v3S2;_uy`JJB}x^5mC8gGs#S7fp{t7b zS&azEgD?a z>9-G+C(e7yj&FB5C~9J=Sz}2ZQ+@Y;vn1Vs{Kt8ut9QInL+CFfCU_Df`d%SLYa0&2kfK=mb7#f-YTS#LMu%=1RAG zXK0Ub1e2BB92s_^>hN(K&SZtEnI&spXqLD#^u|T#KXvD5NwPK4tRT1D@Fzk811I=#PuKhKD@ zJg7h6{XFe~zt+7^M=z3Hs5vR>*HSob*b`AsJ>?Nr`0mMNlELw5fxg$wmz}-Rs)4-p zThgl)KK3$}d^f5s(tGhLcRHt&51l3P<*T@+vy=&2X&M8DQgxAs|2_CeL#Sk})L6?> zc=qEhXwSWI8)}F!*-J$4C%qX5=8X7;YpLt)O zQWDEnAug#W*J&6QR}7QPMz24ePjFDj->q#N47(%S9^*gp*nu)+n#NE5xy;)u$EDtO zBm9@i@H`Ez)Tv{aZ~t~hulBMSN5YaUQ7KvyV4U=ht8XwGld5ee&GK-WelQW+@`DJ| z_u}{D=2q3qF%}brzcThYZZcY?l8MaaYT0GpZGuAoUz4W>9logxwclb4=zKnJ|5n!T zr`npBv;5VV-h28MDxa>J4fGyg#U!ogy7Lac{iJeeMefeC@oSpjgH9A2VFnOtXqfOI zmB0*2CVgx3C@uX8*FJ%VS|MJ&(C);@V_pk1*xtHn{vVehoAJO)4M+_sI`c&b{r_i0 cty5)-><)0J2I`VL;lGQ=;JUF+p_X0n-^2|duK)l5 literal 0 HcmV?d00001 diff --git a/icons/8 Bit Enabler.png b/icons/8 Bit Enabler.png new file mode 100644 index 0000000000000000000000000000000000000000..9ce064bf6560601538caa61668f42e64dca19e4e GIT binary patch literal 1977 zcmXX`2{@E%8)k+~H2yjwDaw-llurKCpE|Z|NjTG?WIGgP8%EC1SVl2f#}XoD>_sSK zImo_6F1wE6w+=a^;kOKi_dL$^f7kWh@B4k<^W4w<-0w3JZf0tL7nBg>;o-p>8R}WU zYQJ~muz*AQH28pNF*6}tMF_zg27{52k)fiZ0$5a3)ZE-08X77mC->&fo7UD=EEbEy z;iROb;5{CXXEK>I8qLkkO+-Ybudfes!^6WpJw3CsvV47g#l*xue*72_5kVvpzkK=f z`0-;22?-#HjEqc6OB)y%NJ>hotE-ESj`r~INKH-c@9&qFmyd~w@%HuxF>7mUlarIZ zy}j}A@z&PX%F4?5`T2A@JvlkKsj11<)>chTt)QSFHa0dfF|oV5dtqS#s;jH37Zw)A z#l?Afc_kzyfB+jC8_+WY!NEZ)l?v5IMn*b1 zI!a4RgMxw}@$=`;jg5^!XkubAH#Y~g1OnmRyLUc5K4dca_U+r{<>k+xKL-sUsiLAH zDk`eJzP_cU<;9B^Pzd539UY-fAt51gaq-&PT1d>y%w)6K4<0-a78WLvNKcX<1cO_2kJDU0q!e23eqdV`HPNtPC^+1O$NK zkdP3tT}DO*4hwpjpPz?=gHFMa_V)Jl^mHR5BXHx?sZ-!QkbL;?Atxut#l;284-5?K z?Cb;{&<~HWSzTQn9UX-*a12b&&CPxE=+W5N7%(d;DneFqaWOamlHk$F$q9=3`}>3c zN=iz0c6KlfpnQ6IdT3|}WK>sIudJ+qu~2<;b8~ojSXx?oc6PS1va+YA2Sx~HLsC+5 zXJ?1SV&&!KfebKER8&+zKmb}ODJj|A-AzeJ;pgXn_39NbFE8jZFfah~-T%4Z;50Ne zOurdq!4NO{SeX7I$g_b|cM$i*DTJ`N69^A8B?32GM>qg65=(pg**#F)1B4bme%xDp z&g~)kc;TOg)&PrQ1wgGr395XJP-*E)gx0OlGaH1m91-HW>;Ou1ErQUGBfP!_&%k4pkZAu)kHI)22PYr#c3rP?-h0S*rjw#rCPn?O$c_UD@QVQujS zFZ#^`W~xr+Bj#~&=JxIvMEK21%vzR&4<2hh-O{$SCNv4Zg~sdHh%>_E!Ael&$i2?*+;i z6gBRRW%#RIT+_Xu!F#}4vscaJ15G1>r|xXq^*}sH{b292=7f%W&pb`%_93aSW*Jwn zg`UP0>Deh6Cs||1emWQ2A}L zIvKEDr+zR*z)Q+5z@Df|qhI^Ezc-eX*{l;bM|@e(fRp-u?N4fy{%@L{o$r+~*_XV@ zCuG7f%ve_W!;@x|0|rNGJFLP_yJsC^PZwf_vC|4{PPo$#Iwfy^zjK!1Hod=yKhK1< zJYYEC^E~Z-fX>}dN6(X8sW~Z{S5i3b*b|Y?-4)^1_>YszB%|Zg0=@anmz_P*YC*j8 z8`7(lz78_C`L5MirT5@fZ*@*5A38(gD^zt$XQ>dj(zN=GrRpON|9jw%@C@ou)wo1? z?N4ugCFyjT4`cRApF9;Syaw{R|Jq!n{uoK-{u=vQfu>1sxQ0ff(W$!j(kxHc>H8Bgtv`q` z{my?+ZfR4y7;QCC{3~Oh(l0rA&v@bIW)-#SyJdl2p!I;=HZpd%ttoctgS{qULhaDd}J2q zAs^Fm+IF@%9irmZ^QPV;y+?aTdp)BMdoOd}&FO#c{omjJfB)b2+>)rsP%E?@8i7Dq zg@=X2z?1TITWo?{eY_Z6Ap4?D#vTIzKn)IuYi(_{x3_n3aUl|kcsxEMBO`HxvNk9) zGcz|gm&fDr`Fu8;9UUDl5C{qi3ewZlo0^&$8ylOOn=fC!j6$I>7!1TPlu#)2_4TDv zsn9nfA|fp<&Bn$CiZC*bMuULGV%@oO2Z=;NOFEtI;o$*8H8eEX+1WvTa&j^ji-j8K zP9PANOeQP<;-H`)=r}VoGchp%L&2oAwY90Ksjv|!N+go*?rwj7e`ws+)^_#kRk>VV zT3QM#R45dqqoZ1_wxgpXKR+MV-{0R4J8f@oFDWT8H8pK%X&E0MudAzLFc=z*24;co zg@uKeE?rWq)f^6Icz9T+)4>!{sZ_7mL*VA-HZU-dot-^2G!zyV*4f#KMx*oc@~W$= zjYi}2^t4i`%*n|y7z|KTUteETR0M07ot+&S8L_ps6^TS}fH0;?rRweNg)@ORGMViD z{rh8MV~&oFetv#~gM+Z6o}QkvvN9(pr_9}JEAYW8a$_P-V-R-0!PR?jaY{N1fZL!8 zWIP1m9rz4T7+?+TI6aZUL0;NhNWX^$L5%Tl{|LsN~Oe(`e zj>OW1@23|zn~Aon<(t1XJ+JjD^-3g(Pwe#}Sj9b#$x};f;#T|frVrkeg4Fs1spR$r zpPZD}74k@h(wO2^-_vzqU}wUYL#>;>Exjk|u5)Zl66Fx#7VdY`AKM-a#E19Wn~ge% zxetywCY?^AG^DMjPn~eQxQ(%}@?JevWgb5qaBini;NEBc=0$d4 zlkdTBN}!5F0nfv2ULy1nLK2BLHE-^NWEDT5ewSeF*=P2~-;YYQI=j{FnVJ6e_^bHj z=mpi4u%#=fv^N`cyUecy%heLh{A^WCr3sUKICSjwxkZfymu-FPWUz&JMg1%Jyu~e? z=*wG$dlq7W2tFB6s9pLhm2*WPgZBHKC3QtR*eXwCtj<#L_09Oo0< z>!R;65$#`^MH^qps`TrspX^wbu2XE}@-J-0OM@#;^fCUi>b>>)x#Vwa{kDqwfX{wfV~H+;9|sYBEHdO?FopL&IFp`O literal 0 HcmV?d00001 diff --git a/icons/8bit Divider.png b/icons/8bit Divider.png new file mode 100644 index 0000000000000000000000000000000000000000..38c581cf66bc8c94f9ec07532a9543bffe5b42e3 GIT binary patch literal 1369 zcmW+#2~d+q82yuoQ3$bu0s^Jf(9tTQBW*(kxyqHaQW7KraQB5XTNX1DOId3kvvkw`;BqpGT^zP>&!EiE}Y z*~G*IkH_=*{EUnYsZ@IB&Yi%(!13{M7&|*VYj1Dw=jT^cR1_2xR8vz!CX=aDDvd^C zGMO$eF4or8eSLk+&CMPj9u^iBj~_n{2?-e(7-(;A4-E~Sn3%v|FuJwWf>bA69|NYf`Y-pK`4b# zDD3U+?ds}+hfydLOc)gv6&oANyzpSi`L?U^4d9}2( za5x-&eSJ+$O{mr8=4N_&db#b~c6gClp;Xt?IAn1J{5zuo?+1K?SD|YB900+a>IqKU z0YJBy24DsNj2-~%VC#nJ034Zs21adM06IAEX=4~p1M4{ z!Sk;%mk+sglr5b8AVlGO5R9G(*}i%|nsHXGlc40e9r4+J$U0qtNvB8(b+f41eEqzV zU0L4eogeN)+zmvs=T9vjJgHS6wO5TtfM23B-b@xzQkP`h;a=RsZ-SPEg1VbogR?T3a z%o*8w`ZtQ(o!=|x7_TEyto@Q&;>QQtp&xIG%zxkd(RSeGvFp0OWe)o;47};33%*kG zCeapgw^^%Jm>QDZq|r9IcRKOS2F=8|_NU@M)t6}P(;89S!nHppHTuoA#TzCEtYvkwF4q-*^86R;)067;>pF|5a+BhHM4Pzf z7iGw(i?x4xu->hAeeA0FjFYRMISZQ?Hf${ae@DlnP`D+4vO%$4v0H2SIhpWZAtXmv Khe~^&nEwDXO50ul literal 0 HcmV?d00001 diff --git a/icons/8bit Multiplier.png b/icons/8bit Multiplier.png new file mode 100644 index 0000000000000000000000000000000000000000..4d9ba492b02542927f7b0434997c5f7130418f29 GIT binary patch literal 1369 zcmW+#2~d+q82yuoQ3$bu0s^Jf(9tTQBW*(kxyqHaQW7CWui+3(x$cyD);-CUhD)%Dd81koh9 zI8fp0qnbM~5J#L6p##m#bR-Md^{wZ zkdOfB^LV^dr%siXl_e!5J$v>Hav2*N69@!EA`$8^G&Gc*oo#GvOdt@7ii!pY2cZ-~ zp|H2Nx2vlQ9!8;1Fky6bbX;6qPEL-KlM_syoSY1aK-MsiudlC6CQ~RBumRX`Pfrh& zdUSNu)YP=LwzjgelFerK_xD3V+}+(F5m=?Ov$L(Ot-QQEHZ~Ua&*$?=B$AhxS4&Gv zVq&7czP_fWCe&(kb2B3&quh33JG{v3P^#-`O++RK|ITQ@`vKqJRj3+2`$O=idV*qX)n`*t(%Q07n*}fl(V50MJqZv_YE6#!-P-tU?N$5+FYL8~_5L0Vv>h z5T$aE0f@B(5dbuHf@*MFWm>+XLIBdI+`IrV&;*-uUHaJ`1VNXP9PG|8^FNHuvo!1s zMJuLnaVrKngL@o@DJec*o;@GD=Q&4bh(=LHPASLJQ<`tyc;U~hIc}aOS(;J1Jau_) zBZppNK0oBr!CyN4L5RZnAQ(LnvVHY_Oz>H?PJ%MW?TF9*L)IAzOa?{5)6J&la`g*J zcV&B@cYe4JaW@dnK7VTQ;7P3lslD11fi4W}_dIz)ZWZ#B~o#j0&SCa8~!zJz6Th+cSg?k)Xh%@Hj5}x>c zMWDp~)howK3$*!>-!iD_HfoIZryjGdIEw@Q($A(F1iA$RoHf${ae@DlnQMhG*vOzIlv07`md0FsZAtXmv Khe~^&*#7{`!rM6j literal 0 HcmV?d00001 diff --git a/icons/8bit Subtractor.png b/icons/8bit Subtractor.png new file mode 100644 index 0000000000000000000000000000000000000000..8ff1b9c393add545591678ffe44aec819cee6677 GIT binary patch literal 1314 zcmXX_4Kx#49N&borRUU?A&y>H%b`g|$et8>5uzUFRP*pkWacBAZPr#J^a}YH<|DH> zPx3Jxr)_7O)3K;{^}NxWr1xm=u-7yCuy-=|-JJgC-v9mm|M&lW&n=CK4!1!&pb-d! zO=Lt^96Tvsw$&!cHAhR}1+q8hc>ECn0My`cxYpKIM@L6DH#Z`Yh{xkIGc%JmD0_pl zva<5>@_0NRpU-Er*|D*)0)e2gurMPdqp7K>v9Ynax%twiODGfygTX)yLkWdKe}8`} zl?r{MqN38%)9vi+pa>(=Xfy~|EY_VncaTUVw4~GNUS3`>R6|39gM$Oqr=+A{u~?{q z?gRpX$z;L;APxx$fsWJD(_>>}FceH$TU(o!mIfPvqC_IOckfhA6?FE4j-amo62Z3RA9MP6L=$t?&6;NsQKmzp3P$Iw`576NK#?2~NRs&!UN}*J#gv>PZ>gL)BxFsqCV z`!1d?d^fqk*-W%oE#LgT=|!zinNJc)d~A;&!6xBJT)swHld#&CKY8H36r|NBN+q|? z`{ky-u8>D7l%`al`tGj%{W}vsA8g(9bs4--cU|LKk|_rXw{U-$|J3$GAU?Fu(L(Jc z=05z+Ir(HVrCCK1+?A3=DiWuO|GUGz9Wzk2mNT9*TkXrW+ehvBaN?Nrg>8)am3NwnD$7$tL1%Xg1)jZ@Z>DmJ zn*0w$Qi4?^3V0D|_Yz@<5|T)~i8)I@B&*~pbxWeHcdx~pzyK=M=FC=)=N5+7qpwb- z#LlZOM=V`Fp}X0j-(`6@RIZU==4PsDD$SVWL*XN@&n{@KxNO^7$3v~eE1KWP=d5nw zM4#U(JhKt=MDWpsLhUkCsaz{Uf<_pHySJX(pN*Yot~|ae!8dwiHgnfXlS89FHJ3dr zv5daDW~jd&9=_Edvv{F>&MA#g55jhqF!VvLJCbgc6WOlW*1ACN$FolOY`1Hqn?+`7y*-?PKhLXMb{yKa7CDwC(1jW-I%jHtKWyJiFLE_KeySLshpTCM1x ztAzEX@=q^lhiEPw_tdJQ*p3qxH+mQy*OiRZJ_(Dby<~s2GWT@qOoI!nE+IIRSi8#k oCaGqQOZGdA$|HYW>$g?ZhkW+48f$bh{5XinBhg{^Ln*xf0ZqA|e*gdg literal 0 HcmV?d00001 diff --git a/icons/D FlipFlop.png b/icons/D FlipFlop.png new file mode 100644 index 0000000000000000000000000000000000000000..baeedca565a474bd8224405b6640163827f54151 GIT binary patch literal 516 zcmV+f0{i`mP)BZ@Ia-x3{;vyu7=+ zySBErZEbCXB_ym>D$jxl1h_FEv34*-_%8qTBr0Kt3^@Dq0JKX1+(h~y){k=W%mP#Ykc zj{+_s100001prF3KzHo4GZEbD5yu7%$xN&iDy}iA^FMc7(!x3#s_?fbvu z4#YrCFgZ-t>IHLc{!b3G2FTOXCU51=Ux5`^f!_xZLNWs6QJDau7Cu1C!Ue4O00IV_ z>HY=?P&yZ16a@l6`W*hGvA}j` z5!8yWSTwM&cf1V3j&GVjk-)Y-94tbQud3#FJif*P`}S}c4CPGO@x0=JRubc3$aEzh z5CFg=#y_vbFAE?b3`scSyDkxE)r;YXM*t*o`unEGccKsgL2$qkj|B9_`^UNA_mUBh z2ehY;iiw8sj1LAX3D7Z~By_R|0FKTDU<(67{PHOidl;*O05A*mAoqC(9a}5LFgxY90L*IV1PG1rgigS{r;cIgq|LmS_zFk z^ToZd`X>M1Npe%}-roLhYuEV*Ab_Y002ovPDHLkV1n>@LGu6r literal 0 HcmV?d00001 diff --git a/icons/Diode Up.png b/icons/Diode Up.png new file mode 100644 index 0000000000000000000000000000000000000000..3199f59c6b606a930f524355a31df03293f4fd65 GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wSy$K1o(uw{{R0U$h>y#8jx}7)G1qA zTPG(cJ3BjfcXu~8H)m&O2L}fm8ykCjduwZJV`F0z6B8pNBLf2ieSLjHLqjt&GgVbp zb8~ZDU0rQ$Z5&|E~uX#jIYdJmuS&$2-4Q-+!)RuDD%YUA`~+_&Iin=JlRG+x=uHyRN zidXy$A1ZpTZB>pFzqnQ3q4}hV%k3j>evy*l1 zs%(4A&NPMXe8<}#2N{;CoVxTyGT~A8BLN0IZ=b!N)stlPS4SN?8lb?zq<2Ur*vdC5 zNp}6BnX6tWaWoh{O=_|~+sR>a%&2yW-R!;7LyHSN#kf~axg)O-Q&3-Nx_@7!QBGfo z(AKrOuO6Jfe*3{Uy@_8L7`WT^pZ$C1cU`~tWx>2#TIu#~nYPmRTW?Mfz2Gq6S)=i} zI=$sLICAR(IoD;W)_X3U{bBu|zW%xQM9vj8c|Ww>l55bg#yRGsQdlhS3zjgJV{%L7 z_J7&=on^%vyWqlVemU#9`+wyWHXHB!zFVa}yufPGThY=xY)2p-0Hs3zVi=SHBLr5to(7&YX9{Y zE5Z|J<;dSJ|KX~=z`y4IN7=94_0|9R5fKJtHI(!GVbqiks_f1B*9emFboFyt=akR{ E0E6>5)c^nh literal 0 HcmV?d00001 diff --git a/icons/Full Adder.png b/icons/Full Adder.png new file mode 100644 index 0000000000000000000000000000000000000000..7a0b91087dd0e626f31889ee0d6ed574df801047 GIT binary patch literal 520 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wSy$=1AIbU|Ns9FWG+~+;M%ooM~@y& zNJz-Z$;r#hyM6oiv}x0Tvb%QeDkvz}yLaz_0|)Z+^S5u`o|~Jyd-v`=d-iPGwk^~< zrWL54sU*lRSeQY)re_rc17n$|i(^Q|oVV8-`XOMaBMt^J_R9e*Q2I$WnGVeEvP7g*>yG>zmJZ z4NnyrR1ekM->v_J>p`Ui17~()&0MeL4D%)8E3+*tWo~d>?R}h)%i(jR=FhBIGddWn zLjZ`NZ*tqGEr+`86C4KYy49WGOowKL4K4LY`U8_04Cy zhNp@Qs)uUs@7Djq^`KIMfit_YX0F$AhWQflmD!e+GB-G`_CC(YW^d&84`eJo{*UlYO3az&!t4QNaTzmw#U*Yv4Pl zCU0|eLnWh{`5c>6^SRGw&R?E;-Pr#B)&F0R!!7-Q{?hf1dyMCN-3N>h22WQ%mvv4F FO#p)D-46f& literal 0 HcmV?d00001 diff --git a/icons/Half Adder.png b/icons/Half Adder.png new file mode 100644 index 0000000000000000000000000000000000000000..f1cdbddb6d9e107e8458d72be5893a20525d8905 GIT binary patch literal 528 zcmV+r0`L8aP)CK_)9K0004dNkl5XnU4ci zMb6iCS^D|-5mgm|Sn?B4&IX=80!`Dzh%LVYWf{nWK--3hcisn}JOa!FXzcSY0OwHv zCfxiU!14j$Ncj1>9&hLw!1F=CCA0?ec_ z$oPak0`xq1n|g$Oy<8wAkGuyCVXXtC<yM>s%gKJ@5sgtc}9((~c9Wg&h6PCmAH zO~eZHJtrSu9gP_#pdW{mr|hP~F!1xV?RwznKl)E!009ILKmY**5I}%`2K)fz3`KBn S&zVsG00005XnU4ci zMb6iCS^D|-5mgm|Sn?B4&IX=80!`Dzh%LVYWf{nWK--3hcisn}JOa!FXzcSY0OwHv zCfxiU!14j$Ncj1>9&hLw!1F=CCA0?ec_ z$oPak0`xq1n|g$Oy<8wAkGuyCVXXtC<yM>s%gKJ@5sgtc}9((~c9Wg&h6PCmAH zO~eZHJtrSu9gP_#pdW{mr|hP~F!1xV?RwznKl)E!009ILKmY**5I}%`2K)fz3`KBn S&zVsG0000AxM`Fz`($2YHGQ;xt5le|NsBDx3_O^Z@9R)ZEbD5yu7=+ zySBErwY9ZB19?yY0007XQchDB0CNyYt^fc5u1Q2eRCt{2*xQbSAP|6IlvH12Y`7sDwB|iBWaD`C$I8aJx`8P1@0MmgI!pKWto=t!;9mpok{5a04|F;(jflX5( zVdp7Td2Kf>Cfq!wkIn@O32X7~y!A%QChYuZ=bd-*PYwaddrlQ#0+jcji$H`gPu*7F zWS1ns`QX{qM=Z-Hzpn9LCIs*i&*w?3VvIbGb literal 0 HcmV?d00001 diff --git a/icons/Input Keyboard.png b/icons/Input Keyboard.png new file mode 100644 index 0000000000000000000000000000000000000000..73747d3f359da18ad2c02eadad7ebd4f7441a74d GIT binary patch literal 725 zcmV;`0xJE9P)Q;c!V;X)%Ajv3bY+!$^=!h`cvw zH3#FFFA2{d*uY}LneK_TjH%LaMV?CMqj0IX>x(cWuD4u7&{$5yd9dtv3K@sOU$+yA^0$m70 z%S9(FCgwR1ZohyCNS7x#TC-*hqg71WFd`Ik~<9E+_ zJ_*sF&xD0FT*ihR1Qx4m%K7YZ8e!&sQ)2OBpOrupGcC*iHc zkG>itY&MUFw-P`8E|Kt1q)&y#>qY+m_=7bIvoH&@@HfJ5^sr4rx{-WA00000NkvXX Hu0mjf`!7cl literal 0 HcmV?d00001 diff --git a/icons/Not Down.png b/icons/Not Down.png new file mode 100644 index 0000000000000000000000000000000000000000..cc34d625a15dc19b5652241b576a7f7fb85addcb GIT binary patch literal 781 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wSy$K2l#}z{{R0U$h>y#+O%oY+}+)Q zTz`LmUteEOPfsr|FE=+gS65dbA0HPN7h79fYinyuOG_&&D+dP$U0q!>Gcywt6FWOQ zZEbB24-Y3NCwqH)4Gj%VO-&mc8)s){EiElIH8njwJx51J3kwTVQ&Sxs9aU9TV`F1= zb#-rV@9600prD|{#Kg$RNON=Z`1p7~Kfln>(3qH*yu7^d@bKW^;E0Hb?Ck9H^z_u! zR6|2UBO{|tn>Ia^PP7NQo2ewoFIbY{?c@{%Acxu0#WAE}&f9Cb<+BV#*gx<&s~0Ss zHiey2LaOJG)$OyncPHQfU)-CKo4Z_S!Mtxr_a0xo{?q^1JU^B6ba}t%<>%ZP7+C}y zV8lHRgOIs=2HQ%d4%}FKoxNxJ*IftdKmKat+h89zIfISwc($PLfsYl3CBCq9WXko* z^PIE)#&F_-(b>aC9H!=4mxVLLoZoG5mid@foyo2*ns0d+euO)2m|oE#-#W$ZZsQDw zp6`OUf3yT0yY!BMb2Ded?@2da&U=2{@;x8V-vXUB20z1EgL&opKXcAS_6s`7>~i9C z(A$0__-f`59?K41(cu!6 zcMYo5edhCx<2vX*)o&s4$q&FVdQ I&MBb@0IBmo(EtDd literal 0 HcmV?d00001 diff --git a/icons/Not Up.png b/icons/Not Up.png new file mode 100644 index 0000000000000000000000000000000000000000..e1d461813f7975dd27a29067d88e5f2af7aed8fd GIT binary patch literal 788 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wSy$K1o(uw{{R0U$h>y#8jx}7)G2p& zcOM@g4-b!kfB=7ge_vl;Pft%TFE2MYH&<6z7Z(>>TU%>uYfDQ@D=RAp2M1kUT{AN? z6B83VJ3A*QCwqH)Z*Ol43ky?IQ*CW+EiEl|b#)C54ILdF8yg#EXJ<7vH6tUV$jHd} z`1quxq`0^^O-)TlN5{m(#KOYDjEsz+prGL3U_(R0h=_>5z(74cz0lB5eSLic1A}SP zrp3m_s;a6^Z=X2{=xC;rAirQKhGYB89|JkOo-U3d6?5KRPb{8gAi@5D&qIToLn~0I zwZ+FQ`o*@q*J<0||KBV2Fz4zmL5KX^cRv>#xBkChrGG*}>DOnQN?+ChO+uC|u8bRkG)C zOm#jxL&uMA#dABZi?S?Upx21#NguG7clNpa5yw9&3rhqV46T*; z9$7AJX6!l4{HWr~;l`s({nK7f-e~_z$C}-tX=4Ay5_g;axDzoee0W&|oC-hXxf=9I zC7D+RioDO%D_$B>e?Wc4%P;)d$0i=Du=0QVv`Biri{RZmMH8p)`o+BD(Z<&kZ}0Ap z^V#-!<)xdO^43l|x%~Y1lY76b>bEi2B*kBEX}_O$DDd*cRhg?Re#rfsFr{*HuLyHh zgOZqXoZ-88_a%a_{;Zkdvs9;es`t#lhWnqUwtwsjJ@b`Wj;&N$%Hf2Go|o&_U)zst z-@k6-yDv`nf6NN$mYtCQ&g^NKQkUJfKl^I!H_Vu~x-iz^KpUs9#+KYfszylGYA zo+bUqe$MUdGrRU*IcwJs+lF0|cOUJRzyCJxXYWPOll-p}}vCt$uv?!oCG N8BbR~mvv4FO#sZUO7s8# literal 0 HcmV?d00001 diff --git a/icons/Pixel.png b/icons/Pixel.png new file mode 100644 index 0000000000000000000000000000000000000000..5e5054cc0499b01e89dc1f79db72a3fdaaaba7e4 GIT binary patch literal 1027 zcmV+e1pNDnP)CZ-rl_c>qobp6aB!)qslC0uyu7@)xVXByy1BWzz`($?w6wCavbD9fx3{;p zwzjjgv#_wRudlDJuCA=CtgEZ5XraD!00002bW%=J8vx&>2BH7}0{lrtK~#90?b-cv znlKo^@eT`W@ui?lBX8D(AhudNYjxZI|9>q3L`1}g47c@0?)sB=-%sW8#5;0#_vNJ}Rqykj6bw+tk|a&opUED5Iv*0Y|;VO3IY*8YPGw1Lni*h_ZN$W?-3iN@;Hn~c@cmQRlD0^d(oWpK3_hW zqtiUbRuBjP?u?C81h9RgKUsckgii|1v-y&M9BoT3L=&Z{Mvoo{kHib(aS#Xq(|Ff6 z&2eg?)V7TMw1DSM5C{O$AwS|X%XYgpiHVLb*^KZ*0MCQd1p|8hc&G-$*# z!))w@KsFBp-1s~*X71^hkA_y&yKHEi4yE`k4*}TBnv!Xn(~)yFvwUdzygH6Ec1AgQ z0Ps8_gpDipsOMojBP9DWo+=^WW$Ds*X4ycciB#UYkcR-PC0jUWW+8b1@UnV+<;3w= zpo|C)wDYMF0-o2e5n(5Uhm(IEJB4`|us#r0aw^bxXs^`4KuB=I@uHcfz&spC2!6Qn znZ-6FUj|5sCE-6YuzWcnA>P1w$WigKK3SZ2gZIk=ocMNIV7z1VGLYLJjB2sn#X3*_W;f%CHh1mxzc11{vN0xssO0SfX!U?biK z0tG^GJ`Y&FmjJHi^MK9!W}5+47l7;eT;OB3-EIK@B%lA@bhpb8c>pYb>CJD3I0vBl z%deJq`~8u~0`Pp%%klk@$N**fg|GJ$;shv_zji?p6Dgo%{`wV5NPKKW^N>p-Mtpo1 x&BLy__CJ1#=7INU3=qu!%UA9-Py>Gs_yv(Zn#<*qub%(_002ovPDHLkV1kxj_HqCK literal 0 HcmV?d00001 diff --git a/icons/Text Brick.png b/icons/Text Brick.png new file mode 100644 index 0000000000000000000000000000000000000000..39f9bda10b343619f49551f1cad1cd9a1660cbfb GIT binary patch literal 113 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeK3?y%aJ*@^(YymzYuK)l42QotsU9JOCOeH~n z!LkgU{}-wNc@my3jv*Cul2`oiXW;qoZn=0);5m)-8wCuGs@1j|8FrZf)i8Lv`njxg HN@xNAa$g|% literal 0 HcmV?d00001 diff --git a/icons/Visual Wire 1x1f.png b/icons/Visual Wire 1x1f.png new file mode 100644 index 0000000000000000000000000000000000000000..1bdcd23164b5fd7658a670235dac7476740d42b4 GIT binary patch literal 698 zcmV;r0!96aP)m300F{DL_t(|obA@xa)K}vfZ>WlsZbE`Vu*&mWP1Q6_Rlo9GNb~Igz_yy#2qDaKg4TNi>mo1Q@`Nx%hLbpslcd?A2cS?o zrR&sksi@_AwhK)b6h)C`S(Lj1riLsVAqUxxWmE;#a4lpZJeINBbp}k+_4b~($K#D3>*oe-3S{K_5A773pk%sV&ixPVb$}!fs7FCjPM-0 zmLCAf2orfXpqw8B$O#MoQcgWT5Re-#23)_A$H1j45Cml)CBo3~eZP`FMVB5x5LAS7 z7={?A{uFT+O`~VH}O)vd| zD1gTK7S9$!TnW%3-|FFoh2(lA{pO3>JspE2Nm_k=TVOItfp#nY-SZs)0000000000 g000000HE`H1K^&QioNkbhX4Qo07*qoM6N<$f?>ZxjQ{`u literal 0 HcmV?d00001 diff --git a/icons/Visual Wire 1x1x15.png b/icons/Visual Wire 1x1x15.png new file mode 100644 index 0000000000000000000000000000000000000000..a502e4b9190f844bd630ac8109bbff503a0ed1ae GIT binary patch literal 1004 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wF4y>0|It<74-^p)5C{zooj7q~ zS65d@M@MI8XK-+^v9a;AY18`q`}_L(dV71@+uK`OTAG`i+uGU^6BC)3m^e5%rc9YK zVZww33l=O~xN!FD*+7jzb9#DuCQqI`ckbMI^X5&TKE1WIb@AfGixw?fvSdkPV`F}P z{;plScI?=(X3d)Q>({SXv0~-QmCKebTe@`V{Q2_>3kx$dGnX%4K6UEUf`Wp)yu9@E z^qo6*R#sMS-@bj)q)FxF$#k+U!-oJnU zwr$&hTDrTt_wCyU^bydtGiJ<~Iddk^WOa4*ty{OIrlw|PWo_EDDJLfh0=j(T#*IKJW@cs`9UWlE%$YN1?b@|KSyxwA zAt514OUtIFCZGvcE5gEn0a{QJ zn2E%P3V&bze|g^j{}q~0wMs4j|69y>_I-KL)Bo3*_02B-{~s=FyYybE!?bt6c)jiE z;uumf=k2XX|3eNUtO>_i#YGC4?`&Ng#(k~pXw=e(RRQI$S9ZPs{p$J{#plj#XLFMK_FDQ+Z?A9Tvjp#KTZ;?V?g@VS?aceI zV991}37%h8w;UVa%?mhj|F*c^l6nOJjvs8hA2R5j`MgKrgR8=!Vv9c)3?vl#db}=1 z=vW+&BHuDcOvT`hZ zxy#0Qw$2%6rnZGsC(ZJn)mj6c!jR;9+QG+u$S}v6Oege3ok& z%&&QVuo?W*NHAEihhZ`!k4A7pGb2#xt%!ey2a*oFXU^vN@t@)E^^m2EImM znMbw9EsL&})JhiBC@nQmy!A}+-hEr!;+vlfs*36gCv1M}{pt5y?d!Vw+l{ZAPjX>6 zURYiJNYLTMH@{u?D=TU~1$<;v`10q|tF<549wf0Ie)K*d5SYXmJYD@<);T3K0RUbP B@}U3# literal 0 HcmV?d00001 diff --git a/icons/Visual Wire 1x1x2.png b/icons/Visual Wire 1x1x2.png new file mode 100644 index 0000000000000000000000000000000000000000..8e55eb51ff5763dfb2e7d8847fef7180d986a134 GIT binary patch literal 742 zcmVBZ?v?ub8~aI zx3{*owrOc;W@cuyv$L+Qu5E2?^^QCN00002bW%=JAOPbR>6!ol0pCePK~#90?bmBl zf>+yu}ch=LFUO0TEzL)L)$AmR~(_Tv)< z@bJ$p0gdEEaWtOjlL1eJp44Uq$fG1bHFU!;bp0iHh0>ie0H)czK?u2<5d5qrFh1wy zOP&yBUyu|@k`$#gr~zo)jGN84;ZW1l`O_;5Rn|03Rn@*)6?ip}Wh3Mu+p)~7pqs9R zEQH50=WkVk_r=2XmY%o7jNiZfxHWl$+G|w!@_?lr;x7$qy<8_7;uAZ zo*6)hjkyhiY@Q*2iOpsktn$MUScjWJo-q&t0KjztyPfY-0Q=ACKosSOBCy|A2U@Kt z$`N@0=l8!B{#?9rL>BlvPqR8^h%`Wxr(1qg#5X{fr(NGK#2KK?(;px)ftQREK%Xyj zLXlU5VGyiJCBMJEOCJCL0000000000fPV{o Y0j%5TaJIjzKmY&$07*qoM6N<$f)l@9`~Uy| literal 0 HcmV?d00001 diff --git a/icons/Visual Wire 1x1x3.png b/icons/Visual Wire 1x1x3.png new file mode 100644 index 0000000000000000000000000000000000000000..a4a1037153b71d5d6e5ee5a182e9ec10b393e5eb GIT binary patch literal 770 zcmV+d1O5DoP)}TgM)*Sk&&LB zo|Kf7goK2enwp%PoRX4~o12@TpP!+jp`xOqot>STnVF!VpqQALii(P(qoZwYZN0s{ zyu7@nrKP8*r>Ll?rlzK(q@-|gaJaa*si~=MZfLFkm?s?*&Z*A5zSaNlxch25 zJCn+tvikr400000006+>1kNkfGJ%?0zi23zWdT*S*=$|3HLcMp0l2zWuPO)kTH}g!Ff{0fu5S?Z%t(4L1=K@phUaXKN+}7 z^PL{eo7A{d@G81^l-fx^4IhrGs&c1~zVd`H^h&*@wCeZG%He$<0tUK1OysW4knf#FQYv9ybn^V z&1Q7)PI)RINt>MC|8;M60000000000002MCCmB&KY(q26h5!Hn07*qoM6N<$f`Pqf AQ~&?~ literal 0 HcmV?d00001 diff --git a/icons/Visual Wire 1x2x5.png b/icons/Visual Wire 1x2x5.png new file mode 100644 index 0000000000000000000000000000000000000000..99154671d9fcac30c1e98e913ab06f1d4e5398bb GIT binary patch literal 1141 zcmV-*1d98KP)1Fl#PvzgM)*HhK7-m zk(-;FkB^Uvii(+;nV+AZp`oFbm6ey5m!P1aqN1Xno}QeXoS2xHlarH@l9HsPq@|^$ zr>Cc;rlzQ&JIXXH{cctCWfUgWN zxszNzJ%A|`OQ$TyGpPW=S)o|`MgUQi$_EE3Wm%RnkUJrOD6-!ZuM{niCwaWe)tZto zu|yC#zJ4e`Ed=?zrf8a?8)eBOL`gmbP+#O53eI~=(bQAU|2IyX?*oK$zb>B%VcsK@ zN{(eENn+WPxGMz&Y7E2F@khm%KAQIkU29YtcnN|~*$-$Hs>n1g)3$BLMr(qiw~>ke zY??^9xZDR|iX~pk=m9cRC7#23QEihxS&rFOR`UpH zIN$Bk0*w|PDIdW5L^{`;!0@h=(q86!Bu@+E{cTAEf1*TI7VHIKnZZJ+*1PiZbU-uM z^#!#SnJBiDM^02gZ6nOn0L&s^B{Pe6yH*bfPGWRSI39r7y+|Gm2xq}il`G3VsVGgJ z3l4@>&GLY?JP>FE=b7AUtZsRKXjzHJLt8Lx8})jZm)$NUfM-@^R8?(Ojg6TlLyN~% zFbtz+R5$Yw;JRv>cwBAEwk)Kt3E{rPQx%s70XO}I9n35qs3;N1YpxqphXI2=UMOZ} z0eJ{;Gq}Aa#PV3MG2tC(i>Y$st_>Wx9^U$d9ugJ`zdSOM@<3on2x4gAsbB{~>n7*H zKu8#tKeIM0PXUAkIo!z1A{~&Y0z#s1l1Gf|-tEqVfSX}t`NT-)-Mc$L9&}W!06sC| ze!}wm0EGDU`ySZe3m6Vl2S%d|_}{?biviaekO8RxSG&_0kO3J$0mM8IJ_3NA6&a8c zF#JToL%P8D;W15M{IL1`4+zBPV}Z@HVmB}z$L9|OY|jIMNg|MxKLC)Ne?PG8-ckaS zEx^uv9MFG)0)TuRFnO9xApj^J3(V$|HDa&{?7FuJ!13{XKA%pfNdP#%?U&y*Vhy0k zZ~tj|{`|ZoRsgDe(vRcMOCkyY?=1j`5KDkIzv~4>Kr8_I{O(sQ9x?NPmq+?MR}#d1&-BmxZt zsn*(RwSE6b+eru*AS&+a9dkH(Q}{n5nG^i?Z}8lDc76}^Ko9gl5A;9}JO>y)7Z^&i zqCO4KhPpbEjj{1!J_E39T~!I-jK|Jo`e?wN>9|x?8coKul=&k8kH+h|zX(7uR0_h7 z9tD^_i(iHy3_}1G6NeIxynFz#EaOcYA5y}5F$zM7{s=7E@sx-y-Ea&;F`QTX4}d$2 zhS4;dPF=vq7vCauJx>0AcDA1Y)bO$>VAMUtul@C zw>*Etl|zo8@vw;ZeA*n!r5PdyNLNX?Y4Lf0<`W{xfFNEc-KXGfW%!)|YfhS0qD?zC z=0TowL?ga9Qlb0S7zq}m4OC6LE>0U8x|Wtiicl?{RVcb!9Ir=4_YT8v$HEkG`gtE$V z3h?n7x3z#aBgZ<<*jal5plaGhy=lP;-(ZIn*|jMY$CsC*$ns=8kw>!C09NyvKA+9z zY@*ehb~&?Wwrxj4eCL2k%EMh8wA!0&F|r^rt}x;OGYHu~G9)+)(Sitp>00-aG|%w| z|7jizsvV59&4vfw->sDNEZOmm(@1=|F-={1Q4FcvQux?ff0ywP1)EJ1CAFU#5=5}LISIJwl8(t0^yW3#@Mk#*4}vY^6|S%z-Nuf z6Hz>UCL3%lIKGyi0Ti?ND*!XdRLCiSKovi?&d+4?wIn36a0KAuuLC7PZ&56WXOm}5 zUcid605Onp@dfb31A87|M4I5G^>w_uej}b%Y^jpE#v9jH?GV-C3Gnq*2ljg&CG8M86kq?R&_4wWHtI98D5f=8JpG_jp%l1y1Qz1ULt=72w-QiHhbJO$^ z@m94r5XJ}X_`_i^XakoB&?fGPZ#>cVErSptN5r-G@Me7bnS6_Y)l`6>8NX}Ci{2`P zM9>-_-QvaXMPef5fmjqT%D?btCnV_Hp+NWeOMsC0{>INF3}nY+=lIKjfcVB0Ch&-> zbNn@+MVwBAI5vRm@z;R{aXOuT7*GkD8}YY*8bN@cpBiv8{x-l7Enu^`o!{wqG9yl; z&OoR5Za_)!!1>MUAwWUUuR!w;UE{k0g!ug}0KBway)IhB1$N&MM5i8ga0%~5L3TjzY&^*zt?KHvS_@BQ5G^?ixw&sobMm60$QOwQ)4 zr6b6s@3#yD;xwKG9!M;mx4U2^7K=d#kH=?cXD1~kB_t%+*w{!(NhK#Ir=_K(r>7Sd z7P8swTR$!=7Mq!wnURrER8&+}R#sYC3ScZ2D>pay;K7458twM&+gvV}$KzF2R+g8S zS5;L}sZxznsy1KeKIXNjQDFDx4FaW2L zl9G;&4gdrP2ZLRZNTiyY8t4N7U^_6Nf`S4BK@kxV_V)IG%D}(?jYcz>On^Cl{P@X} zC&6gI3cv$8`}Xa#v$G=-i9n=`j0`9o9UXxo+S=MqPEJ-<}z z0zLpq9v&XR6QDs_TH4muHZd^~i~xlB`1ru#Z~y}uKnx8H1ydUv8v|EeTwDMEgTZKM zXaE~Q-QM1AVq((U+uPmU-O$hgIs$>9udlDGtE;ZA&dbXSSlZLm)6~>tZEX$wQC3!N zZf-U*GQ#0-pa8ajF%PdDI1CQB?55*6CvDg-;J96-mO&JYmrZ{p5OjI}R$>2S)<20O z7HcnnvU=wGdcU4n+|fUCKzAmKk5m^?YgQE?uFrs}{J^HAl>|HE=`oXP!zDU{~+Doqq; z6ZYy;Y>h3}RxYlLo!y8}f7YU33aO6$@-qf2qIC+#ri)c5uMeMw(Q2#Qy>3mD2@jq|xIyE&9!bAllVuojmUp*E zdM3Q&T3q40z2>2He=X0K%}6Fx`zP{s9BO!T_xaBZS`nU8Z#ysXo38Bl%4&={AaSHO zpsnu^6RYOCuxIx2bYbxbwt%B2{{|I*=VEhcA)`kfQTI8@#rGK3#aUk2;A)D|DGN&I zWhR{z_Gxo*9L-nuSMy^n&`L1D+k&1~b5;5<>1#JK8X~#^X__jdEkjSB)g|hHC*zFs zEh)T9nbpiw=hN{HTQgqKz7whp6@pBTK?ql0mZdd~tQ7_A{J-G|qmbb0&~FC|F|3y- z3Kx4Q7YTyHXV)KVZhHSd`lUggD16=(byZnF>Cn1RpWI?mbxeK7{X%cZ0M3L5d!BfH z=*82Ie9_n>?Qy3+Z@v|dTJ$3Bja!)=FYCFxnF#Ez;L+8)>T=vo zL7=s-glbG@U6N4@@}%?3zSEq0vTBiJ(U~C$bhyHAhI!Z#M)e_rDso&a>$Z-R*`Z5y zRuPMz%B@0WL22-(K))JsrQ zd{f8PntP}>;Ygp}(uxa} z)ZbE&jiMR*J*>B1`)VnuZFFP*^l*2F0lwTMX7jU3>uVu`+WJwkK2|TR5Vv=b-4jj2 zZxzFYPvq~g37Xb|DxJ7N+UmT>cV-dwYrq?lX+BJ&-aof%2f>)YPtK{eCoP>o#MY;5njgjCjC0MP$PYS$Gr#i@{Y`;c z)4^N2;L*yYNfp_;4^?d`cxd~P=w)qA=ZeIiZNn6$f%>g8QLUTyQX4Q+`isi(sbksU zQKitRQ+{=b;PdO$pisKs&?Gu{c6KG7jcU3}kBsfDc<#EeeFPf;i=2>oTZl6p*uYAC zGZai^q&~JVRTw@oo|Zq%QhLv`|7%bG8z%%EE|{9=3kYm^6FufhFS6?Ux_%;B--2#i t@U2sRTl@|u8S?M9`;wvhXCt&DSuwJu8%~p$e*?w*VtW7p literal 0 HcmV?d00001 diff --git a/icons/Wire 1x11f.png b/icons/Wire 1x11f.png new file mode 100644 index 0000000000000000000000000000000000000000..e3956d46f6b8bd007b2ebcaf4e0cf92b5e27580f GIT binary patch literal 113 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeK3?y%aJ*@^(YymzYuK)l42QotsU9JOCOeH~n z!Kw`N5@hcKc@my3jv*Cul2`oiXW;qoZn=0);5m)-8wCuGs@1j|8FrZf)i8Lv`njxg HN@xNAVyPgm literal 0 HcmV?d00001 diff --git a/icons/Wire 1x12f.png b/icons/Wire 1x12f.png new file mode 100644 index 0000000000000000000000000000000000000000..e05ed629b665d9ddf41404645fe38fc48f02c3f8 GIT binary patch literal 1739 zcmX|BX;f2L5)O%=B!r;_MGzE32wO}8hb0PP!Y+`o${~nEM4(v&1R=<3*aH{>M0O%! zS9V)yOkxZzO$#nPIH*0su-T5?Y@tO+3v%bqc+UK|Ro}by>Z|Wo-S>*TC@xsECK`c2 zVBK6DeW0iRckM$#JLOye19G3dJp7yh0C0!FU}R=y+S}VlM@O^SYz~K0RaI3`P>`FO z8xawqtE*d6Q&V1EUQtoOSs-~tUE|*(ZSBJyl8XFti+uIu&8er7L z#ih8o7z$8UR;JVGwY9ZSReXHBp`l@Rc6NS#K8wZ5$jGp@wM|S+WHOm?ad93V9!W__ z)z#JY_4P$XMSgyM1Og#BIk}{y#M|53%*@Q$+1bRz#N6CmU0uDjw6vwA1s)S>Q&CZI zb#;YrLXwLYFG3Pn7s?9_4NXf+%gV|M3=D+P>({SexNw0;B*Goo2P-Qpn5(a^53{gX zEQ~@B78VBeU@(|#*RG|cq-bbpK#}R`>Dt=bkm|;b8xX@R1qB7D8J2*jfLRt67EVr1 zT3TB0Xr`v7C=?2bL_$K?uGG|2JRbjb90>^tR4Nrtfkvaj=3Ksf8O{Yt6$k{7N+c3> zcXvbZ=+PswSPTU~JUl$y+uI8(-o1PG;lqdF;o-1jLZJ}O3+CF`*bEH~X?y+d4yWFh zCK%5_7C`{god+N@Mk)})Pci2;3yyT%M?V5uin`BYXdVB zl0OVA20W`GM>1d4Zw`S;0G1)q3ILLMaGL~JB3sMM_uU8tYSzt>smGF)gKfSfW1OIC$H&Mwq5!5z}ohl6#3ivfZ~O`>@3{c)73i58tgbN1yl|>;7HC{~0|d%n8%T;dG4~^k2QMjQco#)}HoFFRaTA*b#JV1(%lcmSV{`!=sEj^cZ%H7w0^-m#e5*Wll`n=7h zf$8(l)}vQLR(<=DgY{_nF_XsFi28+@Ws|?HesGuGDao%@BzKjc8~H&(1^@gp?XyZ3 z`>+Fg!l2f?@5zza2- zew)P<@~G0&WCs;x;ke?Yy9{*{T%_+zGufg2cNQY-r(-gon&8C!n4R-XD$ViLYDCDt zWmNkm^lYG%NKPQTDyf|r6LwD%9<-#Wr5Ab0Q78v4cch(Go9=xu_QF_p(r65SM5H$% zZ}Nxwdux$20!`8X<6vcm+oyZ>&jeOkZMYpJN#LgOadheFjNaAgzv9v!Q&rO=boS`& z)tuP)AmmBcXAXqBNVc*GAMaS}cXGESW8lr+T{+3{*(bcsWicD*`b;#gVX~-FRZU#W z_%>^yXo3n7d5n;FIp^o`tg=Yw=D#mivc+$#8x>EGUQTjUbN)2jC=Xa)+8sdH?(0!A z72loHOEf*`KHTHJ9*{Rj`c^S`l!p&nb2|}yf0@9P>QvY6aP5L*tdVA=weT#}{C4K1 zz)_gLm>@3yWYstKENN%YJ3k^2Hc1IrL(Dk!DNE9OTqtk#AiU{5c`qoG6YxWIFRd DbF5Kk literal 0 HcmV?d00001 diff --git a/icons/Wire 1x13f.png b/icons/Wire 1x13f.png new file mode 100644 index 0000000000000000000000000000000000000000..a54edda8312338a3cb805c42c0ff9579ddc16df6 GIT binary patch literal 1607 zcmYjRdohg1ukvAK1Olh*H-aRLB9kB^U!zP`S>xjBQu$j{F&E-vP9I2jok0RaJq zhK5`&x3I9VtgNiIwzjUWuC%l?H#fJSpddUvTth>nsHi9}FR#A7zPY(sBoYY(g2u+i zhK7d7$VfRkxr&MkHk+NEo}QVR85I?kl$2CmT^$h-L8Vfgnwo?{VRm-5y}dn5uBoYE zu~^a3(F6hk(#6EYczSw5u9A`xGMOwRBa@YtRasdHi^Rpn!89n0Mx#MsW@dK#_U+Wv zR2ahHaA|32u$rr@E04#6L_{JnC@3f=CkHwqDHe-ONJ!xG`F3`8@Cu1+ZEc}`I-QQe zV4zy)gq6L#yyD~Ip)f^7MN?B#*oWZYV5o#bp}e_UDe(D5Mn-6|?7a5TEQy8ZqACMG73h(sbSeKbyj!z;Pr?Q!uaf?|m2gwq5x z^mqGxu@C)sLM!(#5&}>O!TDThNXy{*4oHy!U@b@RipO*3I#-8hk!xRo?AILtwgLDX)>bV$ z0xW1W?J#{50wF7O!8`cSDp$&P7}JD9Y~EcnPU^4j!LIfvADDd}tFve6sbVv|xw{)! zzT1|`nSCP1!?otX^2C8L&i>INM%u@l_gAaW)sWUw6E<4O?a8O;6ZyzOJvBVjSyf4Y zDAA()cxM?iY11KlbT=L4_fo@CFTEt#q_0VVdDDhF8b<$NsqM(JqsE>luQM3}&Dn&@ zWB$Yu=Hn2j(W#HMl>*CNUnO6$qaBK0bjP>-kV>4i$WnJBKh(&;C#P6{sxD9@X>51= zEC^wd{f|>(-@j@}7;YwUH(xudwIZBVtr|k@o+ypiNlRBtEs-rnAFLT|tluzKZHDiD zp^7ADX0{9?E8U=eiMBIcvnW z7M>Nlv-HAS$rU@d6+#<-)nv}rd0K2}KOmY82FyN$!PZQ;@x^04?wN@j1JvqOl345g zg9#ZjW`2^VzD5$CYH%yMXERYNnUDd)Tdq>YZHJ0?>(sOIE!YJMvBI@We+9&}T^_&J zk5~SYjr{hMSC(`@I};uHY$_=5tAWhxwUEZ6Ll@E>TH#09CaHI>#!4~Ko$nlCw9hQ@ zv7uwAS89^|3t}Clfm3%~gbwfJM6xJu%Je2-$atiL!>iBMrfx1YS8nIkIK;^7WqIYO zo)r16lW*ac6>wE=q;f7{>-~78P@^N%$Rz>N_6BAX~pXI3V$0cA1=E zsXikI{rs6Q=L;mwagty41YJw?No|$;IXUG%v@OfAV!D;2(?u>oaJ9#fYq`vi! z*&od1`cm^At@g~^i%Q4=-Z5Hwj*2c}f^9*3>#0|ZIF0$n!i)9pE*!Ej)na3zTLTH2 z-}IZH!lPdApa}Q{|I#1{K&oW&?{8t%mZMWf9^>|mCCcR^&Zpm}eE4%Xi@!q*(X$Lx z)Y%;Q$+N6xs@hKmSR+p#)Rv`>?Ynz++L}+V`hor|NnN>0i9)vi7Qn&BN@zOj)yjdr z4f0isxqB<4`jl0kB3CeBwT&kxm8G97*L^H!qVhq=rzgZ)D)T#6l;qKKE8D+^XaIDC zefV^z#oS_xCJr3C(cAMJ{Y|G)!l0+s%#Q-~jkRPZ5Q6rc|9wNiRlG|F^cL!BMJ>ZW O3c|(71OLm}Am%^TW)s^0 literal 0 HcmV?d00001 diff --git a/icons/Wire 1x14f.png b/icons/Wire 1x14f.png new file mode 100644 index 0000000000000000000000000000000000000000..3222fabb8f67457dfb69de8476cdc4482310723d GIT binary patch literal 1478 zcmXX`3p~?X9N$7M!mdY2hmYKM?H}Yz<&}NnZD3$f zSXg-W?AgY~MkbRull!Qj3MIsTPiiwEO-oAy z(#6HapqiJLm!F>x#sICXtU%Sv%d4QEz}(y%XnA^iW@KcbP$&k25f&B(`0ecMfaloQ zSUesNJO>2@0UM^KrWgzccmTAA4<9Cz$za!j9GnTr09^`&0_+(X839W`OGifsi9`Y| z7Z(?>FEFR8t4l7IYiVg+yLPR!vlENOc64;KwYBy1^t89P19gQ$;p^)Q&UOOB-3P9L zeKOE52nEB^W#C#S_5uJ+@L%|fs;@W!u;mf}e_cpo_$4Knhad-Nh&yZ#!9`Ga%llas z^a6rxmIELwq<@ROkUs1HL5YL(Wi!V@6R9q}tfBsEd4$lT1U976kc1fSwDH zhm2EL9x#|1&Bp^5oGf}>zHn;T&E%G+?~r?QvZOyeKOb?dwIDk*zy#IIuOEy_P<6=z zkB387C&MCnl&HD918=-eq`59Ak`&J0#pY-;*HxLVwZv`7Q7<;v^I$^}7ZOI?G^#a7 z2-?O9qLUc8^VYN9y-y(7@-15n1~e(bPo&v99{LSmSX?*oO4dxR(_+3D(a7dk1gt(O zZ{HQxyIt=#IgskTP1b3@oGh!}Q%ub7eGniL{Fq=)CQ)T(9uNgQL5MYbckyF=yRt{W5s`J!K_TvKxLh8-y$9W-G zZL|{xQ_{*@Kgvj~;W19$dv}^me#s3EGB7;9yZ?ssXH~u%Ti>HkNm%>MSg^e!;lzpv z#tz!wfNvljylIlrF@m0CCp!zIO_o_(Z_nKve3zys-YMJR%ca`TS?ASJMfburH_c z-l&h>39Kg`^ve#MdOS(Lig9E+%S6WR+Ce*Oj?iYLKPfi#+FRb2$Lci&kB^N%YMxus zNcs`!3;$^M^znz&Dyw#{9CHh?>*b{h)WiZuWsmeWj=(2yq=qAFqaRy!^N2?5DVo6U z?%zw#)P_Dbvw4zC(N8daA!bkEJG@32__6RVVm35;lwtBcH^oe^-k%N1CqE_Ew zT~?|E`&q-M#DuYsb*_Zcx>?+8agjAvc!)E6)OVEhX|a+1mk<``sIj@rQ0KuXgpG-p z161i1|Fn|yyob}b26qa_4bc>x@*5=_x$#>TvGs|V*Rx`1W1`BQJb+xfazA1*jw4>- zo6nQGS4tb-9fzeY@vgMj&NT0EVX3!HhC^7+79-{VkHH)H&{A|HGM NFdt7pk7jow`(HNe(ro|$ literal 0 HcmV?d00001 diff --git a/icons/Wire 1x15f.png b/icons/Wire 1x15f.png new file mode 100644 index 0000000000000000000000000000000000000000..88b756a2adccef1d0581065c54f249fec0bf0440 GIT binary patch literal 1479 zcmY*Yc~sI#9H)RMvYKXC9;;zlYGLG&Qj%9lxOoOqrlo~XWl{0UBU2L(P%-cO2t`HL z$SiFQHLtXK9h8*2W)`n~t(9hIuF^yO?X>&HzWu&8pPBhypYP0fCdbF?s3zI~4THfn z-6^EwU=I2|P;h`R$y{LAQ0e1AbAuoVXe=!)D=I1q3JUV`^D{Csa&vRDv$KJwy1H5* z5R{jfGnq^@8eLLSa^=buU}|V+XlrW|iA0T!jm^!?O-)VV;o*^yk!59N#l^+7wY8O% zl|rE~E-ns(!4wu2f`plwnXRp@EEX#uAfTwIsJ_0Q&*#U-$2&PWSy))Kw6sJ;MNz5L zt5>hq)z$HMywcLrgoK2MhzKH)7#kZ4hrDAQKfCV5jHZ}$<_V)Hh zMn)70h0EoFn)UVdK?ZOq+S=OS;Qs#pV2wZ^%+1X~ehm!`-~jx6eSPih?C^MeQc_Y- zP!JA>1B@vtDWCvwOhC=yaKggEdU|@m74`S`_x1Gwhrz+Yfq?-vHMQQ}Ua*x&BuFF@ zbfLYy9fWjucdNgPdkGrDi#zT`wSZZvK%Z2-0H6%?cl@7V{@F!-M-LnXo&VQJsfLdb z`M2cINeB{t2yraAcqt=9mG@-!#uPNC4?S8nArY}OXv*Ni?B=y}6=Lrt4MXE_;sGHa zFS}LoX=FqMNg!wjg47@dgv3K@YmAe42@D3OyOUgKiM5|AX41x;_3pbBPz^8-vK)qa z;{xY06scA>Cz++2FrCa6(?3n5O&QW01etvM)ENB3_o}s&`k6&jod4Fvgl|u@5b0QL z1jkt$wQ&f-pPKIoLZU{>*4625WK&7w^OvcpiF@zV&3Ep~asTNrm%^vPOl1I3EIx5U zikw{(O8Dp)9hOCI;FoAEJB&*X-MIXK^_ar2KVq>ZMqij~$~;BYJmR^qy?;yi)0y^e zNn|5>^1L3I!FoU)x^2+*pzBwIb00M?sOFGtgoAVErmx6MD}9Et4%(Mw^1H5$pE8W- zG%PES_J25gqxbdWMh@Bk7$H@<`X~~~EG%!fM(8$=Dkk1!8NOCuJ{NG#hRd6Fq9*hE>yg&$I}_dNF4fR%(KKF8nB1&OqA3RJ`K2Rz`Ep z`k#u`yBz;&vXWY3N@`-ij=%iHtOs80`p!$&n!s;shJ>a?>Ib|fMhE@c(P@k zLl|8By4WmnU!t0`fAKHc<7sRH(~l;&yMppYZnl};+AV#5+A6POVQ6J?n@8tx983D~ zlbY57O%W||l^zzS9FsdG<%V*eKE|l{I?5NJ1>d?J1|F(oPRf-XXJvP=OA#%y5an3H zcIE0prPZ43X6iQ=ttXBT2P%|HzS3sw=bwt=;!#>Qkv?+x(lVeW2Tr0cFh GoWB8C;=y+S literal 0 HcmV?d00001 diff --git a/icons/Wire 1x16f.png b/icons/Wire 1x16f.png new file mode 100644 index 0000000000000000000000000000000000000000..476422c84fc050ea2583b5f98f6ec1042da9955f GIT binary patch literal 1390 zcmX|A2~d+q6#g|BlRrcdqCpNZje`^@U=_>=NJ2osi4cOca!H^CLO2qJOAbv*Ae?dq z2ndAxav)?ls%R2Gi>(s|F&>~yI|x`urwY*u2;$$ho#~r>Z{NOs`@L`X%@#5Jyz#Ip z3_%dy*T<6uX7(4wpn!dRx&UnKxWr_f^Fj~=L~uAWU}`5_Jo9l#Kgpa zfPnJy^18aZ*x1;sSFbiSGypUXhZ7kYSyWWi*4D=7^Fdm6cD7V1t*)*HAfR-9ettng zL04CoSS&6rEv>1kNls3#tgP(m>8Y=;H#RmdDJiL~tp(+5Y;2mFo53jz1_PD=0USZ2 z(SW&=lM?`^P$(eN*4DPTxEPDYnwgoQP$)Myx6sf~S65fSip64ug@r{$MWv;s#mC2k zTgSx2fLfpg5P%HBFkna~let{3i;D}mm$|t)h&Vet>*?tMSdfsFl|>{H@p$~ez<`~d zom#CP9UZ07XeyOze0<#9-JMFMj*X4U<#Ky_`&+keDV0jVR-sS;OalXhkdP4fsu?5j z`hrxJU!V*$ioT|vGI>K&T2$M-A)0koWfi3mQ)^~{` zZ#USxx5^PRDh-Q~y1Q(H+M2VI_ahO6J_@24R3dticY z9Njx%b@n0NB3cpm6pL|oDboyQG$zka!^8wq7QD<^v%kaJx4q|Q#&YJHhr1f&iS5FO zcj;{hBqsGYIMOp~d(=mmia>{Q~J(r^uBwRDR$SMuvRZ{uFdzimvW;dv!Bl+iW|ZuPmuyD9lozyE28D< z^p0o_G@oS{6Dgk`EzD4a4?9?>gB~W*%;f35{pR7!2d--|-FKCcApOH?p)e)Hsk}l{ zELq9u6B8PbbYORIwCapI&)cy!a06#X_blg7tV3R=_3*-1ulzp#R$#b3I7WCoS|QZr z`3>7}K3-;KZ=IR@#RDtXwka0J(}SOH#7F8{^=7e5!)x@B+4Uz^RyPcV4W5BGs5iwciw(#Y%6K~L1F5T3t%(7e@LFdQzi4BE)6!VDU(ug3w)H)L~9sYFw#mE@Z!u>oy zf}F5Sopgjh#YejpiYyOboZ}9vb4!}uTOU-9EgU6DAoj^ef9m`f7q_so!6LK^#ArRq zo6-(#Y}5!}TJ*fTYj?BDG2QrBXBwP-tXqz3}`T8ZDTn#Gh_sw+`R`pYO9Vr!d|%A$jJ z>KIfXM@O?DYVrQiCEldY+xrjFT5I$=@1&OUSw(f-#}KrPIIxt)KOzCvGB_qCHs{&; zD1`Vr%HUJ}_opw#Nli{|1yN)f53WC5(dQvPkY%H&Ifa1O?#)?g*+vVDZX+5&uWv5F e=f5!_u-d>GPKujSN%&syZy{eVKTo*_Tlfz?v5`0c literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1f.png b/icons/Wire 1x1f.png new file mode 100644 index 0000000000000000000000000000000000000000..b5478d2a8be7d0ca4db8fd5161b604e56246a27a GIT binary patch literal 698 zcmV;r0!96aP)WlsZbE`Vu*&mWP1Q6_Rlo9GNb~Igz_yy#2qDaKg4TNi>mo1Q@`Nx%hLbpslcd?A2cS?o zrR&sksi@_AwhK)b6h)C`S(Lj1riLsVAqUxxWmE;#a4lpZJeINBbp}k+_4b~($K#D3>*oe-3S{K_5A773pk%sV&ixPVb$}!fs7FCjPM-0 zmLCAf2orfXpqw8B$O#MoQcgWT5Re-#23)_A$H1j45Cml)CBo3~eZP`FMVB5x5LAS7 z7={?A{uFT+O`~VH}O)vd| zD1gTK7S9$!TnW%3-|FFoh2(lA{pO3>JspE2Nm_k=TVOItfp#nY-SZs)0000000000 g000000HE`H1K^&QioNkbhX4Qo07*qoM6N<$g6s-Fu>b%7 literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x10.png b/icons/Wire 1x1x10.png new file mode 100644 index 0000000000000000000000000000000000000000..c8947f4b2966c40f5729bc8d2a0716fa5fb54e7d GIT binary patch literal 1406 zcmYjPdoE;VGY5Qm*fSmB)fdFjW=gc{GwOS24rlzJuB9YJM=jP_}c)Yy4ynuiJLqkJ< ze}6wezoMd|f`Wql{QR7p94?oeot;e}5R#LVIULT_t5-8JGSbu2Q&LhA6B9#2LqQ4v zU%Pg#y1H5@6joMNW@cuBTyt}CG#YJVV^dsQTv%9GR#qku2x@9-fXQO9kVs@$SXfe0 zQh9kfg+d7r4|jBQw6d}Slt9y}swz;~$;qj&uTLhEH8eCdHa3dIVv$I6{rdH~y1M%M z`r6vsxVShvogNYra^=dE?(Xi^*4F0c=GfR+8jThl9Ng2>Bauh|87h?;6BBdu=FP6I zF2FfHKE9=;rKzc@q@-kEU_hZzfG)Rg-C{5p{r&xNxxAyJLn@V~rl$7x_I7r5GMP+0 zJ-yEz0e{dJJSr+GDk35xC@3g0G7|8|tv)N#< zC=?2`1M>lRFfnUuYmg3TfLyQ$P%tns5QGd23;?mqmoI}N0FafHRa#mKOb-ta3-$G`QV8`mn-4x2UR;wuu3Lq8DOtNa* z+)(XDJG|PysoRk$Vs&PUtIgn`n&-0dukW+q@&47H<^TNuUGJQKo37s~5Q*CrWhSop72cmPUIB9RjJ^`Bok9Nc z_}*+cQ~8$j-;GXe2ZMQse!=TBZ33IO1BLwEp6tiziMW>Jjdl(PvCSn`ETtnZLXz2lk!!x=Th{+Kmr! zkKenP7M>q(a9cOboj(yrT0H9E5lnuzT0b@{G|_?hHYoo6>SdcZnRXm4c1h{&eC^@; zOL(Zsx*|>qok~d8_OuAcFF+*|W*Q}R<|D6%A=K6nxUarrr=5a`4KNsj!Pw#qL9ve_ z=9P|$6iR7}lf+3`_muw5~;wBJf5b7jNXFJ|rXwjnY1vz($=F^~wQ_&KbXH+#zgE)20Q+{@35lAak#s?v^s>;qp5f zCv|>m@?-aboV1Z3lIz%V?i1Q1iaOgf`tA}gD{?pVel4_(`SMNZ!r}$&OvQ_iA{Xrv z>d7%x#`8}a`#pYiPG&m1r`Yb0+`IQF8ot!!`s^*5P%JW`I;Pq;wQ??nqRUZb>dg$< zu^rw&i7u#c+)0<1^@*r4g8%FTecG(b4DVmT`Y^khhh=|UeM@lQZ$yXRF~aGG^s_d$ chVCo8tD1yeKc||4j|@Rx?q}U@xRN;k0GkQ9>Hq)$ literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x11.png b/icons/Wire 1x1x11.png new file mode 100644 index 0000000000000000000000000000000000000000..5968e2ae3722dacc5217be449d8a309a0684889a GIT binary patch literal 1299 zcmah|`BPI@7=1559$O?Wsm66Eg`gEiwgRo#K?xKvVzf|UFc{NJAc7DGl88W_VF?9+ zu!JBaVG$6}kU-c8kk;jgBDjHIRb&b&+ExKaimd6S{sFx+_r5dde)qiZoICd?YVdbB z^Bv|81mOY$$S1*9Ow{_%YOeRw(6bOP03=H)4_SV(aUB7<4v9YnKsj0TM_S&^;_4V~BDJcmF3Gwmq-QC@- zt*tFBEmEm8KR=(t;l#zo_4oJp^z>*nnudmk)YQ}q7cRuc#;R1R=H}+UzCNW=saC6j zO`T5H)zy`poSc-D)ZX6C=kvK-Zd+TMR;%sk=olOv?Ck8sVzB@NM<5etXJ;S+8jgvH z0Ubt1N1s1`{@l59z#W^-X0cd8p%5Ggu>jJ<#3U>%31=RYg-IuazjuPT8gO|J z)m#i=8UQe+_wuqnqAcEs{v*eI|GhEWMEAdo?O%~-m$J}h_njNdGBy3enjO%?pHo<1qh ze;Isg8|zR+XK(L|XPt9u7h(9@xz{hA&Mxqi7p?e6FK_7|A1rq1@5SZyje#`ZTZ(km z_|6Fd9Z%xSi!DZ1w;&0-tg`)|qh5*ciFQ*TUYS){Fzv3WvUH-m&)=d4If+SH{fQ3a zV0l62t)c+Cps7VX**#<^EcP+9{W#VAm_tbjBcnXPo+uvOUX}sRugwrlj4N0tbvE}_ zZa?KZ?$4=2?83_~emhKYI2@hpB0WAedq9nG81aFA|LXFrB(L;yO2*17XA4`Q4suO& zLc86Eh&u9=YnZ}qLx`Ng%Cm=qmbfuJYBwFA?)#P6d{dY?z?&< zrKM(%IcM1T%55C|=U3aF7{NJXu;d<$M!cMaeM0NK_q$`i@v)sUAhHj+br=l(K{#qH zXearM;ZbxDO5APbl|~+q_p+qt1si!jv!u!qN89SqikF8QtYI_Q)CaIxWNwJ*anSCfB4lI zU6s7oHn0~+sP)n6GlF?M20fH=Gvr+bY4%TD;wQWA7jMk4ht3}D`m{OJ@2ZJajS_bA zd!YL3e)CqAGV(cpFPPkNgf9FSb_jvF literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x12.png b/icons/Wire 1x1x12.png new file mode 100644 index 0000000000000000000000000000000000000000..f557c7d9d610902defcfeeca18a1b9050045f8f5 GIT binary patch literal 1202 zcmah{i8JGO6#vDQtPxfd9id}t(YTKh$Lum#_jWf`rR-v>HHbTe*6o)>B&3cAf`}t- zo4AQ9#MQ0Q*4o-NyW8#*?XYWht<^3|^w+Pypl{~;KA-P<-*?P=-_jtmKUUK~6M`UY zV1Q3B!03yEQ3d*u9~(GOl|eT{d=Ufz790-e;^I?xr)OqnmX?+#5C~dYTH4y$*laeDNK{c#0R&_d z3WXw(2#dwe&dyFvO^LjC0dU<)7n3w=#R8$lgV_#q2@bEB*0^t@G7IATL;o;%t=H{SiLqh|Y zA;=aJ6QirE>+0$X@{>rUT3D+a?1PmVO#Z?a!n=d@(A>RcYXE_)$?P2WF36svi@u={q;f0J$15be>DAK&8b1iH@kg+pG#EG9SQf#FaN6j!F~d(3ljc8mj>Z|{ zBCErlmJ53C9KT}cp<=G?xUw2PZE`)%_c)+w9~;vA{5Wr%rc%zdGj{veF*ZKM%Aw!$ zdJg5Krt&mIKR0??F^~8CoX`GY#dPrjyYgnMdW8}5uy-e+F4mDqeyGKF%Q7HP<6cTU zl#|x?PnTnffw@E7@EkoaChXB*D~g|3mBq*EWLj=hE8&fiDloABQNI~Vyd;Q z9HkH*ZrmJQ5Z5z9Yt$-mH}1|XJuDONQ6O`Q!R{q0wkX>;?+JHvl>^VD>3^UkFRS0S z<%QvwNm(I^{8@jB?~u8m-}2wT@7frnEbC5%g9E%(P5bjq925dc;2*=1HU-QrdKd=9 z{pwKA^XPo*7OXv?3(XtcX@4#>BG_-Dt;cTP6GBVqa6NyN{)rB%5T|(N09k6-+egBo z%aDfsWi<8Z%b%e1yg|<^sh$gpIgLi|OK;Lu!4nvz6&;O%uUR>$s(~Bb3sOS#8^6IU zx)k;2+_3|U!o!c1h7Yc*xsqF|&JO=_zM}Z{qwZ7m;6|$K8U>y%H!y8{8RyA9yeG;# z=0Qu$)Xf(u>)}UlqtcY*-L1!R<255AcUuy}CRw9?YJcId#SQx_;T?7739Wr!&Wdx4 z)z`USq}%VX@M2{(O#S4;{iOcsr@7~!B!|^JYmk);y+%pPzdP`D@kL>_7yaAM5_XOR m7@KuydtbJE;BiHSDAjto&+T6iyL=CRIuz(j_UXSK&G--Wx=P;w literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x128.png b/icons/Wire 1x1x128.png new file mode 100644 index 0000000000000000000000000000000000000000..58e1672bd1599dccb41edf5a668e687db08afb88 GIT binary patch literal 337 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wSy$Q1AIbU|Ns9FWF9zhprD{2KRvm{G`{DSovfCm5nAL9(BfW#jSFzaU6ft%$(MRPn|978JR zyuInkcgTUq<>C!lBg2$eDtG=b;oxKVvPdZ7@2%bQo=jC0Z&f{V*I6T2O=qP%P}_sq za~M9cYc=?x&6Iub83z24N>=*xZQYC~kyep?2nMksy$u(T-G@yGywoRc98-A literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x13.png b/icons/Wire 1x1x13.png new file mode 100644 index 0000000000000000000000000000000000000000..5413b1b0cffa492ea27e432a11577acb6fa81791 GIT binary patch literal 1120 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wF4y>O9FgCT>t<74-{zwgZ}>huC6X1 zv%bE*rKKe#BqTUEc=F`QeSLksy}j-2?Lfii=H}Mc)}WvuK0dxFU@(9F{Dlh_E?BT& z#*7(21wfS&5)%3O`4c8gm^5k9%$YOi&6_uC)~xRC?wp()O-;=?bLLE+K7H!csne!S zn>%;zqD71L?Afzr%a-NKm#gF zxpLyfiPhEBg@uKAd3n2c@7}(BdsS6cQBe`l~ z-@Z+oHkFr`=jP@fIB)=HQCV3TP~+y!n~RH!_wL=hZQHhu8#e--T3cHS^i+0sc2-ta zMn=Zgty_Vn0j1KxfS;cq=)raC)|Hl)W@cvU>FGH*H~@VQRG*lb2=o+CFfJ|*7*MIH zsg910KwkhAr-6Zifk8@2ijR+voSYoc%RqZI4X3XI26|0NkYBI?!|v0-IJkH^B?U-< zKnmY)F#YGZu`%ZuFS3@y)H={{F&d;j;DGhfY3Stq5RzjtQe%fIYF zJ`5A~{C}|U@XVZV9(irnvuw-e*c2!=PoDp@)v53Cj>*eAn2MKwPB)tQ^HHRtSEk+Z zvp(~!?cF(c1jGU3dPhO0__o90r&^shhMbzrsMp=3;=L(m?NOHa;E>SJu5blKhs$4A zcg3u~uDbLP_tX{pYToW*^ffxb%gf#CrmFHP)O1hH+qBCDKA*)59k_Y3J*TFwT&1-= zx~*}7Ctt+1B&X{sncG_Q`Oj)BVc0DzY%$l`w_{OR%Y)dUhQ}6nZwOQu+8$BlwCKCb z-#E28(e@5kB!h6CJ(Iu^mX@{~E&H9BKPWK&V=kC)#vpN^p`QKL7RKp}JPMo^R~Y9q z?q)EMFi_;rVCF9u(YVaU!uE&tLI!iJR)eo}hH(R93gZz5wl`i6CVERU@FXxWGrYKE z&Awv`V>=^|r|M9w&U8YZ^~JqUEDXGDOB#-y`25T8Kz@C{y#l*U+}DCT_Kl2wA6i5< zd@I@7-0Jot@U`^AuZ4drBy5yf89w}JRc%|JaeJ|t(>{9%cKvwOSw4Gqe7qIa6=#_B zb4R_zo=9)A=}B9kzO~Li`q|3%zC8PTdzHCfo2{Ac>NXwm%ir_U@~Dp%L(R{uwfQ-9 jzx{X*{QPKq_hWNtVIW)z4*}Q$iB}v)C|Z literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x14.png b/icons/Wire 1x1x14.png new file mode 100644 index 0000000000000000000000000000000000000000..1209a01e8b42d23f501de5bdb892e51369ad0c07 GIT binary patch literal 1089 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wF4y>^8$QAT>t<74-`pGPVVmR?(gsK z>gsB1Yinp|05Yttt#fj6CQO(B6z}Wn>*(lcZf*vOXJuuHi;G)WSOB#EWhYLYIBnXr z`Sa&5T)1$-f(0{Y&IF3Lwzjsnw^vkD0QF9qG-=M9In$?42Z{gPbbm`Klo8 zowR4qo}D{)Zr!?d!-fs@_4Rdib@}=E>({UE?d>fnDA=`YS9y7PQBl!>0|)l+-@kkJ z?k!ukOrAX1$;oN^_U(3dc0dI{?Q`eOt*WX5Iu)o3=-TY;Y@nxdb8~^d%goG7PfurK zW6Q|M;N;|FVqyvl3){GHPcsaC39dnl)?9nl(UOK|w)E zN=j*IX+Uu}xkN^GqR<8yM05RKtPNpOv zbE?(i|F5{u{rFU%{Qn78>-GOD{k+fhIj~tUFfeg=x;TbZ%z1n3W$+CtnuIsk#shu7$>w`w#{{IuIS8zDkna%b*G~K@T-=z9w0uCpx=ie8v|D$6RD4_7< e`un8w{~5iVb4Bc9AF}~dCWEJ|pUXO@geCwU4H}97 literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x15.png b/icons/Wire 1x1x15.png new file mode 100644 index 0000000000000000000000000000000000000000..4d47879d8e5ea911ea8e422f6cf0d400d9ee9da2 GIT binary patch literal 1004 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wF4y>0|It<74-^p)5C{zooj7q~ zS65d@M@MI8XK-+^v9a;AY18`q`}_L(dV71@+uK`OTAG`i+uGU^6BC)3m^e5%rc9YK zVZww33l=O~xN!FD*+7jzb9#DuCQqI`ckbMI^X5&TKE1WIb@AfGixw?fvSdkPV`F}P z{;plScI?=(X3d)Q>({SXv0~-QmCKebTe@`V{Q2_>3kx$dGnX%4K6UEUf`Wp)yu9@E z^qo6*R#sMS-@bj)q)FxF$#k+U!-oJnU zwr$&hTDrTt_wCyU^bydtGiJ<~Iddk^WOa4*ty{OIrlw|PWo_EDDJLfh0=j(T#*IKJW@cs`9UWlE%$YN1?b@|KSyxwA zAt514OUtIFCZGvcE5gEn0a{QJ zn2E%P3V&bze|g^j{}q~0wMs4j|69y>_I-KL)Bo3*_02B-{~s=FyYyaM^iM-zyx#V7 zaSW-L^Y&Jx{~-qv)`a7%;v$92cebt#~moB0PCSveNI z++|}tTjz{3Q`^F+lV*9(YOM@zWxh0RYTbPCqd!|O?cw5nkis#+Yf`BZKYv7+*=N2L zM-MPtZ2Kjs)o_l1&7eVOgNJlPl0zh8$v$@P(>w_b3JVMu@G!KpZE%u~SjxL#KFhTX z=GQzw*bM$@Bp58%!!VhVMVKU14#$oGiUSs_|Ne7ddO17oMoEK^Zz|K zf05BBo}p9M!QuSWd51g-@11#`$QW&I$NbYqXTq&*xzXa@2l(dQFI8yV`5Z@4l^V@y*W#RYi4$6E?r~{`7mU_H|wT?Z(&5C%G^j zFRU(qBzopr0OSGk AUH||9 literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x16.png b/icons/Wire 1x1x16.png new file mode 100644 index 0000000000000000000000000000000000000000..8a87fe53cdce659b03a2a78a63908242c1b350c8 GIT binary patch literal 961 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wF4y>tpj{QT>t<74-}a=abjOzUsqRG zD;U(&)Bw2?CQRt>?+238r%!KbX=!e5ZftDq=;&x`YnwN3-hu@S=Fgu$bLPy3h6WQ8 zlhDx6y1Kd{z#M-O80K7cE-U-Q8VQR#sS8SWr-qmzP&tTf1}T&YYZ_HEY&P znKGrQsA$)&U0b$n*|%?BX=&+!0|)l+-=CYCyM6n10Re%%d-v|yvj?cy$H!;t)Txn? zkz2QJ-L`F8c6N4FR#rwvMnptJW@ctuTAH4o9?&lvHf-3mX;V5F7#kbQ%E|&gvU&67 z#Kc5qW@ezX*RNl{apOjy#-^qwp!0x+l$4YJO#q4jy^{(A1`gW5u*)n7@(VU*_zVom z-xX4qSWkN0z9J?p+O(!&1B zRbzCJo9Xbsd!^VHHE5it*HtDtK z3lEq(Of(5lU`f%u5Z2(q$o0oJVX{eshC^dLgGfD(f#wCa17fUo@&O#oDf9X=e#<`a zWERV0n9QcaRl{EMhijSxqxWy7C#S6!Fl>`@Vb++Q*cf|wlfkvw4!7>Df8)sXoBitH zSrgVW{=D_);zv%Eh6^tvzse-9N!%E6e}Bft>qZS1o?hMB_^~%?)ARi3yqydJyLRv2 zmUrdU#lxwuWy2Yq`oCZNa(VOYHgAT7)5FW3-)ETm;vB=f8J?xU#Khp~>gTe~DWM4f D2lwA& literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x17.png b/icons/Wire 1x1x17.png new file mode 100644 index 0000000000000000000000000000000000000000..cc8545abb37706db2fcc1a02422ebf9d8c36e64b GIT binary patch literal 942 zcmeAS@N?(olHy`uVBq!ia0vp^2_VeD3?#3*wF4y>H3NJ?T>t<74-_#rHg0Te?CgsB3ZLO}ZPEAeK)6>h$%$z)V^0aBwCQO*n+}vDMRh65YTU%Q@apJ@oGiJ=2H*dj$ z1--q!EiEnW?d_G7m8z<$Ky&8InKOI#?1c*#+JV9D-MhDK+qQP?+U3iauUxru#flY6 zmo8nrc=3`YOUld33kwTvY;1Pz+O=cHjtv_&)~%a1Z2}rtR8&+@P>`3G zw`b2DQBl$9)2Ek~mhRiP@4$frQ>IMWzkmPc&71e`-MeMWmhIcO15I#tc6M@dQdd`> zG-;B%yZg+UGqba^v$C>)9@)5YV@5_sdU`rgwx*^gCnpCeSW!^{^bwGuqoZSLY6|q% z`t|GM;^HhUEPy6hTU)PQy&9+z7(V8?)||kQN-hcV3pQb}*aZx@y-kMgK z2)3wg1d<-kU=D=vKw|$FLvX%%cxe9jh4OW#|KB<3|1KlTz5jb`_dERGYaOX^ZaOfI zE_%8+hE&XXd+T~ovx5j*Lbzd8l5fvO6|tZIK_(ZmkP9N!9vj_y|NfOfq-ycX;xUJD z^_t)J=YP(feRJ=Pb$U7jL`Up)ZXWH!A8$N%v1a zq9$~Ba`0l4#+Nfww5CeU@2#HMtL_<8{H5V1tKHm_X~l;Y-L5P26qvRnwXju5;pC<{ z{?9kv>~Yw|eX&KOi_15`F*G&uDwk6qM`vj4k+#GOEIwZ?ql}ik-jyU#(rC&*LB%un zzQEpZY-d%Srsd9@w?VV&u4vCorfqvucRCzo^(gm|FW|k*y62k$gJ<9o2?mY5OcD|r z&dj124rvU`5+AY~b2Ad!8UHg>?3~i5C&Ttfh2f8gC(n;MhG(UFxq06>GQZ$%td&^6 z!rO5E0jt5nMxifq4vcEd5(gOAYUVMs89WeYxE9W6#=K9y!|1_#W{2f3zE;+9@Mc_K z;O7mI_~01wT6RImOD0j@ZTFZ$k1yoSs7V)-Jy0OC+)Z5L`e~c5ak)`|NwPp>YU$dFRH?yop2qrk46 rx!e6`tyNGx$k6icoxB{gs10Lb*h$CjjM8?%w8Y@)>gTe~DWM4fn9#bu literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x2.png b/icons/Wire 1x1x2.png new file mode 100644 index 0000000000000000000000000000000000000000..c8030b30acd74543bffe6e4a483bca3089aa1b78 GIT binary patch literal 742 zcmVBZ?v?ub8~aI zx3{*owrOc;W@cuyv$L+Qu5E2?^^QCN00002bW%=JH2~D24~_r;0pCePK~#90?bmBl zf>+yu}ch=LFUO0TEzL)L)$AmR~(_Tv)< z@bJ$p0gdEEaWtOjlL1eJp44Uq$fG1bHFU!;bp0iHh0>ie0H)czK?u2<5d5qrFh1wy zOP&yBUyu|@k`$#gr~zo)jGN84;ZW1l`O_;5Rn|03Rn@*)6?ip}Wh3Mu+p)~7pqs9R zEQH50=WkVk_r=2XmY%o7jNiZfxHWl$+G|w!@_?lr;x7$qy<8_7;uAZ zo*6)hjkyhiY@Q*2iOpsktn$MUScjWJo-q&t0KjztyPfY-0Q=ACKosSOBCy|A2U@Kt z$`N@0=l8!B{#?9rL>BlvPqR8^h%`Wxr(1qg#5X{fr(NGK#2KK?(;px)ftQREK%Xyj zLXlU5VGyiJCBMJEOCJCL0000000000fPV{o Y0j%5TaJIjzKmY&$07*qoM6N<$f^5)UrvLx| literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x3.png b/icons/Wire 1x1x3.png new file mode 100644 index 0000000000000000000000000000000000000000..6c939858092a7e13a0d0b919524cc469e231cd51 GIT binary patch literal 770 zcmV+d1O5DoP)}TgM)*Sk&&LB zo|Kf7goK2enwp%PoRX4~o12@TpP!+jp`xOqot>STnVF!VpqQALii(P(qoZwYZN0s{ zyu7@nrKP8*r>Ll?rlzK(q@-|gaJaa*si~=MZfLFkm?s?*&Z*A5zSaNlxch25 zJCn+tvikr400000006+>1kNkfGJ%?0zi23zWdT*S*=$|3HLcMp0l2zWuPO)kTH}g!Ff{0fu5S?Z%t(4L1=K@phUaXKN+}7 z^PL{eo7A{d@G81^l-fx^4IhrGs&c1~zVd`H^h&*@wCeZG%He$<0tUK1OysW4knf#FQYv9ybn^V z&1Q7)PI)RINt>MC|8;M60000000000002MCCmB&KY(q26h5!Hn07*qoM6N<$f}{av A=Kufz literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x4.png b/icons/Wire 1x1x4.png new file mode 100644 index 0000000000000000000000000000000000000000..db8ef581cba94631c0c778e6033b885136c9c758 GIT binary patch literal 833 zcmV-H1HSx;P)}TgM)*Sk&&LB zo|Kf7goK2enwp%PoRX4~o12@TpP!+jp`xOqot>STnVF!VpqQALii(P(qoZwYZN0s{ zyu7@nrKP8*r>Ll?rlzK(q@-|gaJaa*si~=MZf{bBW+=_e)0X<2QI*mSEK)&Pg++9XTfYTEQAAO9aF~RSNTaAeaT|-1VzgW0MfvLA#Mg~X-L;aYytir&|^I~E+Kirg| zrSruBE&>k3$k6dq;5<0yO9KZ2y*C0(uv#7S6aZx4_l^LVU%kuI0S?Dd4K3I0dF(0etK;fB_7k4?Hs<8weP{fU>}n zDqxcV?n_Z1_!XQ7T-W_w7}$hCa0YPQ?Y1z$abXw+y9^-8Z!-&Lmm!eY?fwA}c2=k;XwSRu00000 LNkvXXu0mjfdK!m- literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x5.png b/icons/Wire 1x1x5.png new file mode 100644 index 0000000000000000000000000000000000000000..2247d9a6d883ec7d2073cb3c0310963183fa047c GIT binary patch literal 868 zcmV-q1DpJbP)1Fl#PvzgM)*HhK7-m zk(-;FkB^U;nVFxTpP-Cc;rlzB#qi}F=ZEbD5yu7%$xTvV8si~=JYiqr|y}G)(adB~OZf?1`xoT=^z`($? zw6u75cy@Mnva+&tbaZcTZ)Rp@x3{;owY9dkwq#^vv$M0WudiokXRxrauCA`EtgNf6 zt3~6+KmY&$0(4SNQ#b%&3~|E%00KNoL_t(|obB0LbDBUHfZ>3m2E~F{s97cLa*D1- zJhio^Hkvm7|0i{qgAtrD%L>!9-S37A#`l>8hl|~-E1}#eyUzg*aNs`##7eayl?RBm zdgEGdw!~5ZrCqDn-w{AnwNBxH-syI`7^qYUpsI3%_DN9z63OG~yf;kggG>aq+3FPq z+|=T{WCGI!{Xs_y303PB0rZl*1#q4WzKX48w2bT9%K+tLRPVNxBp(}kLzXp7ljZ6w zPwE_Ch`nB0?1?wGMk*f?ebdr)%d!+j(HVhH60~i{c3szTA;|VUXye(kFv#52W)Dnt|`nW~{()I-e5)px8jJ2LSMn z@1hx~=W3qf863YP%AAj1Fl#PvzgM)*HhK7-m zk(-;FkB^U;nVFxTpP-Cc;rlzB#qi}F=ZEbD5yu7%$xTvV8si~=PadEx9y}G)(Zfq#*IGRfoVzBf$ygF*zY)waq4Zt7`XHi2n^ z!LX~xgr@h)0IV!;1Dq#=Kc#jnxs2=E^8oc@Qtx-vET0;^rlRP&t|+w=Cv^-kB+KeZ zmUMG#089L6$ab0)hLO}OD=-{s%2Lk_&7Z^`$7flhGPN!%D z2VgG`<2cFBd~V?WVS>jaeKN@LKt2zlIh)P=V9pIJ7K8vOHIVB80K8m&76kmj{bG?2 z!%;?zoOB>Gl6nyMAvdsGE;7T33547v?+tf(pBorsV2>a-1I3pBz4UBI{cIpL2w|ca zpzt35eb0v>orrJeG`}x1c>uT|NA^ZO8ofg-xcZ?T9y(514Z&h x*S%5n5*&XroC#DaFG0Z{yt0kB00i(?fM4t>5U|Zu6_)@2002ovPDHLkV1ncfmYx6r literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x7.png b/icons/Wire 1x1x7.png new file mode 100644 index 0000000000000000000000000000000000000000..ffbba60aaf8f7b7f07b4e96934b8048b993a8469 GIT binary patch literal 890 zcmV-=1BLvFP)V6YHDh5aB#rDz_zxww6wH% zczAYpcDJ{;va+&tbaZcTZ)Rp@wY9ZpXJ=$&WUsHUv$L~pZEdcuuB)r7hD(j800002 zbW%=JIsj8T6F~p~0$WK$K~#90?b=&&nm`zU;ixEvkbp`_T%zGn2vIaB^boBjZT|m% z>arkm$Z%XHjkDhcm+v#XFbp%x#YLyxso3v!+XQ-4e?Si}nU;Vn_PT#FpgEqWM=byh z%=Zy6=6RkQOz;9i_Zkh$2w&h5;EZVz8*obn_3qsi03c0AG$MHJ<_ZTeVZ;3W41l>m z05A{Za2a<^f&1g$Oy)s7Af#S*$d5UW z%xeO0Pb5i}WLZ{JDFeuAIC4*`34GOc*?2Sz;}KpIDX~Q`ulS?NrfJp%o))^U1DHo+ zEM;)YD?wf|{k~NfSgoO;PnV%#Jo`HZBsH1WngDA==<1O$6gA3&Ft2HLUEpbrMn^kk z1i~_?tMe$o+0+NN+Y^CyDgab<7RxsSwxJR36axGQCzfvv#FrsGFXgBn<}m;#!g0TS zPv@}!N5cnFb!-44e*ApdrStdzNFZR79(=%d>%QzVeY}8)5m*r5!-3Xs^0@+L+c%j2 zabVFh&}n-G?E|fE(R+YP00R8?z={A#Ap0^R009VaCP4Pi3%v8? zMS!yd^iqJmuMap*Az<4LfM1T2BGLfN+lSxv0nbYjNx<^+heKYX;Hc5_QbZiEEX&X5 z_X`h8Q$!4aeXB5E=D0UOL_o=WxdZDM5dwaGzb}z5dm-OZmW z`6_=UAma5e1ojpBmHw;n2?$ilSN$`@^WL=lH$y|9(|OB1oyGuEp3e{b1Ex26y$IZN Qod5s;07*qoM6N<$f=mCLDF6Tf literal 0 HcmV?d00001 diff --git a/icons/Wire 1x1x8.png b/icons/Wire 1x1x8.png new file mode 100644 index 0000000000000000000000000000000000000000..4ea7afed5eee07afe52736aa96711e0ff98bffb0 GIT binary patch literal 1602 zcmYjQ3pkW%6#mVWq^K#kQg&Ecat%GQ3SnF}hFl`4hGYmC8Ahx%gTc5n?$0E)MG!>H%F@gp zR>IaJf(HN8JPtNc%68U{IDtR_h>eYnkB?7kYHE6VdP+)4Vq#)kTpXQFkByB@NJ#MV z@^W%=vb3}$kw~xwwB+REn3$O8=x8AL`ubkKejPFx8ykm&gfJKkCX<<#mKGl$4;g}j zg3Qg$wY0P%BO}AZ!y#=(Mn-OKZed|zadB~eetuR~R#H+@R8$m&LWzio(9_dXP*8y6 zz|70bD=I2tu~;P~B|xB3sj8}~7z_rs3JMA`Gc!ROjYb0*va+(E9P)s8&;|k^E-fu( zv)N^3Wx>J0w{G2PZ*OmFYpbrV=5RQbm6he? zR$yS@wQJY9y1F_$JDZ!E0|Ek|)25~-E|&{E!YF!sd;9zQYin!!`ue)NyX))gYieqE zJYGvnOITPKi~@>=hK9lf0D(?{1KGes6(W)7=jR85_4M@g_V#XUZ1nf{mynQ%Fv0OH`_03KQZ4^~V_jVxC;>gr&d$&~90%a=p{uK_o15D`Ka(?XQ98)> zcn1UIeC#A#9I%C0qCInbD|*Xhx>~WGLNv}gtIOq%Y=K~-T<$5w?uT39NVmqmAz1lC zher4>`1~hZ;QW^RVqb;-Ltn4+{hMoRpZ-H6q&Eedii^w3iyEer^Md(F({ucp8UDGe zL(|hkS8sIBzPk~@o#h5avpz4e!sD6iOlow95MhMQZ~T$Ektic%gl+(oJ5R?YkC)zrJ+^A^^4g5C*=zQ+KAe(`S8MBHVW z*oCFBKPYkTUN56i)`YvsC0JFpquHuQ@cC+FVKZ+*CP%6H@ogW(u0~>n_ooD zxAQ92d0lQCdrs!m(p$~6-7X#8f%JoIzDH|Y#;5a@ZdfX3Yh2)&h!Uo1o*v}#tg9O6 zoROI)qQ=#4rhNJQ#O?h0hF9F=uFBIF3gX*J1EcLLGJlhl)$^A^`;ED>(`j(*HQelP zdb!rZY@Zix5f%^n@y`;XWs-yoU+ytV!1bvT3GKi5DH8HU*kkca)9O;H@q-;z6@%G2 zjidMsarC1*bdu|$(MP`bhM}}bmcgr)G{yIWMS-_P@n}7>J#szHQ6b}AOAMitY1j*s z#M3V7O<~b(CtNkfsVIwXY}*m68VYM=dxZ6HR8v?h&x)cwoQ_&vRi2I!>Bs06+^_Uh7#dy= zn=V(zl4~UQ&SPjoqWrj@t8mD(ynz9EOL8R|?Y1!%6sbA1KGgfu=k+w{y({8!gr!yE z4SHgZ_WfPYbV;kfIyHQYCm~|f5$TJqGkV&#yT(^YOML&7MT#l4wn~9AKe1n1l{9&G zW5*uT#gq?mx!xOP_iSTqL?>>3SRMrlw|WY-~Dm`F_Y`a(;e(Zf&jFqN1Xzs;acK z^y0;fG#ahHzrU@mt)Zczxw*NnuCBJWwz|6d%9ShO;o)6fU9GLHH*emosi^_I0G`m$ z(C+STp->0_L`6kKL_~CUc6M}h08XN#qXz~CdU|>!5=n1wFM!wA*VowC2<8%t#c^?Q zfGB{Wy}dm+I9N+d3kHKZIXRs;al+o-J}fLOC@3f}Ffb$}Bp@IF3j z0WBazBodXBlmJ4IsjI7NY;4@p(gN@R4gtKTrY2AVuIlRQU?{K%-~oRF2aCnV$H#+p zfI`5GmzNjd1XK|SgbNogSXo&a85w~=4Cf>)u;cO=S7)~q5Tq6l>|D;X$56MloQgR~ zdHdaZOZm}=JGEsFa?vf~i7jhL%*l{_mCH9}ei~=D9I`DTmuLK|{!d=gf}O=+{>$R& zQwHlON^3%W6Zx{AZ1b&5gCmx&iHTg{he*ocCBGbu$C>!m|7F^q9r0*DOXt&gl#rG(GIHpEkN9fcBXF^kdnqCjuGeSKMj2 z*taGe|CaW8InZGa+?u`AG@`Nwd&1!0xX){r64ELOA zURzo+4?YtpivOCH6<)$c*jY!0%)EYo-Hgy#MQOklwLR`wBPu`argS>guf1ArzxB?; z((bfQ?Bx%uZm@?5bA0dmwLL9&gZPd?milL^e@^G{p~wrp z2AM_W9Wdj{5=lZu12*fqWs>j9VI|0zObcePqZpp&pExyZvJG>};?{r?(S?J?4ZRt9 zw1B9sJ*T7Qe|MvvF$_h)bw14`-VR8H?tl}vXB@#Z2QheUTl^TTaF+_o>Sc6SDl!byzIc{hl2pox-+_`~gLQv*RD4Mi5CPl&PDLN8xC+ZimjlZD< zQyGv$q`rkAQ^?$67kZzXHlqB?S)K(X#U}fXwZfLqEOmUVd#I zxtP^3A9|(*K)ml4<^j*yaqfDRrYP?X`svw1HI#1VH%U3S{FcU3< j&#^W)+`Q%&&b`=qZ;9eF;=YRn-Ydij?~H3c<&*Reu?FAW literal 0 HcmV?d00001 diff --git a/icons/Wire 1x2f.png b/icons/Wire 1x2f.png new file mode 100644 index 0000000000000000000000000000000000000000..89c3a76ec73847546fec711b5c39c205bc6c873e GIT binary patch literal 918 zcmV;H18Mw;P)^tYHDh_y1H#`ZN0s{z`($7Z*RG|xwp5syu7@- zySuiww#6rDXaE2J0(4SNQ#}A2dxeGo00N##L_t(|obA^Qw_-pT!10?Rm#e(&QYPF% zxq4BleE*NOGb2JOROjrTo#zAmf5&N_p^uN=d*|JK3Q&Lo6rcbFC_n)U`~v{pkeh_0tU(R{A6kZlVOP< z3jJ3B(&U_8`V^Kb8HS;%>PYPfOl%WE7eWuZp6`?e;LLsKLo~j#SabsL(z1#Z`~<-d zngA9El80Ho3xKz(kCs+u89@4&aOdDEAEJC1wgpByUfMocT2au=ASe)}d>Ep9Ti~*^ zY1h|`Pt^_1f?Lcl+XDI0Dki{3(Hv*QK=Oke z$n!0Md}&u^zO{RREiWxtq2EHrgHNpo=Y@OpJP2 s|GWR`Q-A^#pa2CZKmiI+;Qs>t0L2RDkp{pcumAu607*qoM6N<$f{2a1egFUf literal 0 HcmV?d00001 diff --git a/icons/Wire 1x2x5.png b/icons/Wire 1x2x5.png new file mode 100644 index 0000000000000000000000000000000000000000..d92a96d7d2c63633fe8cd24f63b4bb0bfd9e610c GIT binary patch literal 1141 zcmV-*1d98KP)1Fl#PvzgM)*HhK7-m zk(-;FkB^Uvii(+;nV+AZp`oFbm6ey5m!P1aqN1Xno}QeXoS2xHlarH@l9HsPq@|^$ zr>Cc;rlzQ&JIXXH{cctCWfUgWN zxszNzJ%A|`OQ$TyGpPW=S)o|`MgUQi$_EE3Wm%RnkUJrOD6-!ZuM{niCwaWe)tZto zu|yC#zJ4e`Ed=?zrf8a?8)eBOL`gmbP+#O53eI~=(bQAU|2IyX?*oK$zb>B%VcsK@ zN{(eENn+WPxGMz&Y7E2F@khm%KAQIkU29YtcnN|~*$-$Hs>n1g)3$BLMr(qiw~>ke zY??^9xZDR|iX~pk=m9cRC7#23QEihxS&rFOR`UpH zIN$Bk0*w|PDIdW5L^{`;!0@h=(q86!Bu@+E{cTAEf1*TI7VHIKnZZJ+*1PiZbU-uM z^#!#SnJBiDM^02gZ6nOn0L&s^B{Pe6yH*bfPGWRSI39r7y+|Gm2xq}il`G3VsVGgJ z3l4@>&GLY?JP>FE=b7AUtZsRKXjzHJLt8Lx8})jZm)$NUfM-@^R8?(Ojg6TlLyN~% zFbtz+R5$Yw;JRv>cwBAEwk)Kt3E{rPQx%s70XO}I9n35qs3;N1YpxqphXI2=UMOZ} z0eJ{;Gq}Aa#PV3MG2tC(i>Y$st_>Wx9^U$d9ugJ`zdSOM@<3on2x4gAsbB{~>n7*H zKu8#tKeIM0PXUAkIo!z1A{~&Y0z#s1l1Gf|-tEqVfSX}t`NT-)-Mc$L9&}W!06sC| ze!}wm0EGDU`ySZe3m6Vl2S%d|_}{?biviaekO8RxSG&_0kO3J$0mM8IJ_3NA6&a8c zF#JToL%P8D;W15M{IL1`4+zBPV}Z@HVmB}z$L9|OY|jIMNg|MxKLC)Ne?PG8-ckaS zEx^uv9MFG)0)TuRFnO9xApj^J3(V$|HDa&{?7FuJ!13{XKA%pfNdP#%?U&y*Vhy0k zZ~tj|{`|ZoRsgDe(vRcMOCkyY?=1j`5KDkIzv~4>Kr8_I{O(sQ9x?NPmq+?M3Vv485tQJ9UVY709`9BE$!puV`5^`*w_d( zzp$`SS64SWIvQxg>n)XAfF2Gg3GxfJXZX(r^gj$-gE6fC|L^+$|6j@f{|});Y(D>Y z{{eSs~Y?Ar^!2iY#@BYlw_F`aQ()V<645^s& z_C|L3B?kevgd0YYyLxXJ>0UgMl^moH_4-;>xX#t8_fP--msbB+w4rsw$#-=hcKl>f ztel@{q*$G?^;Vww^`CMd8rW?fF!EO%U^X+`_Dtl3!-3uJ8cG@W?0)!0y2ZR|Pxa=v zucUGgg~@L}J)N&%>s-ep^+&B4^6vIo9)CCg`?N-DXHAQHb8jb$?znziR;BoAG~2uH zms^s{QrDX%@Ly8dDVEQh5b)(+)gILb*6PKEj}D#JVQ3WL)al&L;N#-6H(o5C=Yzzg zIM+Rj2N;U_ek^!3W6;86R^r$Y&feXFjBOH>~!^aVz%g z>=LH#FHM$98r)%$kXN$1XuDAEz^@?LqaFTV{Z}$SQDSm!{<+4__ZP$6&>|5qFN-Oet&IWwZ~KQD_zvHVJbaGlFiOgcKVH|OvDHJ^by^IdA)tkfSj>*{ug z`uMHk+pP2Zk;1%&^+`+i1^y{l|LEF%MDpl->n?r$qG_=f-TIB*?H~XDiO+(^?Sub} abqu9`UJ>4oGi89ulEKr}&t;ucLK6T^#m`6p literal 0 HcmV?d00001 diff --git a/icons/Wire 1x3f.png b/icons/Wire 1x3f.png new file mode 100644 index 0000000000000000000000000000000000000000..c71625ae47cd837d2dfa1fb2dabda486b33f7569 GIT binary patch literal 1109 zcmV-b1giUqP)%rlqB& zY;0_ejg6?NsHv%`ZfCEvpKx$+Yinz5ZEd=`y1l)ViE000Uh~L_t(|obA}za-u*KfZ+_HfEWZppb09A z62T=wjqm?x(+f*OG}?%%nkhPWx%j^%^f^*_dHM6)^Xz^HbU+7mKnHX{2mD6>*W;fF z@crIE5Tz#pLwVHizYYXtEWE1i1DZ5~{r>9&0^_kF>g@umF~Y}~s-`%`$1>Uj>^!dm z-~eDx1WX8Tb}PU%&ucJ`4sd6jg$YG89|q205&fhvMlrR zkjiIx;SVGzHA5>v_KC`+g9*bpU-Ep3rxf%Vq$-8d#%Y5TWz_9t9q#=0kLR zZ@Fv)%=i%+sm=UWOCof0(ux2h=MY|-mIAcJG=JW)Ioo6;4DNXA6q}l zfh@ma2By_Kd7}1&5Q?R{5eD)+E07N@XFK$z2kx*h;HgyxJct9o$mhWJE`=l2L~2@!Ktm}5wI=$KLGq{Vp-_A zN93x|ivj1!&8g=%8#;d#KvT7XD_*foP+oTr+|KWIbp8r3l+e(w$S0v7l@o<_&yD@z46ho^g0A0mI$_V9+ zY)}H+ov#7K&@Pfr#5uZB5ManxfMRIp)uDA3@L4G6puG@NOW}5&0v3`nk_~;uK9;&XKL-vpfQh3Y2VR=i0mgg@91fqAvp*h>X<7%E^W`o& z)QQt~ph2GArZwVpI#q$?vO&K3c~Bv00QJV-93aHu0?;^r;WIfWDBywo#kUGV6u@rx zK>o^m5hA|6P9)#x(cSwkpJP`^n5W|twQ^x6FnQ1jDp|(Y|g_)K>xdaj}1rkCCE2oNAZfB*pk1PBmdI>1dg0dF+lQd1_U?W0owu{^ybc6>^Xb_Os~14rBrigQMjgduAPr+U7y20iq^|Ut2y9t>Y0$oV znguLbIseIUGhbtmd>JEeLjegzNX)Q+8Ps@JR9e?+o}WempT2+j%UYbT@+WUX0~tl6 z*oq)j{{XV zh~oObkXQy4j?v?p-^oXxgD`G3WNt(}4x{`O3aGoWrWT-WyErd_BUuJ9h%#@Z6C@K- zQG}W!gR?dhNi?a$#jj^Hei>6ju&j>5rms zI%cc}`k4X&@%ZPL%x?V{hA4^AGD#^ok|d%WMMRK1XNk}Z5#SxSogCMS4=HVqa&f~b3Kw~OL5g~&v$3mALkxlYR7=|H~04`%Hv4BU{MQi3h zlQGECmx)MHU?wCZaUxG5NK6t1l%WjUpg4m*oxgzRN3y7wSip+4H@DU=fw*iO3+O|L zoaxEQr$mu>iaAFTB;$SpWyJ6dZ#_qWlQ>_)mf2)4@sbF5XvIBku{(r1^UHXoDq7@i zgm8-@@g&X#8H~#2B*kVT%E)%3fKkXc8xu5pMHeuC!P2clt#~6?CJY9%< zf91)WSIWlNQU;$fC~`pA4v7$~>opdl^qhxx#aHt43LMEpUN=JSgmz{7S1%6OpHEsq zJbv$jISc1JEgK_B&6Zs_c;~oCw$@ut_$%V!(R|J{~nfnTjEmz7ay(6qie(=Y~|9z-9t;JbQ?Yoqia1+Ojg?IRIVEwb) z@MMyA*HJ|56pp*(5n)Z}t0wvT-M_uqKQ>mFTfrIlL%&p!;h{XkT1;W6MBnbVc#Vn3 z9%ruzdmgP`D@b1Jc;OKVaW&-g2#7>Np`ZM-Y<|Y@1d5exMNmYH`Fy7c)e2y_nIz~DHVtRch5Gq< zW8}M~uKio~y)`-VE&)p)3su~=$tKS;@?n?P(O7&P2WJXFi9)$0Qr{9t|02ruCvRpq z2cO;j*U6K&1bl7v%$9jispU@c-gOkmf)kZ}64>#8s@s?$Hi@OkC~gJGUl`chfAEc+ z*G3<|WAP(%ztp&xZ?Nkpfn|^WMIecg*@`fa2~pPDJdfgr3z7#o^>}iq)Ay~*gamBu zsc6ZLum0tqNtrXqm~}55Q7PhIfZODI+r}=v>G`&0G7y_v5;&Ib@%HXf+T^ocr3yW) zn({BeHRE+r-}k%s9PPULFjW|02m=$q6&E4BN0}?a?3uZ#oyMeC&J$rZBZ7?n`d^!e z1`B656N9Mt$*OU8fLXCgmD(MOO9Y?O+0igLIO`}7y`ZlYWykZ&R77#f6GULS4UJ$O zlD&+y?NPTya9I>J)-CH{`+hbLdShe|PHw)p_{1Fo2sHLG(yhVY2>_P}KF5^EiRO#2 zrp*i8nzZ>7rJ!xYkxr9{4C`Q~jeeyG&f2FSl|g@_<#m-T#&&4~e_7RczGTb|h}nm< zI+j8LDk}%GKXxFS@5EGdPDg!c=QA=S0OOYXF zUVhNqvqJCaj-Jjv9VKI&1yMD;h!c8VL+`O96p&>7`2-76e$dJD!xw&jspnd=n~6a@ z`nTH_lfMYLJ|+n?FVudJ;23%wf9Pfd(DMx`S)BA>BH%uHYh%;ujrDgE`x6+v7%^d}`aP>&HgZ=~C15hszr_HvaJx$8myS`5tcpEF;LM zo!b^o0mA~wapw!Z(EdWWGE!;2)5@S1dfQQh5qbU`T-tQ!6tc_%&v>-_(JwzyeM@wP z-faf-|Nmj1vr6g+B({D=QM~S(4hUW!9(r%*^D{UYk2li)SJ2DoGr-;ebSe8@Z|m5o z<*#?96nQ&yPyMp0wsj3)6xa*=;pE=;UfiGaFJIG*g3aCUZHQIR`OdpX-v43o%D^c` zRn^MxK5!lQn*ad<1PBlyK!5-N0t5&UAb=D92gsA3@ByQgMF0Q*07*qoM6N<$f+F&; A3jhEB literal 0 HcmV?d00001 diff --git a/icons/Wire 1x5f.png b/icons/Wire 1x5f.png new file mode 100644 index 0000000000000000000000000000000000000000..1f4444264105f42ac58ff64e569cc196b780a41a GIT binary patch literal 2338 zcmV+-3ElRIP)kUp)qd27n<3t3>7BR1+H6#!yNKunO1*uR&K$QyoAR!g12uNua zApKMFphRjYC$P|1)pK97v%52^1n;gb zG2ducGdnXo-*@i0=bU>cU@Zh6K79D_;lqayA3l8e@ZsZ!h`>Y>$dA9IHl~{A<-3BE zips^IWznp8P3w}Ng8>$VLMyF$Bn{*;NUv8=TiqA^}%idH32GD-5@*=WD=h zd#CNwNg$wR>SH^qo4DIhatdzlu#mnX_UIUm9`8Iop#lg|ls|qHYOI0^v?&qx=QOR{ zs~KrY*n~ki4io4?jdQ2ZoH4uUS)Ik1FiI##w+XUyl)QlyO_s|Rp; zCO`&G6{?|e1*uAsvZ64S*jP#}t9 zp)!ZEgd-(EgQK`-WmP{V6HwpK@~g(jtthv25b1^S+ZiZz^liGCjFf`nDuh5C?LL5` zL|mtKNwDE?uqHfP9+e?I_bQUkh!hKzlvt2ugtIthM}*s084@fudPPPow)COvpDAY( z(Gt^+yG5=wAtO-IF&Tk&wlC#6?=p1~f1|mG0%~ioyTyWAUrnL+syHztEW3iRq{(8B zQ-mbXDJ9`NoJI+mfszZL-`dW>|L)#UL>GEuds$sKd{p@A?JL7u=F=KZ?a_2oCF!=gJ^LT_Y&yMDG|{Lim1YmDx3*yR~o}> zz7#@p$(s;3Z?^4Q+1cUzy`Tbqx4!P?%K6f-L%6990!dZ^n1Wy!rB&iL5dti<`w)vZ zxui^X|99&LI`+Sk{mg<1c<7m#cSM@f<&@`vje z1*@YAbhIHsN03#$B#>JWJ42<3Rb>+0$=l}>FLWL}l$ZQC1gPqkk+Go3MqOtvL5YT7 z3d%^kf=pNGdS3p14o!1`5(u*o383WWtW~A(TKv zWWc7y<(gO=jO2Bj!KVj0_HDlyMi(LA+WGgqto+0hp`E9w%#1pW^qeVd3Vzb1+Zmj) zW1g1Bds_dw^2{ks%Q-!M0nzGd)7KnJDUuvbLt)oH)7Zkqw1Z?7ZYutgf-l%F9-(pw zdjEQrTjQ`G0`6P&(;MpUk+nBrD=D|7h5S2OyrtKx2BxTUo|dOueB;?82X=oS@)sar z>B_5@#}-8}Kq_|I!`Yw7{q?~b3oi-3i9HZ8gQx6V+IVu^}^PTmNcmYE_T!}6yv(&r16 z=l|SyEVrsGkbuoyT2&w_k3ym=kidzk+c&6~s-kw$U^yI#_HBASYa2>GaCFb@{e7ua zq3GKJ2$|Ek^r@O<>HJFD8bLd%XEwNLl%FEjxaq!43XX|;bHSD)XLdCA^%jmg2P+I0 zFP~Q5^e4IOXW4?$z0GQ{G3s93`Qaz;6`nlf@sbsC^lNzP@hSq- z(Z&+=vimkp@Kr2yY-%n7ZyQP->pCVK6apeRX6D+=I8QwKHj+9O7wpmAeC_wWJw;@X zQ0Tj;Fgk+C(mfXtzMr2uou0jbSUMHc5W)>DKL?xjr?aa9tBu zMgR73Wo@X6mJsh^(S}uJH^etJxLrHZ@NBExbzj5WpRXct7>47+FTVd$ds``KT{!ag zg>G8(i~HlhKG5>fze`2OhYue9b?Vfn zrlyvbmiqeowzf7!Ma3mcmJ}Bkb8~Y8&3AEeS-5avT3XtQ6)SRba+WS#T2fMyot+J| zF)J%;*|KGwot=Dqe2W$>0?Il#I82x@p|7uxnVGq!re@~MneFZEf`Wql{QQ1?e$vv? zI}AG&fZp>e3GxeeW&rv%@&EtTlK-Dw12R!S7?AfDE~5PZKlg)>{|o*f017<Zn=bSzPpRMqH`nKmC?121|l6x6XdGkIiHOBX5QSv(yEKQ)v=jjb~1+ zI#te)qPsS)Ytw}2?`2mQq$iyAFArsy9dP12--kw}8Q0c3=PY1J&3?zC7tpBmb?zY+ zBe#XS3WWGqTs8Z<_&AHimFZ76GGyfFo?pyx+xG_NDP@M#dpRu6mo~;~Y(4a85(DEt z@p;pkd@|mn&CT78b11~RUf2^@-VEACS*K<-o zv%oo-?t5yd-I;!JO&t9bpghYU;SnOD6$$;oiyM)Y?j{}jOkdovR|W_)LS=gU1~@pnd+U6b>* zul(WvaAcpjT2URFz&+Q$8P6M^pZq*S`=md^XV;5Qd>9WM?@~+WVyIsm^lRCw`F@sp y|6(KWv1Yl%_rppkWi8QWOKG9$aV*^RlV zbQRT~Ty9ZAl!R8s^4(Xy-|su;d(Zox^E~Hy&u=E(0b?P6ID+8d;1IB~G;;zTyZ`cW z0Xu1)1~y<%9c*3D5Cnk;H#hf@BS*x<#1IHXe0)3(hs(&wxO3-DY;5f5)2Cx%V(#9( zo0F51o}PaD_U)9E6as-zP*9+%s>;R11(tbvc|;-+*y7^i{QP{7j>qFKT(}Sv6qK8r zTUuI5rBW*^D@i0$L_~y^mKG=u;$>xJ6bdEn*OQ!_oS2xXp`qdH>swx4UQtm|U0q#O zRh6Bc9UUDFpffWw0iVLcLK=-$S66rM-aR^{CR*PBO_yOZVnm&;((@tgM%d`BmhsK7>J`# zD1Z(s05QQXr~@j1-KeN2XJ=;t0Rbf?rK?x3mXwqLAa8GPI2;bN1<-&AXawZ)^Yb6% z0`fplOG`^hNl6hA5dZ`V0vdonNYT~R1x!Fe0|NsP1iL_`8#itk8yibYOT%C=J3G6$ zxHu0F4uYas2j{^ODA3s0n3R+R=z+4<*4E%8hyx%n6j!cX0k~iWz!J0!Isyac z=jR8mqot)qUS8hS)%C%H2cTszqTpJA{<6Gs#$cM)qMb0#W*pqo;)t3y=wr>fQZVKF zj~Z9c-o9t_Xs7Lah-@(a13310oo@WE0JQM^!2hz5`__*QrLF>xv?!T}pq%6C+cS18 z5XD08Bg7ii7?yLGfZn%A&OmNb0lmW_YkHb%u$#p6uv0U^P?BXW_wacIEB}!lL6Z^dWJ2Z9Q1}=_knwZ_w8{Aii3n1 zi4e5Qj$D9}j2w417pl`t$JyiPKgk9kk71!EwHj1h^jZf82i(ER%*5peWwq!hZq`gD zEyQV%UuYEWpXqCJb=r57jBN9-xH_4`#HLXlTu+qV_do=s%(niN4IuUZEN{Xq4jCxO`Sn>?CfeXKMVQweMVPc&+pquV?*uL5mA|39q5Jia-?UgUcXo@LLoF|f9WRE_{<6d<@owBC z%>Thvn)qB$cbb@-AH_C)!7nH|bi>W)p(37a=#Q^H$)u(+RsQZm+4Hyxo~DMLI%T|* z8vc$tzpj`w%y`{8UsvtBs1~a9Bokg!$$IPJ(LjI?V|X0J zc~XazXQILGI?T~t(4|8!*YthW0jF2IeU@+mBSJE9Vj>iEPQ@wf?7CmG|5wX^sk6jJ zX^9Q0-zjwQDm7M5cK0&3Z8_r;vJ%bBwM6w&hsix8O}XctCh>I1oZsD&w7nl6%>0CO z7sLGjXtnHzTCylxO6*s?hblprB?5&vH0kRbN!7xSOjzN zt-}e?Lx;N;YU@yhT5_4%uDIKj!v96QG?qR#Uf^(`o~$?Hafah%Haxt44=WQ1K{odq zE)#s@WI5;ktj+07=|Al)p9yG9_3~X}vYr!T-I}yw09oD@ryh#x9n@bP?I+EEsw-!Lb9&{W7MIB;(x>w-$o@ zJiseSn+$xb5IV-c3cIiU>aV5WR^M!w2#@tLTo5Ev1q<%{OoF4D9*!@OjpwDC_}HvZ z43))eq!XE!#fj2(q-fC=fkujKg_!=AI^_3ai#x@LXmKao5z>^+JGs*L-)iPJR1jJ2 zMPf&D+f2z>A502Pzzud6@_L3x;m8V8m9SP}QHL)l=~30|T9qF^tI(6!#pdfY>|Xl` z?PmRf#alfyqZy6K6R966a0BP{CHmGC&W<^Ch}y`h`%~cVjw$^MLEm5eoejo}gl?<| zxCvJvCl-ttA%*93BH3;}Au>Yn1{bO30#*0KQ9fG4$t{ms=>Z)YHfAe^C8H%y!SfEs z2~zg5wMvIBGUpxQH_uS4(Tnvj3nlVLtr!Lqs&WW(b6&T?{D+t79)7bWVq9i2;!0?K z%=zWz!1&N%3tK>kjlAw#F%jCfgmc5@ML7u+5W3#TNe*%X`nAB~BG$N&HU literal 0 HcmV?d00001 diff --git a/icons/Wire 1x7f.png b/icons/Wire 1x7f.png new file mode 100644 index 0000000000000000000000000000000000000000..c90896b27394389b77832f24f240ebaec2fdbef6 GIT binary patch literal 2294 zcmXX`2{@E%8+HuY#!jLsB#eJ-A!N-m2iccMgiy9bc46#>!N|T1itG~yAv+0&BUw_i z6cTl^b&~X_`TnQV|6bQT?>o=?Ecbms@Aaivm>ICM3bE4B(XksD>RZ9?^7F@x0z3OV z5iaPd7A7`$1VO+Td%Ha0fS z%F4>f$hdRoPF`MKVPRovYHDI)Vtjl&i9`|;6B88`jf#qb+`D)0mX(#|=jSISB|(v( zprG8`+@hkQl9Cc{Z*N0GLjwbY?Ck8Ss;Zirn##(`^78U~_wL=lf8Wo~@5YTA?Ck6* zDJi9;rPbBdwY9Ys6%{vc-jtG(0x+4GnaRn?1qB6RVPQ5lHqg4bxHvpK+}GDvMMZ@| zp`@p$19E?Ve;*$o6B8346&)QN5fP!St6%-aK_CnpE`Lk!3W zOalS}+}zwaIXR`Jr9noR1t0+%6B83091Lpwifm|TfPx^GprBw^S64?zM{{$tm6a75 zjqd5`>F@9F?(XjF?4(kuw{G16DIg1^=goVI486U*y}rI4y6fud z!j$15>FMdgTpm1l(A(P!F?M!#j*gB{3eK{!vQ14*j~+b|5fK57@W8-nVPUc75*Z4Q zbuGxs%o8LM~bt3)mvemE11rCbaB@g6NHHtUcaaJ*DsnbEPTk5cVa@{bw*&5eB z&9*^1#$1j}Tvo|!!n3Mukk@3=zV$fL8`9*>f3%jpMchxCQHhGX`{SEPE|*-*WkJgh zgz{wyK_Y~ptuGo3tmg0C2;zYtF9Fdr%jeeC`D@5{h{xMSr5!{}zkJ(M{S?roW8^o| z*RctsY!z%oEZFc7kLO)WjT2YT6U;)j{boOC<@$nt zZT6_#XH>tQXutpZt?O_xESKj zb1~Bo^hwOQ45llW;s+!|PhmvGiYH3=2d)~Bh3rn#ODY^`DgDKbhyOR@+-TsBuo4kgURCZK0nsYLxGfJj^sxX9X8Izo9U1*b&+lt(qO_D)v zWpXT&a~O1nBYmWn5*5cUZ9&|>Jo#udonO;l+CR*b;OkPyEU>spI#%e!L9%$bQ6SnvJK|C4<|r1Bg2!rk zyI+>Oyz=6rKX*p*T(-6DP$pmd{)=grH#dy@|10>eG}-b$<)>vwIkc2Ew`t=o65*k@ z2Nqk{N!USdV7z9U$gj+D&*IJTna!(I_+r zgJ$9Q>iDRU!f-L0W@}#)KP@4y_-4|C5K1tI$wal{tn8_9KkQ@a$-l?vvQV1nY>4QUBDoeQR6(;K8Mpm)IvX z>17yF(Re;v@XE>yr>Omo{ZE&6581HtZs~uHCQR8Sv=m89%XJP}I{%$OW=NfWk2UEE z94unEIyv>5AGZ7O0x^uMyUy!&1S-WG0*@$d9@u(GtJ!pWw)m+NOgx;D+Jvf*uY{u=K4N<)8Q*YWM9 z>AXJrBq_J5-%9%ij!%L+?Uc>~+XvBmO(HzF+~K&@NQFQ(p2*HRH8Q`OkCrv1(xEJR zg-w{?+2j1er|sV46NkK6^;J$`gCV;wXZE;fXP+)PIDgmQ@lIM&c|#`H)stTx>_qQ! z?o@rq&`x)Y{qk9ku&TK+5a;~z@W>FdmS_+J5n?Z~^`V_A zgIF@LbV`jF99w%_uxw)mKr8PA*4Gj&owY6nsWkA7Vv1)2+ z_wL;zlgX8pl~gK~LZMVuRn^tiMMp=2bQ}%`X7As>-`3XF-ri25(VCi?T3T9~o0~x{ zh>3}b0Wl;Jsi>%^pr8Oe#(uuQqSe*acs#zfwKY9G9TW^aPwE6&psL2kMhpfM6%}P~ zZ*OdD3={%^0J7rZ;v5|vO-xL{>V<`c&d$zeW@ez&`uh62ckf=leA&Xn0{DPMU0q!* zEiK*L+>(=%Jv=;;l9GU-lao_ILPB|YIp82SF){H(1VsS?(m}fbadC0^KLXsqn}R7| z2>by7WuVb$Kq4a}0XjH1L_|aY0tyZb3kwbo1{e|&;_dAX8V(593ls_kFf=q2h$qC$ z%L@GZCyE`5Fd(a}*5psTB^t*zbP-><2u32=CLxUa7dyd4680Q(D+!NEaQRaLN|KvY&% z2DYF-fWzT%P-ky%uY!UC*euX4AWEl_OTdwuxb5fV?<^qyNO1~+j+hsofs+P7qfajW z@|i%x>Q6rt{@_oOC(0+}_nwH4KMfB*30(ku%sT;Iv7CScZ9wo<`$;Is5mgsT-3*{W z8v$evvTW7&`HJ7nvi~d#`C>6(?xlbBT-FQ!j9-1R*{OL!tNCjM>%`!9B|%$dH_2#9 z1U0k{)$niLn3XvMnE-ENXxvaA(&aSi zZRNMtJw)j=!MZVi4#CRe4~{py&%@iiDwl04|4K5LgvjOC`LJ$_Uo|AMU(SDRe`IEg z6vp?5c?vSO&Y$O^Qwp46HK}JY@<-c^)$SL^Xqz+J9JJ2n0l7%qG}#KHMY~B@c}Ze( zx&Pti-WQwkHbm&<3SA|8uKY-5>%T{t6WI2qNbG42(S3gX&8@6S*~}O3oC>lf^n~f9 zh7E`ofejvOb5H$`;p)QZMsdGDs}h#YVUNGv9V~XiHg4swxQ=QAiTI&*nNzMYwH(ZM=WA?n ziWos`wbAtSR}=6~((o*Exq=$Vl+yYM9LUH^i7V6Z3J{aONAib2iqITrd-czQm54xbt2NY_YFd>@^cgRrYU z9eb-ep`#Jpzr{`Q zp55w+ka3Qck`iS7gAQfeJ+u|tMf6t7Vwl@DQX<|n3>a#FklT&ry;{x5O_o~fTRr1+ zoJN3DEU|q^9!t<^nF$>vQc{-w%y_+c6C=VSqL|~yD+hh6u-?jK-kE<5XP)OBy;@!S m4eEx>o&Wdkm$FARxFSsW4dqk|y(RDq6>xR(a_q9dhWjs3oZ@2u literal 0 HcmV?d00001 diff --git a/icons/Wire 1x9f.png b/icons/Wire 1x9f.png new file mode 100644 index 0000000000000000000000000000000000000000..58087818de361ab0d06824c2a3f923a0ba82e571 GIT binary patch literal 1780 zcmXw34LH+l8{Z~0ImkGjS1w9aF9)Zn;Rur^UX6w2tC5el*77l%uM87rKAU_qVZK6G zI$IfSBbCE@rgY9|oysX66&gxur~Kc?+x6bp^}nC{d7j_>dw%!*T+ctx2j~8shJgkQ z2K&zAxZ6oEhHZXZRe=8kn+rDJV?JJf#~=s-D|&i*_V)Hyu3X8>%gfEpwX?I^vu960 zKtO3}>E+9p%gV~Kv$M0ZvWkj|PMtb+{``41n_XR9-O$ibSy`E%pU-46$z*a!NC<${ z)YM$PdbPg3p3CJnHZ}sb^78VWoScG!f~KaX_V)IcmX_w`=GxlY*x1;Zm>6wsZ2%}P zF0QJoYHMq|aN&Z1fk9eY8sI@9kS~0wmGtbWj~Q z{o=)opeP{5*VmWB;Q*wGiHWDDC)mo&%mg|Q9XbRG0f*Yy*Z_va#6++d92`s_5J0cK zbpYrA4B!Yf8V&RVW&{EOsE9-&NC&%@{%4>-(7o>NZU7z_7!V4Dot>R`?%WZJ#eIE! zK!&EKrbHs?>FL?Of4@j1;`8|cX<=cZudh#~Qb8g8{r#Y~4h{~Wp8|mZ@b~ui@_4+0 z4kKf5mzA`WIA3>|z6-co7c(;Oz{sp`V_B?Nu^G+0{Wb?)XK^#!*#jZjVEjn-nc18} z-Y5V}QiZ92ztu%s_G{vHa)By0>v;r-|{mN|p=nD?-WoSw1+- zQf>k_tw$4rEFnnolRh*FjXO<1o5GJ>sN`#&P&Rcd0frAU$@qby%i!E=KN*mSj5aRvqHqtDQ&O&e_|N zWq3V4XEydoneFs)v_D42{;UT_LUGqs{S#--KNg7B^M7d?=+76%n5qW|vs@?!nq#&n zjvc^@qJGGOzZ>Xud+qRj>*+I9YG*rC%e*z>KD@*Evm<*xa!oz@Dson3@w$wopKRm% zE@>n@8j#yCi&wj5%eREk6lvKHfAg;he0AX-0ke^QRFSx{FxkHTX*yFK`D?_PY?CqB zVK3jbk=HMKD~z46_tYZg>Q58$w$ZI=#r><#+>O=*!!SpI&*Q=xkrn7v+>J5au0)_IjFVu8xVT9l0C=x9WP8N`jq2_mevG#UI=1>*;$D(>Xgj z{WISaQMl}>zlf`|q3KaQzK!r6kzhn`<-mdMyU(Z3H4LmNpU=A@p6@TYZ*aF)fBW`T ztNDQHopqWjcFMgJ-4g~dlYLXmA*ZR*U|%h7b;HztH&0dT@xugaXCQ|2l5?DqRMXqq zUbCZ`+e(U0tf3C6NC*C9?j?vh8a~t@`L*Nkpc7PFfMg=o=WnOq)A&ofe&*sza%<8!4j{3+r;S<9O_-h$=Lu|3FB$mLM!$kNjs^=33bow7gb& z&{B8WrG3Q4j(Pi*j18sn&GEB7 zFOcipkn5J=1asVv)2w#SLhBd#GaMwtCRFzl#mn~IKbn1*vQ$2n=}==DRGQLc>VCnwm2E{&D{?# zjUE^#chRh=*A?L%d%|ufXmve)uNGNFrJXi5E_nr$#%hb53uJ@vz;X-WI~Z*t*SPed zyW|{g!*%@YN+c~Qq3f};nTa;T5>}Z0T(~tOuFWy!nR51|>niN_z@Z_2+RCJh(-*3~ znhRcR&w7#enUsa2!T28@#HHHOW>FNW9fP~^g={y#-8aWsfa@i!jlRH!ORKjuT+0Y& nO8q1p!v9~j9viW-kC6cnKx#ME$QE?L{|@GH4CmJE8g}Ww72$d~ literal 0 HcmV?d00001 diff --git a/icons/Wire 64x64f.png b/icons/Wire 64x64f.png new file mode 100644 index 0000000000000000000000000000000000000000..f617e7199230b103d0b58e0c56b6561f0c31201b GIT binary patch literal 2295 zcmVVZo}i$hrlzKlkdT;|n3{larH|mzR-|k(HH|r>Ccji;IkmjE;_ucXxNFsHl&RkBW+l zsi~=jg@uNOhJ=KKh=_=ZiHU=QgNKKQ11Gzv0000XbW%=JNC5x;|NsBD|NsC0|NsC0 z|NsAQ|NsC0|NsC0|NsC0sqP{9@c;k_0ZBwbRCt{2SBsLP$PvWdfPvysjT`ZlFfAlz znE(GjXEkVdZX+%nw(lY?9GVe~R;sM5%&P8YgWzv}?$4i{|4r~FcoVz{-UM%gH^H0W zP4Jf_P&$m_zyCP|Ns?xv{7@KXX%hdD1bJ4J$e)Hum1IgQHdP(RQI*g?{$~P9I%=#k z>Qc2j@1ih9^_I9VLS<}M)x>4=UlQm#&Qu#F6p@WmZQ?^_k_SQe1Z# z*H!%=5tybmrmUuG91gZ3vXt5UVoWz0g^zDBbyV8eW+CM>KJJX}qr6V+KmR?!GKN!9 zTH97sMHEJGLobb*3PY8uv+P2BLlHz-GGwz>jgDQ-w@ei_D=ErsseX@ul+ky!HmYf- zIi^%UqRI9nr6Co1Dk-t~lesldw?u=ZxTORn6dH3i(`@Eu>XX{4F2gKm^jiXRS8cRb zW^1!J54(G)C`xH0W2TWlcpdnv=3=4j+4mHuVN9)^jQvy;P6gjblXC3}%i-ADgp}sm zc04(A6N0-Yvy@9=9%gToY9VFEThyVCTIb9?J=KM|Tl;*}ySt~FLR&^UqXDL^4B(Z& zbnSA=lu-#ND}A$tNhugmX-kn+df`>C{pyx7Pq?Lfy}4%$)A2jNF*XQ@@O3xE zT%zMw_iS(YGQ`)lO^xBj;_G>e^OD=NE{ew4D%jL!cHYgV?`hXZW7yf=rdFxREM{fY zsPaUQanZSp`{^3a@V+FKBfmAf{$#g0)9le^NTRm%E^ANIjS}tkUCgfBf~cX`)7BuSrK>Gr z0W@4}ng_dSS6BBtz6)>TUVt0}sPsf%6p57G-jE>MdCue2?XJ_v@{F)jVrb^og!EyH z)l~2qQrd3kaI)R-kW?WBF{8In+ai-1*5YEGdBtu|Vao1o4<|E27vhBt-ApKiZtXT6 zmtt^VOe)?Thz5&W0Y25yJVE}(ZqYlZ!H&6WpO8awh2EHjW`yYvMJqoRNBmgbHS4Bo zcOiol?Hy8>#FGlCTDc&HKsB%J&IE;U((S0q-WwteUqGwbC|u3gn%p5V-nogZa_RPx z^6|5!M~jq5Ewogu{3QwZ$u->jbg3J1;bpoHkSne&=r6DKHt}HRV3)A6t*j46WR${~ z5?h?rsU($rHYOu~B__2^^orHgb{IX`G^8CgFT7E0_~L8$V9PE*OZHZRKU1_s7KaiIqZ8fF&mP&cA|XrV5&66ydj? zERK(PBD>0Z^q7ElC%&;%*(i2ixXYFXny5z(?Nc!?AgJq2DBFT+^hNN z*CU+t@S}+0Rm3U^N_(o`j$zT}B|#R^$-VsS;;|4{DL@?+g<@obQRffLtCn2V*+9p^ zH=w+!PvR2ifluYzuyyHK|8!R2MMx_J+wJF@Z;9xK0!c8G>eWEG4d>uT9$0#yJu_sv zD}M^ndGyZ%3_wx2SuTp8 z^#6bLgvuF(q%@~7>3MlYXKz=Te&vOb;6iYon zVEBOoCSOlVfXK%YG~mg{5EQVJmm3%e<%Pr+;N(Tb1}IBbUSJ@gVgoz^165jL`wYr! zm6pK3RZ8p|6p)la?|}o1Nk;epBR1qfn%md~QVu=!r4@Ce#7!yY{O&E9+CWdI6 zrsV)WB4D&`cmPENZexyjUB?E5#FB^M0|MfcCxrbEFV6E`<*^X@vI`O0{Ou+LXySf< z=X;co04U<|xP#I6J<3M`m>7lu1OQMz64(*|j3WR~l#d41gabwZVAg$fnPkKH5Z?fd zKQCRO>cyY|@)Gfm<_HS#oR3%nL3m-ncRFgztf%Sa0Q(R4&ql7X(@a=v@jqB1z!BCm x&K+39C)TOo*z^@pKmi35P(T3%6i^_`{s1*uKpa?fhd%%S002ovPDHLkV1nLV+}Z#D literal 0 HcmV?d00001 diff --git a/server.cs b/server.cs new file mode 100644 index 0000000..3836bbd --- /dev/null +++ b/server.cs @@ -0,0 +1,126 @@ + +$LuaLogic::Path = filePath(ExpandFilename("./server.cs")) @ "/"; + +if($Pref::Server::LuaLogic::OPT_TICK_ENABLED $= "") $Pref::Server::LuaLogic::OPT_TICK_ENABLED = true; +if($Pref::Server::LuaLogic::OPT_TICK_TIME $= "") $Pref::Server::LuaLogic::OPT_TICK_TIME = 0; +if($Pref::Server::LuaLogic::OPT_FX_UPDATES $= "") $Pref::Server::LuaLogic::OPT_FX_UPDATES = true; +if($Pref::Server::LuaLogic::OPT_FX_TIME $= "") $Pref::Server::LuaLogic::OPT_FX_TIME = 0.03; + +exec("./utilities.cs"); +exec("./tcp.cs"); +exec("./bricks.cs"); +exec("./brickdata.cs"); +exec("./cmds.cs"); + +function lualogic_loadprintsandcolors() +{ + lualogic_definecolor("RED" , "1 0 0 1"); + lualogic_definecolor("GREEN", "0 1 0 1"); + + lualogic_defineprint("ARROW" , "Add-Ons/Print_Logic_Default/prints/arrow.png"); + lualogic_defineprint("UPARROW" , "Add-Ons/Print_Logic_Default/prints/uparrow.png"); + lualogic_defineprint("DOWNARROW", "Add-Ons/Print_Logic_Default/prints/downarrow.png"); + + for(%i = 0; %i < 8; %i++) + { + %a = (%i >> 2) & 1; + %b = (%i >> 1) & 1; + %c = (%i >> 0) & 1; + lualogic_defineprint("COLOR" @ %a @ %b @ %c, "Add-Ons/Print_Logic_Default/prints/color_" @ %a @ %b @ %c @ ".png"); + } + + lualogic_defineprint("space" , "Add-Ons/Print_Letters_Default/prints/-space.png" ); + + lualogic_defineprint("A" , "Add-Ons/Print_Letters_Default/prints/A.png" ); + lualogic_defineprint("B" , "Add-Ons/Print_Letters_Default/prints/B.png" ); + lualogic_defineprint("C" , "Add-Ons/Print_Letters_Default/prints/C.png" ); + lualogic_defineprint("D" , "Add-Ons/Print_Letters_Default/prints/D.png" ); + lualogic_defineprint("E" , "Add-Ons/Print_Letters_Default/prints/E.png" ); + lualogic_defineprint("F" , "Add-Ons/Print_Letters_Default/prints/F.png" ); + lualogic_defineprint("G" , "Add-Ons/Print_Letters_Default/prints/G.png" ); + lualogic_defineprint("H" , "Add-Ons/Print_Letters_Default/prints/H.png" ); + lualogic_defineprint("I" , "Add-Ons/Print_Letters_Default/prints/I.png" ); + lualogic_defineprint("J" , "Add-Ons/Print_Letters_Default/prints/J.png" ); + lualogic_defineprint("K" , "Add-Ons/Print_Letters_Default/prints/K.png" ); + lualogic_defineprint("L" , "Add-Ons/Print_Letters_Default/prints/L.png" ); + lualogic_defineprint("M" , "Add-Ons/Print_Letters_Default/prints/M.png" ); + lualogic_defineprint("N" , "Add-Ons/Print_Letters_Default/prints/N.png" ); + lualogic_defineprint("O" , "Add-Ons/Print_Letters_Default/prints/O.png" ); + lualogic_defineprint("P" , "Add-Ons/Print_Letters_Default/prints/P.png" ); + lualogic_defineprint("Q" , "Add-Ons/Print_Letters_Default/prints/Q.png" ); + lualogic_defineprint("R" , "Add-Ons/Print_Letters_Default/prints/R.png" ); + lualogic_defineprint("S" , "Add-Ons/Print_Letters_Default/prints/S.png" ); + lualogic_defineprint("T" , "Add-Ons/Print_Letters_Default/prints/T.png" ); + lualogic_defineprint("U" , "Add-Ons/Print_Letters_Default/prints/U.png" ); + lualogic_defineprint("V" , "Add-Ons/Print_Letters_Default/prints/V.png" ); + lualogic_defineprint("W" , "Add-Ons/Print_Letters_Default/prints/W.png" ); + lualogic_defineprint("X" , "Add-Ons/Print_Letters_Default/prints/X.png" ); + lualogic_defineprint("Y" , "Add-Ons/Print_Letters_Default/prints/Y.png" ); + lualogic_defineprint("Z" , "Add-Ons/Print_Letters_Default/prints/Z.png" ); + + lualogic_defineprint("0" , "Add-Ons/Print_Letters_Default/prints/0.png" ); + lualogic_defineprint("1" , "Add-Ons/Print_Letters_Default/prints/1.png" ); + lualogic_defineprint("2" , "Add-Ons/Print_Letters_Default/prints/2.png" ); + lualogic_defineprint("3" , "Add-Ons/Print_Letters_Default/prints/3.png" ); + lualogic_defineprint("4" , "Add-Ons/Print_Letters_Default/prints/4.png" ); + lualogic_defineprint("5" , "Add-Ons/Print_Letters_Default/prints/5.png" ); + lualogic_defineprint("6" , "Add-Ons/Print_Letters_Default/prints/6.png" ); + lualogic_defineprint("7" , "Add-Ons/Print_Letters_Default/prints/7.png" ); + lualogic_defineprint("8" , "Add-Ons/Print_Letters_Default/prints/8.png" ); + lualogic_defineprint("9" , "Add-Ons/Print_Letters_Default/prints/9.png" ); + + lualogic_defineprint("bang" , "Add-Ons/Print_Letters_Default/prints/-bang.png" ); + lualogic_defineprint("at" , "Add-Ons/Print_Letters_Default/prints/-at.png" ); + lualogic_defineprint("pound" , "Add-Ons/Print_Letters_Default/prints/-pound.png" ); + lualogic_defineprint("dollar" , "Add-Ons/Print_Letters_Default/prints/-dollar.png" ); + lualogic_defineprint("percent" , "Add-Ons/Print_Letters_Default/prints/-percent.png" ); + lualogic_defineprint("caret" , "Add-Ons/Print_Letters_Default/prints/-caret.png" ); + lualogic_defineprint("and" , "Add-Ons/Print_Letters_Default/prints/-and.png" ); + lualogic_defineprint("asterisk" , "Add-Ons/Print_Letters_Default/prints/-asterisk.png" ); + lualogic_defineprint("minus" , "Add-Ons/Print_Letters_Default/prints/-minus.png" ); + lualogic_defineprint("equals" , "Add-Ons/Print_Letters_Default/prints/-equals.png" ); + lualogic_defineprint("plus" , "Add-Ons/Print_Letters_Default/prints/-plus.png" ); + lualogic_defineprint("apostrophe" , "Add-Ons/Print_Letters_Default/prints/-apostrophe.png" ); + lualogic_defineprint("less_than" , "Add-Ons/Print_Letters_Default/prints/-less_than.png" ); + lualogic_defineprint("greater_than" , "Add-Ons/Print_Letters_Default/prints/-greater_than.png" ); + lualogic_defineprint("period" , "Add-Ons/Print_Letters_Default/prints/-period.png" ); + lualogic_defineprint("qmark" , "Add-Ons/Print_Letters_Default/prints/-qmark.png" ); + + lualogic_defineprint("apostrophe2" , "Add-Ons/Print_Letters_Extra/prints/-apostrophe2.png" ); + lualogic_defineprint("colon" , "Add-Ons/Print_Letters_Extra/prints/-colon.png" ); + lualogic_defineprint("comma" , "Add-Ons/Print_Letters_Extra/prints/-comma.png" ); + lualogic_defineprint("curlybracketleft" , "Add-Ons/Print_Letters_Extra/prints/-curlybracketleft.png" ); + lualogic_defineprint("curlybracketright" , "Add-Ons/Print_Letters_Extra/prints/-curlybracketright.png" ); + lualogic_defineprint("currencysign" , "Add-Ons/Print_Letters_Extra/prints/-currencysign.png" ); + lualogic_defineprint("euro" , "Add-Ons/Print_Letters_Extra/prints/-euro.png" ); + lualogic_defineprint("onehalf" , "Add-Ons/Print_Letters_Extra/prints/-onehalf.png" ); + lualogic_defineprint("poundsymbol" , "Add-Ons/Print_Letters_Extra/prints/-poundsymbol.png" ); + lualogic_defineprint("roundbracketleft" , "Add-Ons/Print_Letters_Extra/prints/-roundbracketleft.png" ); + lualogic_defineprint("roundbracketright" , "Add-Ons/Print_Letters_Extra/prints/-roundbracketright.png" ); + lualogic_defineprint("slashleft" , "Add-Ons/Print_Letters_Extra/prints/-slashleft.png" ); + lualogic_defineprint("slashright" , "Add-Ons/Print_Letters_Extra/prints/-slashright.png" ); + lualogic_defineprint("squarebracketleft" , "Add-Ons/Print_Letters_Extra/prints/-squarebracketleft.png" ); + lualogic_defineprint("squarebracketright", "Add-Ons/Print_Letters_Extra/prints/-squarebracketright.png"); + lualogic_defineprint("tilde" , "Add-Ons/Print_Letters_Extra/prints/-tilde.png" ); + lualogic_defineprint("umlaut" , "Add-Ons/Print_Letters_Extra/prints/-umlaut.png" ); + lualogic_defineprint("underscore" , "Add-Ons/Print_Letters_Extra/prints/-underscore.png" ); + lualogic_defineprint("verticalbar" , "Add-Ons/Print_Letters_Extra/prints/-verticalbar.png" ); +} +schedule(0, 0, "lualogic_loadprintsandcolors"); + +package LuaLogic +{ + function onServerDestroyed() + { + deleteVariables("$LuaLogic*"); + parent::onServerDestroyed(); + } +}; +activatePackage("LuaLogic"); + +function llr(){ + deleteVariables("$LuaLogic*"); + resetAllOpCallFunc(); + exec("./server.cs"); + schedule(3000, 0, lualogic_connect, 25000); +} diff --git a/tcp.cs b/tcp.cs new file mode 100644 index 0000000..520a8d2 --- /dev/null +++ b/tcp.cs @@ -0,0 +1,125 @@ +function LuaLogicTCP::sendData(%this) +{ + cancel(%this.lualogicTick); + %this.lualogicTick = %this.schedule(31, "sendData"); + + if(%this.data !$= "") + { + %data = %this.data; + while(strpos(%data, ";;") != -1) + %data = strReplace(%data, ";;", "; ;"); + + %this.send(%data @ "\n"); + %this.data = ""; + } +} + +function LuaLogicTCP::onConnected(%this) +{ + lualogic_print("tcp connected"); + + %this.data = ""; + %this.sendData(); + %this.isConnected = true; + + lualogic_sendoptions(); + lualogic_sendgatedefinitions(); + lualogic_sendall(); +} + +function LuaLogicTCP::onLine(%this, %line) +{ + %cmd = getField(%line, 0); + switch$(%cmd) + { + case "WU": + %state = getField(%line, 1)|0; + %count = getFieldCount(%line); + + if(%state) + { + for(%i = 2; %i < %count; %i++) + { + %brick = getField(%line, %i); + if(isObject(%brick)) + %brick.setColorFX(3); + } + } + else + { + for(%i = 2; %i < %count; %i++) + { + %brick = getField(%line, %i); + if(isObject(%brick)) + %brick.setColorFX(0); + } + } + case "TPS": + %tz = getField(%line, 1); + + %count = ClientGroup.getCount(); + for(%i = 0; %i < %count; %i++) + { + %client = ClientGroup.getObject(%i); + if(%client.logicLTR) + commandToClient(%client, 'bottomPrint', "\c3Logic Tick Rate\c6: " @ %tz, 2, 1); + } + case "GINFO": + %client = getField(%line, 1); + if(isObject(%client)) + { + %info = getField(%line, 2); + %info = strReplace(%info, "\\c0", "\c0"); + %info = strReplace(%info, "\\c2", "\c2"); + %info = strReplace(%info, "\\c5", "\c5"); + %client.centerPrint(%info, 5); + } + case "SINFO": + if(isObject(%client = getField(%line, 1))) + { + %wires = getField(%line, 2); + %gates = getField(%line, 3); + %inports = getField(%line, 4); + %outports = getField(%line, 5); + + messageClient(%client, '', '\c3Wires\c6: %1', %wires); + messageClient(%client, '', '\c3Gates\c6: %1', %gates); + messageClient(%client, '', '\c3Ports\c6: %1 inputs | %2 outputs (%3 total)', %inports, %outports, %inports + %outports); + } + case "CB": + %data = getFields(%line, 1, getFieldCount(%line)); + %data = nextToken(%data, brick, "\t"); + while(%brick !$= "") + { + %data = nextToken(%data, argc, "\t"); + if(%argc > 0) + { + %data = nextToken(%data, args, "\t"); + for(%i = 1; %i < %argc; %i++) + { + %data = nextToken(%data, arg, "\t"); + %args = %args TAB %arg; + } + } + + if(isObject(%brick)) + %brick.getDatablock().LuaLogic_Callback(%brick, %args); + + %data = nextToken(%data, brick, "\t"); + } + case "TEST": + talk("Time: " @ getField(%line, 1)); + } +} + +function LuaLogicTCP::onConnectFailed(%this) +{ + lualogic_print("tcp failed to connect"); +} + +function LuaLogicTCP::onDisconnect(%this) +{ + lualogic_print("tcp disconnected"); + %this.isConnected = false; + cancel(%this.lualogicTick); +} diff --git a/utilities.cs b/utilities.cs new file mode 100644 index 0000000..34d46b0 --- /dev/null +++ b/utilities.cs @@ -0,0 +1,221 @@ + +function lualogic_escapelogicfunction(%text){ + %text = strReplace(%text, "\\", "\\/"); + + %text = strReplace(%text, "\r", "\\r"); + %text = strReplace(%text, "\n", "\\n"); + %text = strReplace(%text, "\t", "\\t"); + %text = strReplace(%text, ";" , "\\:"); + + return %text; +} + +function lualogic_registergatedefinition(%data) +{ + if(!isObject(%data)) + return; + %id = %data.getID(); + + if((%idx = $LuaLogic::GateDefinitionIDX[%id]) $= "") + { + %idx = $LuaLogic::NumGateDefintions+0; + $LuaLogic::GateDefinitionIDX[%id] = %idx; + $LuaLogic::NumGateDefintions++; + } + + %def = %id @ ";" @ + %data.logicUIName @ ";" @ + %data.logicUIDesc @ ";" @ + lualogic_escapelogicfunction(%data.logicInit) @ ";" @ + lualogic_escapelogicfunction(%data.logicUpdate) @ ";" @ + lualogic_escapelogicfunction(%data.logicInput) @ ";" @ + (%ports = %data.numLogicPorts) + ; + + for(%i = 0; %i < %ports; %i++) + { + %def = %def @";"@ %data.logicPortType[%i] @";"@ %data.logicPortPos[%i] @";"@ %data.logicPortDir[%i] + @";"@ (%data.logicPortCauseUpdate[%i] == true) @";"@ %data.logicPortUIName[%i]; + } + + $LuaLogic::GateDefintion[%idx] = %def; +} + +function lualogic_print(%text) +{ + echo("LuaLogic -> ", %text); +} + +function lualogic_roundpos(%pos) +{ + return mFloor(getWord(%pos, 0)*4)/4 SPC mFloor(getWord(%pos, 1)*4)/4 SPC mFloor(getWord(%pos, 2)*10)/10; +} + +function lualogic_roundstudpos(%pos) +{ + return mFloor(getWord(%pos, 0)*2)/2 SPC mFloor(getWord(%pos, 1)*2)/2 SPC mFloor(getWord(%pos, 2)*5)/5; +} + +function lualogic_pos(%pos) +{ + %pos = lualogic_roundpos(%pos); + return getWord(%pos, 0)/0.25 SPC getWord(%pos, 1)/0.25 SPC getWord(%pos, 2)/0.1; +} + +function lualogic_studpos(%pos) +{ + %pos = lualogic_roundstudpos(%pos); + return getWord(%pos, 0)/0.5*2 + 1 SPC getWord(%pos, 1)/0.5*2 + 1 SPC getWord(%pos, 2)/0.2*2; +} + +function lualogic_postobrick(%pos) +{ + return getWord(%pos, 0)*0.25 SPC getWord(%pos, 1)*0.25 SPC getWord(%pos, 2)*0.1; +} + +function lualogic_connect(%port) +{ + if(isObject(LuaLogicTCP)) + LuaLogicTCP.delete(); + %tcp = new TCPObject(LuaLogicTCP); + %tcp.connect("127.0.0.1:" @ %port); +} + +function lualogic_send(%data) +{ + if(isObject(LuaLogicTCP) && LuaLogicTCP.isConnected) + { + while(strpos(%data, ";;") != -1) + %data = strReplace(%data, ";;", "; ;"); + + if(strlen(LuaLogicTCP.data) + strlen(%data) >= 1024) + LuaLogicTCP.sendData(); + + if(LuaLogicTCP.data $= "") + LuaLogicTCP.data = %data; + else + LuaLogicTCP.data = LuaLogicTCP.data @ ";" @ %data; + } +} + +function lualogic_sendgatedefinitions() +{ + for(%i = 0; %i < $LuaLogic::NumGateDefintions; %i++) + lualogic_send("GD;" @ $LuaLogic::GateDefintion[%i]); +} + +function lualogic_sendoptions() +{ + lualogic_send("OPT;TICK_ENABLED;" @ $Pref::Server::LuaLogic::OPT_TICK_ENABLED); + lualogic_send("OPT;TICK_TIME;" @ $Pref::Server::LuaLogic::OPT_TICK_TIME); + lualogic_send("OPT;FX_UPDATES;" @ $Pref::Server::LuaLogic::OPT_FX_UPDATES); + lualogic_send("OPT;FX_TIME;" @ $Pref::Server::LuaLogic::OPT_FX_TIME); +} + +function lualogic_sendinput(%gate, %argc, %arg0, %arg1, %arg2, %arg3, %arg4, %arg5, %arg6, %arg7, %arg8, %arg9, %arg10, %arg11, %arg12, %arg13, %arg14, %arg15) +{ + %args = %arg0; + for(%i = 1; %i < %argc; %i++) + %args = %args @ ";" @ %arg[%i]; + + if(%argc > 0) + lualogic_send("IN;" @ %gate.getID() @ ";" @ %argc @ ";" @ %args); + else + lualogic_send("IN;" @ %gate.getID() @ ";" @ %argc); +} + +function lualogic_ss(%obj, %state) +{ + lualogic_send("SG;" @ %obj @ ";" @ (%state == true)); +} + +function lualogic_definecolor(%color, %rgb, %allowTransparency) +{ + %r = getWord(%rgb, 0); + %g = getWord(%rgb, 1); + %b = getWord(%rgb, 2); + + %alpha = %allowTransparency ? 0.001 : 1; + + %bestDist = 9e9; + + for(%i = 0; %i < 64; %i++) + { + %crgba = getColorIDTable(%i); + if(getWord(%crgba, 3) >= %alpha) + { + %dr = getWord(%crgba, 0) - %r; + %dg = getWord(%crgba, 1) - %g; + %db = getWord(%crgba, 2) - %b; + %dist = %dr*%dr + %dg*%dg + %db*%db; + + if(%dist < %bestDist) + { + %bestDist = %dist; + %bestColor = %i; + } + } + } + + $LuaLogic::Color[%color] = %bestColor; + return %bestColor; +} + +function lualogic_iscolor(%color) +{ + return $LuaLogic::Color[%color] !$= ""; +} + +function lualogic_getcolor(%color) +{ + if($LuaLogic::Color[%color] !$= "") + return $LuaLogic::Color[%color]; + return 0; +} + +function lualogic_defineprint(%print, %file) +{ + %count = getNumPrintTextures(); + for(%i = 0; %i < %count; %i++) + { + if(getPrintTexture(%i) $= %file) + { + $LuaLogic::Print[%print] = %i; + return %i; + } + } + + return ""; +} + +function lualogic_isprint(%print) +{ + return $LuaLogic::Print[%print] !$= ""; +} + +function lualogic_getprint(%print) +{ + if($LuaLogic::Print[%print] !$= "") + return $LuaLogic::Print[%print]; + return 0; +} + +function lualogic_readfile(%filename){ + %filestr=""; + + %file=new FileObject(); + %success=%file.openForRead(%filename); + + if(%success){ + while(!%file.isEOF()){ + %line = %file.readLine(); + %filestr = %filestr @ %line @ "\n"; + } + }else{ + echo("LuaLogic: Failed to read file \"" @ %filename @ "\""); + } + %file.close(); + %file.delete(); + + return %filestr; +}