//This File was created with the Minecraft-SMP Modelling Toolbox 2.2.2.1 // Copyright (C) 2016 Minecraft-SMP.de // This file is for Flan's Flying Mod Version 4.0.x+ // Model: // Model Creator: // Created on: 18.08.2015 - 10:51:38 // Last changed on: 18.08.2015 - 10:51:38 package com.flansmod.client.model.ww2; //Path where the model is located import com.flansmod.client.model.ModelCustomArmour; import com.flansmod.client.tmt.ModelRendererTurbo; import com.flansmod.client.tmt.Coord2D; import com.flansmod.client.tmt.Shape2D; public class ModelGermanBoots extends ModelCustomArmour //Same as Filename { int textureX = 256; int textureY = 256; public ModelGermanBoots() //Same as Filename { leftLegModel = new ModelRendererTurbo[1]; leftLegModel[0] = new ModelRendererTurbo(this, 0, 95, textureX, textureY); // Box 46 leftLegModel[0].addShapeBox(-2.2F, 4.2F, -2F, 8, 15, 4, 0F, 0.1F, -1F, 0.35F, -3.5F, -1F, 0.35F, -3.5F, -1F, 0.35F, 0.1F, -1F, 0.35F, 0.15F, -7F, 0.35F, -3.5F, -7F, 0.35F, -3.59F, -7F, 0.35F, 0.15F, -7F, 0.35F); // Box 46 leftLegModel[0].setRotationPoint(0F, 0F, 0F); rightLegModel = new ModelRendererTurbo[1]; rightLegModel[0] = new ModelRendererTurbo(this, 0, 95, textureX, textureY); // Box 44 rightLegModel[0].addShapeBox(-2.2F, 4.2F, -2F, 8, 15, 4, 0F, 0.1F, -1F, 0.35F, -3.5F, -1F, 0.35F, -3.5F, -1F, 0.35F, 0.1F, -1F, 0.35F, 0.15F, -7F, 0.35F, -3.5F, -7F, 0.35F, -3.59F, -7F, 0.35F, 0.15F, -7F, 0.35F); // Box 44 rightLegModel[0].setRotationPoint(0F, 0F, 0F); } }