mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Fixed z-fighting on ponies' legs
This commit is contained in:
parent
02c19ee69a
commit
ddbe4c3969
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel, P
|
||||||
bipedRightArm.rotationPointZ = spread + sin;
|
bipedRightArm.rotationPointZ = spread + sin;
|
||||||
bipedLeftArm.rotationPointZ = spread - sin;
|
bipedLeftArm.rotationPointZ = spread - sin;
|
||||||
|
|
||||||
float legRPX = cos - getLegOutset();
|
float legRPX = cos - getLegOutset() - 0.001F;
|
||||||
|
|
||||||
legRPX = metadata.getInterpolator().interpolate("legOffset", legRPX, 3);
|
legRPX = metadata.getInterpolator().interpolate("legOffset", legRPX, 3);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue