aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/core/client/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/Java/gtPlusPlus/core/client/model')
-rw-r--r--src/Java/gtPlusPlus/core/client/model/ModelGiantChicken.java18
1 files changed, 14 insertions, 4 deletions
diff --git a/src/Java/gtPlusPlus/core/client/model/ModelGiantChicken.java b/src/Java/gtPlusPlus/core/client/model/ModelGiantChicken.java
index c0f5f79018..f7fb92f550 100644
--- a/src/Java/gtPlusPlus/core/client/model/ModelGiantChicken.java
+++ b/src/Java/gtPlusPlus/core/client/model/ModelGiantChicken.java
@@ -50,33 +50,43 @@ public class ModelGiantChicken extends ModelChicken{
if (this.isChild)
{
- float f6 = 2.0F;
+ float f6 = 1.0F;
GL11.glPushMatrix();
- GL11.glTranslatef(0.0F, 5.0F * p_78088_7_, 2.0F * p_78088_7_);
+ GL11.glTranslatef(0.0F, 0F, 0F);
this.head.render(p_78088_7_);
this.bill.render(p_78088_7_);
this.chin.render(p_78088_7_);
GL11.glPopMatrix();
GL11.glPushMatrix();
- GL11.glScalef(1.0F / f6, 1.0F / f6, 1.0F / f6);
- GL11.glTranslatef(0.0F, 24.0F * p_78088_7_, 0.0F);
+ GL11.glScalef(1.0F * f6, 1.0F * f6, 1.0F * f6);
+ GL11.glTranslatef(0.0F, 0F, 0.0F);
this.body.render(p_78088_7_);
this.rightLeg.render(p_78088_7_);
this.leftLeg.render(p_78088_7_);
this.rightWing.render(p_78088_7_);
this.leftWing.render(p_78088_7_);
GL11.glPopMatrix();
+ //super.render(p_78088_1_, p_78088_2_, p_78088_3_, p_78088_4_, p_78088_5_, p_78088_6_, p_78088_7_);
}
else
{
+ float f6 = 2.0F;
+ GL11.glPushMatrix();
+ GL11.glScalef(1.0F * f6, 1.0F * f6, 1.0F * f6);
+ GL11.glTranslatef(0.0F, -0.85F, 0F);
this.head.render(p_78088_7_);
this.bill.render(p_78088_7_);
this.chin.render(p_78088_7_);
+ GL11.glPopMatrix();
+ GL11.glPushMatrix();
+ GL11.glScalef(1.0F * f6, 1.0F * f6, 1.0F * f6);
+ GL11.glTranslatef(0.0F, -0.75F, 0.0F);
this.body.render(p_78088_7_);
this.rightLeg.render(p_78088_7_);
this.leftLeg.render(p_78088_7_);
this.rightWing.render(p_78088_7_);
this.leftWing.render(p_78088_7_);
+ GL11.glPopMatrix();
}
}