原创 cocos2dx 常見的22種特效 3D特效

//3D晃動的特效 // CCActionInterval* shaky3D = CCShaky3D::create(5, CCSize(10, 10), 15, false); // sp->runAction(sh