Essaye de reexporter ton modèle, car visiblement il à planté.
nageoir1.mirror = true;
nageoir1 = new ModelRenderer(this, 0, 600);
nageoir1.addBox(-12F, -2F, -2F, 12, 4, 4);
nageoir1.setRotationPoint(-13F, 9F, 23F);
nageoir1.setTextureSize(2000, 1000);
nageoir1.mirror = true;
setRotation(nageoir1, 0F, 0F, -0.7330383F);
nageoir1.mirror = false;
devrait être
nageoir1 = new ModelRenderer(this, 0, 600);
nageoir1.addBox(-12F, -2F, -2F, 12, 4, 4);
nageoir1.setRotationPoint(-13F, 9F, 23F);
nageoir1.setTextureSize(2000, 1000);
setRotation(nageoir1, 0F, 0F, -0.7330383F);
nageoir1.mirror = false;
Et c’est le cas pour toutes tes nageoires.