GL_ONE, GL_ONE
This makes the flamingoes transparent on:
http://www.andersriggelsen.dk/glblendfunc.php
but not in cocos2d using:
sprite.blendFunc = (ccBlendFunc){GL_ONE, GL_ONE}
How can I achieve a similar effect in cocos2d?
Thank you.
|
GL_ONE, GL_ONE This makes the flamingoes transparent on: http://www.andersriggelsen.dk/glblendfunc.php but not in cocos2d using: sprite.blendFunc = (ccBlendFunc){GL_ONE, GL_ONE} How can I achieve a similar effect in cocos2d? Thank you. |
|||
|