у сифаера
public void moveArrestorHook(float f) {
hierMesh().chunkSetAngles("Hook1_D0", 0.0F, -57.0F * f, 0.0F);
hierMesh().chunkSetAngles("Hook2_D0", 0.0F, -12.0F * f, 0.0F);
resetYPRmodifier();
Aircraft.xyz[2] = 0.1385F * f;
hierMesh().chunkSetLocate("Hook3_D0", Aircraft.xyz, Aircraft.ypr);
arrestor = f;
}
|