I want to know is their any sub-library of Andengine that can morph two different images? or in Android? I have been looking for it but i haven’t found anything. Help me out…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is nothing native to andengine that will do that.
To morph images, you need a bitmap manipulation library that does that:
javamorph
For example this one.
Then in andengine, you assign a texture to a Sprite, and as the bitmap updates, you will need to update the texture region.
Or, render the morph frames and make an animatedSpritetexture.