Hello everyone!
How can I do a perspective transform on a layer in cocos2D? I know that in Core Animation this can be done using CATransform3D (like explained here -> http://stackoverflow.com/questions/347721/uiview-perspective-transform). I haven't found anything like this in cocos2D. What I want to achieve it's something like this -> http://watchingapple.com/2008/04/core-animation-3d-perspective/.
Big thanks to riq and all the contributors for this great framework.
Best regards, Cocan.