Fixed bone placement and z-fighting on extended bat wings

This commit is contained in:
Sollace 2018-09-16 19:23:29 +02:00
parent cbaeb9aaca
commit dc34d9ca6f

View file

@ -41,16 +41,16 @@ public class ModelBatWing<T extends AbstractPonyModel & IModelPegasus> extends M
extended.child().tex(60, 16)
.rotate(0.1F, 0, 0)
.box(-0.5F, 0, 0, 1, 8, 1, scale)
.box(-0.4999F, -1, 0, 1, 8, 1, scale)
.child().tex(60, 16)
.rotate(-0.5F, 0, 0)
.around(0, -1, -2)
.box(-0.5F, 0, 2, 1, 7, 1, scale);
.box(-0.4998F, 0, 2, 1, 7, 1, scale);
extended.child(0)
.child().tex(60, 16)
.rotate(-0.5F, 0, 0)
.around(0, 4, -2.4F)
.box(-0.5F, 0, 3, 1, 7, 1, scale);
.box(-0.4997F, 0, 3, 1, 7, 1, scale);
PlaneRenderer skin = new PlaneRenderer(pegasus)
.tex(56, 32);