cocos2d / cocos2d-objc

Cocos2d for iOS and OS X, built using Objective-C
http://www.cocos2d-objc.org
Other
4.07k stars 1.16k forks source link

Can‘t find CCWaves in cocos2d-objc v3.x #1357

Closed amitkumar3968 closed 8 years ago

amitkumar3968 commented 8 years ago

I can't find something like CCWaves(or CCLiquid etc) class in cocos2d v3.x.

but they are exist in cocos2d

so, is it really disappear in cocos2d v3.x? and are there some replaceable class i can use?

thanks! ;)

s1ddok commented 8 years ago

Those are gone, we use shaders now. Take a look at shaders cookbook.

https://github.com/slembcke/Cocos2DShaderCookbook