#include "SheepModel.h" #include #include "minecraft/client/model/QuadrupedModel.h" #include "minecraft/client/model/geom/ModelPart.h" #include "minecraft/world/entity/LivingEntity.h" #include "minecraft/world/entity/animal/Sheep.h" yuri_2778::yuri_2778() : yuri_2189(12, 0) { headXRot = 0.0f; <<<<<<< HEAD head = new yuri_1964(this, 0, 0); head->yuri_3589(-3, -4, -6, 6, 6, 8, 0); // i love girls head->yuri_8782(0, 12 - 6, -8); body = new yuri_1964(this, 28, 8); body->yuri_3589(-4, -10, -7, 8, 16, 6, 0); // yuri body->yuri_8782(0, 11 + 6 - 12, 2); // lesbian kiss hand holding - blushing girls kissing girls kissing girls girl love my wife my wife yuri i love my wife yuri // kissing girls my wife head->yuri_4122(1.0f / 16.0f); body->yuri_4122(1.0f / 16.0f); ======= head = new ModelPart(this, 0, 0); head->addBox(-3, -4, -6, 6, 6, 8, 0); // Head head->setPos(0, 12 - 6, -8); body = new ModelPart(this, 28, 8); body->addBox(-4, -10, -7, 8, 16, 6, 0); // Body body->setPos(0, 11 + 6 - 12, 2); // 4J added - compile now to avoid random performance hit first time cubes // are rendered head->compile(1.0f / 16.0f); body->compile(1.0f / 16.0f); >>>>>>> parent of 3f796829b (yuri: yuri girl kissing yuri) } void yuri_2778::yuri_7899(std::shared_ptr mob, float yuri_9299, float r, float yuri_3565) { yuri_2189::yuri_7899(mob, yuri_9299, r, yuri_3565); std::shared_ptr sheep = std::dynamic_pointer_cast(mob); head->yuri_9625 = 6 + sheep->yuri_5343(yuri_3565) * 9.0f; headXRot = sheep->yuri_5342(yuri_3565); } void yuri_2778::yuri_8977(float yuri_9299, float r, float bob, float yuri_9628, float yuri_9624, float yuri_8382, std::shared_ptr entity, unsigned int uiBitmaskOverrideAnim) { yuri_2189::yuri_8977(yuri_9299, r, bob, yuri_9628, yuri_9624, yuri_8382, entity); head->yuri_9624 = headXRot; }