Advertisement
Guest User

Untitled

a guest
Mar 14th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 19.46 KB | None | 0 0
  1. public class ModelAgera
  2.   extends ModelVehicle
  3. {
  4.   int textureX = 512;
  5.   int textureY = 512;
  6.   boolean VarGear = true;
  7.   boolean VarDoor = true;
  8.  
  9.   public ModelAgera()
  10.   {
  11.     this.bodyModel = new ModelRendererTurbo[76];
  12.     this.bodyModel[0] = new ModelRendererTurbo(this, 88, 272, this.textureX, this.textureY);
  13.     this.bodyModel[1] = new ModelRendererTurbo(this, 131, 90, this.textureX, this.textureY);
  14.     this.bodyModel[2] = new ModelRendererTurbo(this, 230, 9, this.textureX, this.textureY);
  15.     this.bodyModel[3] = new ModelRendererTurbo(this, 64, 165, this.textureX, this.textureY);
  16.     this.bodyModel[4] = new ModelRendererTurbo(this, 7, 134, this.textureX, this.textureY);
  17.     this.bodyModel[5] = new ModelRendererTurbo(this, 208, 47, this.textureX, this.textureY);
  18.     this.bodyModel[6] = new ModelRendererTurbo(this, 140, 90, this.textureX, this.textureY);
  19.     this.bodyModel[7] = new ModelRendererTurbo(this, 77, 188, this.textureX, this.textureY);
  20.     this.bodyModel[8] = new ModelRendererTurbo(this, 136, 127, this.textureX, this.textureY);
  21.     this.bodyModel[9] = new ModelRendererTurbo(this, 419, 264, this.textureX, this.textureY);
  22.     this.bodyModel[10] = new ModelRendererTurbo(this, 237, 227, this.textureX, this.textureY);
  23.     this.bodyModel[11] = new ModelRendererTurbo(this, 65, 233, this.textureX, this.textureY);
  24.     this.bodyModel[12] = new ModelRendererTurbo(this, 131, 90, this.textureX, this.textureY);
  25.     this.bodyModel[13] = new ModelRendererTurbo(this, 166, 267, this.textureX, this.textureY);
  26.     this.bodyModel[14] = new ModelRendererTurbo(this, 157, 47, this.textureX, this.textureY);
  27.     this.bodyModel[15] = new ModelRendererTurbo(this, 286, 91, this.textureX, this.textureY);
  28.     this.bodyModel[16] = new ModelRendererTurbo(this, 296, 134, this.textureX, this.textureY);
  29.     this.bodyModel[17] = new ModelRendererTurbo(this, 412, 37, this.textureX, this.textureY);
  30.     this.bodyModel[18] = new ModelRendererTurbo(this, 412, 1, this.textureX, this.textureY);
  31.     this.bodyModel[19] = new ModelRendererTurbo(this, 476, 82, this.textureX, this.textureY);
  32.     this.bodyModel[20] = new ModelRendererTurbo(this, 408, 76, this.textureX, this.textureY);
  33.     this.bodyModel[21] = new ModelRendererTurbo(this, 374, 70, this.textureX, this.textureY);
  34.     this.bodyModel[22] = new ModelRendererTurbo(this, 376, 88, this.textureX, this.textureY);
  35.     this.bodyModel[23] = new ModelRendererTurbo(this, 408, 93, this.textureX, this.textureY);
  36.     this.bodyModel[24] = new ModelRendererTurbo(this, 420, 114, this.textureX, this.textureY);
  37.     this.bodyModel[25] = new ModelRendererTurbo(this, 5, 261, this.textureX, this.textureY);
  38.     this.bodyModel[26] = new ModelRendererTurbo(this, 293, 173, this.textureX, this.textureY);
  39.     this.bodyModel[27] = new ModelRendererTurbo(this, 160, 191, this.textureX, this.textureY);
  40.     this.bodyModel[28] = new ModelRendererTurbo(this, 19, 14, this.textureX, this.textureY);
  41.     this.bodyModel[29] = new ModelRendererTurbo(this, 22, 57, this.textureX, this.textureY);
  42.     this.bodyModel[30] = new ModelRendererTurbo(this, 9, 205, this.textureX, this.textureY);
  43.     this.bodyModel[31] = new ModelRendererTurbo(this, 9, 238, this.textureX, this.textureY);
  44.     this.bodyModel[32] = new ModelRendererTurbo(this, 496, 13, this.textureX, this.textureY);
  45.     this.bodyModel[33] = new ModelRendererTurbo(this, 496, 4, this.textureX, this.textureY);
  46.     this.bodyModel[34] = new ModelRendererTurbo(this, 159, 11, this.textureX, this.textureY);
  47.     this.bodyModel[35] = new ModelRendererTurbo(this, 40, 44, this.textureX, this.textureY);
  48.     this.bodyModel[36] = new ModelRendererTurbo(this, 28, 42, this.textureX, this.textureY);
  49.     this.bodyModel[37] = new ModelRendererTurbo(this, 66, 42, this.textureX, this.textureY);
  50.     this.bodyModel[38] = new ModelRendererTurbo(this, 52, 42, this.textureX, this.textureY);
  51.     this.bodyModel[39] = new ModelRendererTurbo(this, 89, 36, this.textureX, this.textureY);
  52.     this.bodyModel[40] = new ModelRendererTurbo(this, 300, 271, this.textureX, this.textureY);
  53.     this.bodyModel[41] = new ModelRendererTurbo(this, 300, 307, this.textureX, this.textureY);
  54.     this.bodyModel[42] = new ModelRendererTurbo(this, 354, 271, this.textureX, this.textureY);
  55.     this.bodyModel[43] = new ModelRendererTurbo(this, 362, 307, this.textureX, this.textureY);
  56.     this.bodyModel[44] = new ModelRendererTurbo(this, 104, 25, this.textureX, this.textureY);
  57.     this.bodyModel[45] = new ModelRendererTurbo(this, 70, 11, this.textureX, this.textureY);
  58.     this.bodyModel[46] = new ModelRendererTurbo(this, 101, 13, this.textureX, this.textureY);
  59.     this.bodyModel[47] = new ModelRendererTurbo(this, 104, 25, this.textureX, this.textureY);
  60.     this.bodyModel[48] = new ModelRendererTurbo(this, 135, 13, this.textureX, this.textureY);
  61.     this.bodyModel[49] = new ModelRendererTurbo(this, 135, 25, this.textureX, this.textureY);
  62.     this.bodyModel[50] = new ModelRendererTurbo(this, 92, 89, this.textureX, this.textureY);
  63.     this.bodyModel[51] = new ModelRendererTurbo(this, 92, 109, this.textureX, this.textureY);
  64.     this.bodyModel[52] = new ModelRendererTurbo(this, 329, 10, this.textureX, this.textureY);
  65.     this.bodyModel[53] = new ModelRendererTurbo(this, 104, 25, this.textureX, this.textureY);
  66.     this.bodyModel[54] = new ModelRendererTurbo(this, 104, 25, this.textureX, this.textureY);
  67.     this.bodyModel[55] = new ModelRendererTurbo(this, 435, 136, this.textureX, this.textureY);
  68.     this.bodyModel[56] = new ModelRendererTurbo(this, 423, 176, this.textureX, this.textureY);
  69.     this.bodyModel[57] = new ModelRendererTurbo(this, 424, 221, this.textureX, this.textureY);
  70.     this.bodyModel[58] = new ModelRendererTurbo(this, 476, 109, this.textureX, this.textureY);
  71.     this.bodyModel[59] = new ModelRendererTurbo(this, 476, 96, this.textureX, this.textureY);
  72.     this.bodyModel[60] = new ModelRendererTurbo(this, 229, 137, this.textureX, this.textureY);
  73.     this.bodyModel[61] = new ModelRendererTurbo(this, 311, 220, this.textureX, this.textureY);
  74.     this.bodyModel[62] = new ModelRendererTurbo(this, 390, 20, this.textureX, this.textureY);
  75.     this.bodyModel[63] = new ModelRendererTurbo(this, 390, 20, this.textureX, this.textureY);
  76.     this.bodyModel[64] = new ModelRendererTurbo(this, 390, 20, this.textureX, this.textureY);
  77.     this.bodyModel[65] = new ModelRendererTurbo(this, 390, 20, this.textureX, this.textureY);
  78.     this.bodyModel[66] = new ModelRendererTurbo(this, 381, 10, this.textureX, this.textureY);
  79.     this.bodyModel[67] = new ModelRendererTurbo(this, 381, 10, this.textureX, this.textureY);
  80.     this.bodyModel[68] = new ModelRendererTurbo(this, 390, 20, this.textureX, this.textureY);
  81.     this.bodyModel[69] = new ModelRendererTurbo(this, 390, 20, this.textureX, this.textureY);
  82.     this.bodyModel[70] = new ModelRendererTurbo(this, 368, 33, this.textureX, this.textureY);
  83.     this.bodyModel[71] = new ModelRendererTurbo(this, 368, 53, this.textureX, this.textureY);
  84.     this.bodyModel[72] = new ModelRendererTurbo(this, 368, 43, this.textureX, this.textureY);
  85.     this.bodyModel[73] = new ModelRendererTurbo(this, 159, 34, this.textureX, this.textureY);
  86.     this.bodyModel[74] = new ModelRendererTurbo(this, 159, 34, this.textureX, this.textureY);
  87.     this.bodyModel[75] = new ModelRendererTurbo(this, 24, 84, this.textureX, this.textureY);
  88.    
  89.  
  90.     this.bodyModel[0].a(0.0F, 0.0F, 0.0F, 4, 12, 31, 0.0F);
  91.     this.bodyModel[0].a(22.0F, -4.0F, -2.0F);
  92.     this.bodyModel[0].h = -0.1396263F;
  93.    
  94.     this.bodyModel[1].a(0.0F, 0.0F, 0.0F, 1, 14, 1, 0.0F);
  95.     this.bodyModel[1].a(11.0F, -12.0F, 23.0F);
  96.     this.bodyModel[1].f = 0.1570796F;
  97.     this.bodyModel[1].h = 0.994838F;
  98.    
  99.     this.bodyModel[2].a(0.0F, 0.0F, 0.0F, 25, 1, 21, 0.0F);
  100.     this.bodyModel[2].a(-13.0F, -13.0F, 3.0F);
  101.    
  102.     this.bodyModel[3].a(0.0F, 0.0F, 0.0F, 43, 15, 3, 0.0F);
  103.     this.bodyModel[3].a(-20.0F, -6.1F, -2.0F);
  104.    
  105.     this.bodyModel[4].a(0.0F, 0.0F, 0.0F, 43, 15, 3, 0.0F);
  106.     this.bodyModel[4].a(-20.0F, -6.1F, 26.0F);
  107.    
  108.     this.bodyModel[5].a(0.0F, 0.0F, 0.0F, 47, 2, 31, 0.0F);
  109.     this.bodyModel[5].a(-23.1F, 7.0F, -2.0F);
  110.    
  111.     this.bodyModel[6].a(0.0F, 0.0F, 0.0F, 11, 1, 31, 0.0F);
  112.     this.bodyModel[6].a(24.0F, -3.0F, -2.0F);
  113.     this.bodyModel[6].h = -0.1396263F;
  114.    
  115.     this.bodyModel[7].a(0.0F, 0.0F, 0.0F, 4, 10, 31, 0.0F);
  116.     this.bodyModel[7].a(36.5F, -1.0F, -2.0F);
  117.     this.bodyModel[7].h = 0.0872665F;
  118.    
  119.     this.bodyModel[8].a(0.0F, 0.0F, 0.0F, 11, 3, 31, 0.0F);
  120.     this.bodyModel[8].a(37.299999F, 1.8F, -2.0F);
  121.    
  122.     this.bodyModel[9].a(0.0F, 0.0F, 0.0F, 11, 2, 31, 0.0F);
  123.     this.bodyModel[9].a(37.200001F, 6.5F, -2.0F);
  124.     this.bodyModel[9].h = -0.05235988F;
  125.    
  126.     this.bodyModel[10].a(0.0F, 0.0F, 0.0F, 2, 3, 31, 0.0F);
  127.     this.bodyModel[10].a(47.0F, 0.5F, -2.0F);
  128.     this.bodyModel[10].h = -0.8552113F;
  129.    
  130.     this.bodyModel[11].a(0.0F, 0.0F, 0.0F, 14, 3, 31, 0.0F);
  131.     this.bodyModel[11].a(33.900002F, -4.5F, -2.0F);
  132.     this.bodyModel[11].h = -0.3665192F;
  133.    
  134.     this.bodyModel[12].a(0.0F, 0.0F, 0.0F, 1, 14, 1, 0.0F);
  135.     this.bodyModel[12].a(11.0F, -12.0F, 3.0F);
  136.     this.bodyModel[12].f = -0.1570796F;
  137.     this.bodyModel[12].h = 0.994838F;
  138.    
  139.     this.bodyModel[13].a(0.0F, 0.0F, 0.0F, 12, 3, 31, 0.0F);
  140.     this.bodyModel[13].a(22.0F, -6.2F, -2.0F);
  141.     this.bodyModel[13].h = -0.1396263F;
  142.    
  143.     this.bodyModel[14].a(0.0F, 0.0F, 0.0F, 1, 18, 21, 0.0F);
  144.     this.bodyModel[14].a(-13.0F, -12.4F, 4.0F);
  145.    
  146.     this.bodyModel[15].a(0.0F, 0.0F, 0.0F, 4, 10, 31, 0.0F);
  147.     this.bodyModel[15].a(-39.0F, -2.0F, -2.0F);
  148.     this.bodyModel[15].h = -0.1396263F;
  149.    
  150.     this.bodyModel[16].a(0.0F, 0.0F, 0.0F, 36, 5, 31, 0.0F);
  151.     this.bodyModel[16].a(-46.0F, -6.1F, -2.0F);
  152.    
  153.     this.bodyModel[17].a(0.0F, 0.0F, 0.0F, 11, 5, 31, 0.0F);
  154.     this.bodyModel[17].a(-46.0F, -6.0F, -2.0F);
  155.     this.bodyModel[17].h = -0.296706F;
  156.    
  157.     this.bodyModel[18].a(0.0F, 0.0F, 0.0F, 9, 3, 31, 0.0F);
  158.     this.bodyModel[18].a(-48.5F, -2.0F, -2.0F);
  159.    
  160.     this.bodyModel[19].a(0.0F, 0.0F, 0.0F, 9, 7, 5, 0.0F);
  161.     this.bodyModel[19].a(-48.5F, 1.0F, -2.0F);
  162.     this.bodyModel[19].h = 0.244346F;
  163.    
  164.     this.bodyModel[20].a(0.0F, 0.0F, 0.0F, 24, 8, 7, 0.0F);
  165.     this.bodyModel[20].a(-35.900002F, -6.0F, 17.0F);
  166.     this.bodyModel[20].h = 0.296706F;
  167.    
  168.     this.bodyModel[21].a(0.0F, 0.0F, 0.0F, 1, 5, 7, 0.0F);
  169.     this.bodyModel[21].a(-46.0F, -6.1F, 22.0F);
  170.     this.bodyModel[21].h = -0.5235988F;
  171.    
  172.     this.bodyModel[22].a(0.0F, 0.0F, 0.0F, 1, 5, 7, 0.0F);
  173.     this.bodyModel[22].a(-46.0F, -6.1F, -2.0F);
  174.     this.bodyModel[22].h = -0.5235988F;
  175.    
  176.     this.bodyModel[23].a(0.0F, 0.0F, 0.0F, 24, 8, 7, 0.0F);
  177.     this.bodyModel[23].a(-35.900002F, -6.0F, 3.0F);
  178.     this.bodyModel[23].h = 0.296706F;
  179.    
  180.     this.bodyModel[24].a(0.0F, 0.0F, 0.0F, 12, 7, 7, 0.0F);
  181.     this.bodyModel[24].a(-23.0F, -6.1F, 10.0F);
  182.     this.bodyModel[24].h = 0.5934119F;
  183.    
  184.     this.bodyModel[25].a(0.0F, 0.0F, 0.0F, 3, 2, 25, 0.0F);
  185.     this.bodyModel[25].a(19.0F, -6.1F, 1.0F);
  186.    
  187.     this.bodyModel[26].a(-3.0F, 0.0F, 0.0F, 4, 9, 31, 0.0F);
  188.     this.bodyModel[26].a(-21.0F, -1.5F, -2.0F);
  189.     this.bodyModel[26].h = 0.10472F;
  190.    
  191.     this.bodyModel[27].a(0.0F, 0.0F, 0.0F, 12, 2, 31, 0.0F);
  192.     this.bodyModel[27].a(24.0F, -2.5F, -2.0F);
  193.    
  194.     this.bodyModel[28].a(0.0F, 0.0F, 0.0F, 2, 3, 21, 0.0F);
  195.     this.bodyModel[28].a(-31.0F, 5.0F, 2.0F);
  196.    
  197.     this.bodyModel[29].a(0.0F, 0.0F, 0.0F, 14, 11, 9, 0.0F);
  198.     this.bodyModel[29].a(-37.0F, -3.0F, 10.0F);
  199.    
  200.     this.bodyModel[30].a(0.0F, 0.0F, 0.0F, 2, 2, 21, 0.0F);
  201.     this.bodyModel[30].a(19.0F, 6.0F, 2.0F);
  202.    
  203.     this.bodyModel[31].a(0.0F, 0.0F, 0.0F, 15, 6, 11, 0.0F);
  204.     this.bodyModel[31].a(22.0F, 2.0F, 8.0F);
  205.    
  206.     this.bodyModel[32].a(0.0F, 0.0F, 0.0F, 4, 6, 1, 0.0F);
  207.     this.bodyModel[32].a(-47.0F, -10.0F, 5.0F);
  208.     this.bodyModel[32].h = 0.244346F;
  209.    
  210.     this.bodyModel[33].a(0.0F, 0.0F, 0.0F, 4, 6, 1, 0.0F);
  211.     this.bodyModel[33].a(-47.0F, -10.0F, 21.0F);
  212.     this.bodyModel[33].h = 0.244346F;
  213.    
  214.     this.bodyModel[34].a(0.0F, 0.0F, 0.0F, 5, 1, 17, 0.0F);
  215.     this.bodyModel[34].a(-48.0F, -11.0F, 5.0F);
  216.    
  217.     this.bodyModel[35].a(0.0F, 0.0F, 0.0F, 1, 5, 1, 0.0F);
  218.     this.bodyModel[35].a(12.5F, -9.0F, 29.0F);
  219.     this.bodyModel[35].f = -0.4363323F;
  220.     this.bodyModel[35].h = 0.314159F;
  221.    
  222.     this.bodyModel[36].a(0.0F, 0.0F, 0.0F, 1, 5, 1, 0.0F);
  223.     this.bodyModel[36].a(11.0F, -9.0F, -3.0F);
  224.     this.bodyModel[36].f = 0.4886922F;
  225.     this.bodyModel[36].h = 0.314159F;
  226.    
  227.     this.bodyModel[37].a(0.0F, 0.0F, 0.0F, 1, 3, 4, 0.0F);
  228.     this.bodyModel[37].a(9.5F, -10.0F, -4.5F);
  229.     this.bodyModel[37].g = -0.4363323F;
  230.    
  231.     this.bodyModel[38].a(0.0F, 0.0F, 0.0F, 1, 3, 4, 0.0F);
  232.     this.bodyModel[38].a(12.5F, -10.0F, 28.5F);
  233.     this.bodyModel[38].g = 0.4363323F;
  234.    
  235.     this.bodyModel[39].a(0.0F, 0.0F, 0.0F, 3, 9, 27, 0.0F);
  236.     this.bodyModel[39].a(19.0F, -6.0F, 1.0F);
  237.     this.bodyModel[39].h = -0.5934119F;
  238.    
  239.     this.bodyModel[40].a(0.0F, 0.0F, 0.0F, 12, 3, 12, 0.0F);
  240.     this.bodyModel[40].a(-5.35F, 4.0F, 1.0F);
  241.    
  242.     this.bodyModel[41].a(-13.0F, 0.0F, 0.0F, 16, 3, 12, 0.0F);
  243.     this.bodyModel[41].a(-5.35F, 4.0F, 1.0F);
  244.     this.bodyModel[41].h = -1.396263F;
  245.    
  246.     this.bodyModel[42].a(0.0F, 0.0F, 0.0F, 12, 3, 12, 0.0F);
  247.     this.bodyModel[42].a(-5.35F, 4.0F, 14.0F);
  248.    
  249.     this.bodyModel[43].a(-13.0F, 0.0F, 0.0F, 16, 3, 12, 0.0F);
  250.     this.bodyModel[43].a(-5.35F, 4.0F, 14.0F);
  251.     this.bodyModel[43].h = -1.396263F;
  252.    
  253.     this.bodyModel[44].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  254.     this.bodyModel[44].a(40.299999F, 3.8F, 5.0F);
  255.     this.bodyModel[44].h = -0.06108652F;
  256.    
  257.     this.bodyModel[45].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  258.     this.bodyModel[45].a(40.299999F, 3.8F, 28.0F);
  259.     this.bodyModel[45].h = -0.05235988F;
  260.    
  261.     this.bodyModel[46].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  262.     this.bodyModel[46].a(40.299999F, 3.8F, -2.0F);
  263.     this.bodyModel[46].h = -0.05235988F;
  264.    
  265.     this.bodyModel[47].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  266.     this.bodyModel[47].a(40.299999F, 3.8F, 21.0F);
  267.     this.bodyModel[47].h = -0.05235988F;
  268.    
  269.     this.bodyModel[48].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  270.     this.bodyModel[48].a(40.299999F, 3.5F, -1.0F);
  271.     this.bodyModel[48].f = -0.226893F;
  272.     this.bodyModel[48].h = -0.05235988F;
  273.    
  274.     this.bodyModel[49].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  275.     this.bodyModel[49].a(40.299999F, 3.8F, 27.0F);
  276.     this.bodyModel[49].f = 0.226893F;
  277.     this.bodyModel[49].h = -0.05235988F;
  278.    
  279.     this.bodyModel[50].a(0.0F, 0.0F, 0.0F, 8, 2, 7, 0.0F);
  280.     this.bodyModel[50].a(40.099998F, 7.1F, -1.0F);
  281.     this.bodyModel[50].f = 0.1570796F;
  282.     this.bodyModel[50].h = -0.05235988F;
  283.    
  284.     this.bodyModel[51].a(0.0F, 0.0F, 0.0F, 8, 2, 7, 0.0F);
  285.     this.bodyModel[51].a(40.200001F, 6.0F, 21.0F);
  286.     this.bodyModel[51].f = -0.1570796F;
  287.     this.bodyModel[51].h = -0.05235988F;
  288.    
  289.     this.bodyModel[52].a(0.0F, 0.0F, 0.0F, 8, 1, 17, 0.0F);
  290.     this.bodyModel[52].a(40.299999F, 3.8F, 5.0F);
  291.     this.bodyModel[52].h = -0.05235988F;
  292.    
  293.     this.bodyModel[53].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  294.     this.bodyModel[53].a(40.299999F, 4.1F, 20.0F);
  295.     this.bodyModel[53].f = 0.226893F;
  296.     this.bodyModel[53].h = -0.05235988F;
  297.    
  298.     this.bodyModel[54].a(0.0F, 0.0F, 0.0F, 8, 4, 1, 0.0F);
  299.     this.bodyModel[54].a(40.299999F, 3.5F, 6.0F);
  300.     this.bodyModel[54].f = -0.226893F;
  301.     this.bodyModel[54].h = -0.05235988F;
  302.    
  303.     this.bodyModel[55].a(0.0F, 0.0F, 0.0F, 1, 4, 29, 0.0F);
  304.     this.bodyModel[55].a(46.299999F, 4.3F, -1.0F);
  305.    
  306.     this.bodyModel[56].a(0.0F, 0.0F, 0.0F, 3, 2, 31, 0.0F);
  307.     this.bodyModel[56].a(40.299999F, 1.3F, -2.0F);
  308.    
  309.     this.bodyModel[57].a(0.0F, 0.0F, 0.0F, 12, 1, 31, 0.0F);
  310.     this.bodyModel[57].a(37.099998F, 8.5F, -2.0F);
  311.    
  312.     this.bodyModel[58].a(0.0F, 0.0F, 0.0F, 9, 7, 5, 0.0F);
  313.     this.bodyModel[58].a(-48.5F, 1.0F, 24.0F);
  314.     this.bodyModel[58].h = 0.244346F;
  315.    
  316.     this.bodyModel[59].a(0.0F, 0.0F, 0.0F, 9, 7, 5, 0.0F);
  317.     this.bodyModel[59].a(-48.5F, 1.0F, 11.0F);
  318.     this.bodyModel[59].h = 0.244346F;
  319.    
  320.     this.bodyModel[60].a(0.0F, 0.0F, 0.0F, 9, 2, 21, 0.0F);
  321.     this.bodyModel[60].a(-48.5F, 1.0F, 3.0F);
  322.     this.bodyModel[60].h = 0.244346F;
  323.    
  324.     this.bodyModel[61].a(0.0F, 0.0F, 0.0F, 9, 8, 21, 0.0F);
  325.     this.bodyModel[61].a(-47.5F, 1.0F, 3.0F);
  326.     this.bodyModel[61].h = 0.244346F;
  327.    
  328.     this.bodyModel[62].a(0.0F, 0.0F, 0.0F, 4, 6, 1, 0.0F);
  329.     this.bodyModel[62].a(-48.5F, 3.0F, 3.0F);
  330.    
  331.     this.bodyModel[63].a(0.0F, 0.0F, 0.0F, 4, 6, 1, 0.0F);
  332.     this.bodyModel[63].a(-48.5F, 3.0F, 10.0F);
  333.    
  334.     this.bodyModel[64].a(0.0F, 0.0F, 0.0F, 4, 6, 1, 0.0F);
  335.     this.bodyModel[64].a(-48.5F, 3.0F, 16.0F);
  336.    
  337.     this.bodyModel[65].a(0.0F, 0.0F, 0.0F, 4, 6, 1, 0.0F);
  338.     this.bodyModel[65].a(-48.5F, 3.0F, 23.0F);
  339.    
  340.     this.bodyModel[66].a(0.0F, 0.0F, 0.0F, 4, 1, 6, 0.0F);
  341.     this.bodyModel[66].a(-48.5F, 3.0F, 4.0F);
  342.    
  343.     this.bodyModel[67].a(0.0F, 0.0F, 0.0F, 4, 1, 6, 0.0F);
  344.     this.bodyModel[67].a(-48.5F, 3.0F, 17.0F);
  345.    
  346.     this.bodyModel[68].a(0.0F, 0.0F, 0.0F, 4, 5, 1, 0.0F);
  347.     this.bodyModel[68].a(-48.5F, 4.0F, 6.5F);
  348.    
  349.     this.bodyModel[69].a(0.0F, 0.0F, 0.0F, 4, 5, 1, 0.0F);
  350.     this.bodyModel[69].a(-48.5F, 4.0F, 19.5F);
  351.    
  352.     this.bodyModel[70].a(0.0F, 0.0F, 0.0F, 11, 3, 5, 0.0F);
  353.     this.bodyModel[70].a(-47.099998F, 6.0F, -2.0F);
  354.    
  355.     this.bodyModel[71].a(0.0F, 0.0F, 0.0F, 11, 3, 5, 0.0F);
  356.     this.bodyModel[71].a(-47.099998F, 6.0F, 11.0F);
  357.    
  358.     this.bodyModel[72].a(0.0F, 0.0F, 0.0F, 11, 3, 5, 0.0F);
  359.     this.bodyModel[72].a(-47.099998F, 6.0F, 24.0F);
  360.    
  361.     this.bodyModel[73].a(0.0F, 0.0F, 0.0F, 4, 1, 7, 0.0F);
  362.     this.bodyModel[73].a(-47.0F, -10.5F, -2.0F);
  363.    
  364.     this.bodyModel[74].a(0.0F, 0.0F, 0.0F, 4, 1, 7, 0.0F);
  365.     this.bodyModel[74].a(-47.0F, -10.5F, 22.0F);
  366.    
  367.     this.bodyModel[75].a(0.0F, 0.0F, 0.0F, 1, 8, 8, 0.0F);
  368.     this.bodyModel[75].a(18.0F, -6.0F, 16.0F);
  369.     this.bodyModel[75].h = -0.5934119F;
  370.     if ((this.VarGear != true) ||
  371.    
  372.  
  373.  
  374.       (this.VarDoor == true)) {}
  375.     this.leftFrontWheelModel = new ModelRendererTurbo[1];
  376.     this.leftFrontWheelModel[0] = new ModelRendererTurbo(this, 52, 85, this.textureX, this.textureY);
  377.    
  378.  
  379.     this.leftFrontWheelModel[0].a(0.0F, 0.0F, 0.0F, 10, 10, 6, 0.0F);
  380.     this.leftFrontWheelModel[0].a(26.0F, 0.0F, 22.0F);
  381.    
  382.  
  383.     this.rightFrontWheelModel = new ModelRendererTurbo[1];
  384.    
  385.     this.rightFrontWheelModel[0] = new ModelRendererTurbo(this, 14, 182, this.textureX, this.textureY);
  386.    
  387.     this.rightFrontWheelModel[0].a(0.0F, 0.0F, 0.0F, 10, 10, 6, 0.0F);
  388.     this.rightFrontWheelModel[0].a(26.0F, 0.0F, -1.0F);
  389.    
  390.  
  391.     this.leftBackWheelModel = new ModelRendererTurbo[1];
  392.     this.leftBackWheelModel[0] = new ModelRendererTurbo(this, 14, 156, this.textureX, this.textureY);
  393.    
  394.  
  395.     this.leftBackWheelModel[0].a(0.0F, 0.0F, 0.0F, 10, 10, 7, 0.0F);
  396.     this.leftBackWheelModel[0].a(-35.0F, 0.0F, 21.0F);
  397.    
  398.  
  399.     this.rightBackWheelModel = new ModelRendererTurbo[1];
  400.     this.rightBackWheelModel[0] = new ModelRendererTurbo(this, 52, 110, this.textureX, this.textureY);
  401.    
  402.  
  403.     this.rightBackWheelModel[0].a(0.0F, 0.0F, 0.0F, 10, 10, 7, 0.0F);
  404.     this.rightBackWheelModel[0].a(-35.0F, 0.0F, -1.0F);
  405.    
  406.  
  407.  
  408.  
  409.     this.turretModel = new ModelRendererTurbo[0];
  410.    
  411.  
  412.     this.barrelModel = new ModelRendererTurbo[0];
  413.    
  414.  
  415.     this.gunModel = new ModelRendererTurbo[0];
  416.    
  417.  
  418.     this.ammoModel = new ModelRendererTurbo[0];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement