cocos2d/cocos2d-objc

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

amitkumar3968 opened this issue · 1 comments

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! ;)

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

https://github.com/slembcke/Cocos2DShaderCookbook