I am trying to bend my sprite upto a certain angle but cant figure out the right way to do it.. i tried to study process to skew a Sprite which existed in Cocos2d 1.00 version but i cant find it in the latest version 0.99.5
Please help me figure out How to skew a Sprite in cocos2d ??
I am trying to bend my sprite upto a certain angle but cant figure
Share
How about this patch for CCNode.h and CCNode.m of version 0.99.5? This patch includes the difference for skew between version 0.99.5 and version 1.0.0.
I’ve also uploaded the patch to gist https://gist.github.com/1082368