Make bat wings more wing-like

This commit is contained in:
Sollace 2018-08-26 04:17:35 +02:00
parent 9a4c0a4804
commit 1442dc51a3
2 changed files with 8 additions and 7 deletions

View file

@ -45,10 +45,11 @@ public class ModelBatWing<T extends AbstractPonyModel & IModelPegasus> extends M
.child().tex(60, 16) .child().tex(60, 16)
.rotate(-0.5F, 0, 0) .rotate(-0.5F, 0, 0)
.around(0, -1, -2) .around(0, -1, -2)
.box(0, 0, 2, 1, 7, 1, scale) .box(0, 0, 2, 1, 7, 1, scale);
extended.child(0)
.child().tex(60, 24) .child().tex(60, 24)
.rotate(-0.5F, 0, 0) .rotate(-0.5F, 0, 0)
.around(0, -2, -1) .around(0, 4, -2.4F)
.box(0, 0, 3, 1, 7, 1, scale); .box(0, 0, 3, 1, 7, 1, scale);
PlaneRenderer skin = new PlaneRenderer(pegasus) PlaneRenderer skin = new PlaneRenderer(pegasus)
@ -57,9 +58,9 @@ public class ModelBatWing<T extends AbstractPonyModel & IModelPegasus> extends M
extended.child(0).child(skin); extended.child(0).child(skin);
if (right) { if (right) {
skin .addWestPlane(0.5F, -1, -6, 8, 8, scale); skin .addWestPlane(0.5F, -1, -7, 16, 8, scale);
} else { } else {
skin.flip().addWestPlane(0.5F, -1, -6, 8, 8, scale); skin.flip().addWestPlane(0.5F, -1, -7, 16, 8, scale);
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB