Model fixes!

This commit is contained in:
aidancbrady 2016-04-14 16:13:18 -04:00
parent 982749bb47
commit d4c2ce36e9
10 changed files with 20 additions and 20 deletions

View file

@ -50,10 +50,10 @@ public class ModelChemicalCrystallizer extends ModelBase
rimBack.setTextureSize(128, 64); rimBack.setTextureSize(128, 64);
rimBack.mirror = true; rimBack.mirror = true;
setRotation(rimBack, 0F, 0F, 0F); setRotation(rimBack, 0F, 0F, 0F);
portRight = new ModelRenderer(this, 36, 42); portRight = new ModelRenderer(this, 54, 42);
portRight.mirror = true; portRight.mirror = true;
portRight.addBox(0F, 0F, 0F, 1, 8, 8); portRight.addBox(0F, 0F, 0F, 1, 10, 10);
portRight.setRotationPoint(7.01F, 12F, -4F); portRight.setRotationPoint(7.01F, 11F, -5F);
portRight.setTextureSize(128, 64); portRight.setTextureSize(128, 64);
setRotation(portRight, 0F, 0F, 0F); setRotation(portRight, 0F, 0F, 0F);
rimRight = new ModelRenderer(this, 0, 50); rimRight = new ModelRenderer(this, 0, 50);

View file

@ -213,9 +213,9 @@ public class ModelChemicalDissolutionChamber extends ModelBase
glass.setTextureSize(128, 64); glass.setTextureSize(128, 64);
glass.mirror = true; glass.mirror = true;
setRotation(glass, 0F, 0F, 0F); setRotation(glass, 0F, 0F, 0F);
portToggle1 = new ModelRenderer(this, 64, 32); portToggle1 = new ModelRenderer(this, 106, 0);
portToggle1.addBox(0F, 0F, 0F, 1, 8, 8); portToggle1.addBox(0F, 0F, 0F, 1, 10, 10);
portToggle1.setRotationPoint(-8.01F, 12F, -4F); portToggle1.setRotationPoint(-8.01F, 10.99F, -5F);
portToggle1.setTextureSize(128, 64); portToggle1.setTextureSize(128, 64);
portToggle1.mirror = true; portToggle1.mirror = true;
setRotation(portToggle1, 0F, 0F, 0F); setRotation(portToggle1, 0F, 0F, 0F);

View file

@ -55,11 +55,11 @@ public class ModelChemicalInfuser extends ModelBase
tank2.setRotationPoint(1F, 8F, 1F); tank2.setRotationPoint(1F, 8F, 1F);
tank2.setTextureSize(128, 64); tank2.setTextureSize(128, 64);
setRotation(tank2, 0F, 0F, 0F); setRotation(tank2, 0F, 0F, 0F);
portRight = new ModelRenderer(this, 0, 38); portRight = new ModelRenderer(this, 64, 0);
portRight.addBox(0F, 0F, 0F, 1, 8, 8);
portRight.setRotationPoint(7.01F, 12F, -4F);
portRight.setTextureSize(128, 64);
portRight.mirror = true; portRight.mirror = true;
portRight.addBox(0F, 0F, 0F, 1, 10, 10);
portRight.setRotationPoint(7.01F, 11F, -5F);
portRight.setTextureSize(128, 64);
setRotation(portRight, 0F, 0F, 0F); setRotation(portRight, 0F, 0F, 0F);
portBack = new ModelRenderer(this, 0, 54); portBack = new ModelRenderer(this, 0, 54);
portBack.addBox(0F, 0F, 0F, 8, 8, 1); portBack.addBox(0F, 0F, 0F, 8, 8, 1);
@ -67,9 +67,9 @@ public class ModelChemicalInfuser extends ModelBase
portBack.setTextureSize(128, 64); portBack.setTextureSize(128, 64);
portBack.mirror = true; portBack.mirror = true;
setRotation(portBack, 0F, 0F, 0F); setRotation(portBack, 0F, 0F, 0F);
portLeft = new ModelRenderer(this, 0, 38); portLeft = new ModelRenderer(this, 64, 0);
portLeft.addBox(0F, 0F, 0F, 1, 8, 8); portLeft.addBox(0F, 0F, 0F, 1, 10, 10);
portLeft.setRotationPoint(-8.01F, 12F, -4F); portLeft.setRotationPoint(-8.01F, 11F, -5F);
portLeft.setTextureSize(128, 64); portLeft.setTextureSize(128, 64);
portLeft.mirror = true; portLeft.mirror = true;
setRotation(portLeft, 0F, 0F, 0F); setRotation(portLeft, 0F, 0F, 0F);

View file

@ -72,9 +72,9 @@ public class ModelChemicalOxidizer extends ModelBase
base.setTextureSize(128, 64); base.setTextureSize(128, 64);
base.mirror = true; base.mirror = true;
setRotation(base, 0F, 0F, 0F); setRotation(base, 0F, 0F, 0F);
connector = new ModelRenderer(this, 64, 28); connector = new ModelRenderer(this, 0, 34);
connector.addBox(0F, 0F, 0F, 1, 8, 8); connector.addBox(0F, 0F, 0F, 1, 10, 10);
connector.setRotationPoint(-8F, 12F, -4F); connector.setRotationPoint(-8F, 11F, -5F);
connector.setTextureSize(128, 64); connector.setTextureSize(128, 64);
connector.mirror = true; connector.mirror = true;
setRotation(connector, 0F, 0F, 0F); setRotation(connector, 0F, 0F, 0F);

View file

@ -49,9 +49,9 @@ public class ModelChemicalWasher extends ModelBase
base.setTextureSize(128, 64); base.setTextureSize(128, 64);
base.mirror = true; base.mirror = true;
setRotation(base, 0F, 0F, 0F); setRotation(base, 0F, 0F, 0F);
portTop = new ModelRenderer(this, 66, 0); portTop = new ModelRenderer(this, 53, 33);
portTop.addBox(0F, 0F, 0F, 8, 1, 8); portTop.addBox(0F, 0F, 0F, 10, 1, 10);
portTop.setRotationPoint(-4F, 8F, -4F); portTop.setRotationPoint(-5F, 8F, -5F);
portTop.setTextureSize(128, 64); portTop.setTextureSize(128, 64);
portTop.mirror = true; portTop.mirror = true;
setRotation(portTop, 0F, 0F, 0F); setRotation(portTop, 0F, 0F, 0F);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB