Posted March 3, 201510 yr Hi guys, as I said earlier, I am working on few fish mobs. I noticed that when I change the rotationyaw of an entity, its animation is reset. For me it does mean that if the fish moves in straightline, he will flap its tail correctly, but if I change the rotationyaw, then the animation is reset and the tail goes back to the original postion, which looks quite bad. Not sure what I should look for. This animation thing is quite new to me.
March 3, 201510 yr Most people do their animation in the Model class, so can you post the code for that? Basically you need to look at your code for the rotation of the tail part of the model. I suspect that you forget to add yaw to rotation so it isn't rotating with the model, but maybe I don't quite understand what you're describing. Anyway, I'm sure the answer is in the angle calculations in your Model class. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.