Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道他们的 Andengine 的任何子库是否可以变形两个不同的图像?还是在安卓中?我一直在寻找它,但我什么也没找到。帮帮我...
没有什么原生的andengine可以做到这一点。
要变形图像,您需要一个位图操作库来执行此操作: javamorph 例如这个。
然后在 andengine 中,为 Sprite 分配纹理,并且随着位图的更新,您将需要更新纹理区域。
或者,渲染变形帧并制作动画Spritetexture。