I'm new to cocos2D, and I wanna add an object that can be deformed when i touch it, can I do that on a CCSprite ? if yes, can anybody tell me how ?
thanks.
| |||
|
feedback
|
|
You can skew a CCSprite with the CCSkewTo/CCSkewBy actions. Combine that with rotation and scaling that's about the most deformation you can get without getting hardcore on render textures, polygon tesselation or shader programming. | |||
|
feedback
|
|
Don't think you can do that on a CCSprite. | |||
|
feedback
|