cocos2dx-2.x-filters

2014-08-04:

修复路径filter路径错误的问题

修复CCSpriteWithFilter 不设置滤镜情况下不显示的问题

修复CCGodRay在手机上导致崩溃的问题,并且在构造函数中增加采样次数和权重的设置,默认为50次采样,0.1权重

2014-07-27:

增加了CCWaveFilter 使用范例

  • CCWaveFilter* waveFilter = CCWaveFilter::create(1,1);
  • sprite->setFilter(waveFilter);
  • 参数中的宽高为百分比,本质为扭曲的终点

    once upon a time:

    使用范例

  • CCGodRayFilter* filter = CCGodRayFilter::create();
  • CCSpriteWidthFilter* sprite = CCSpriteWidthFilter::create("HelloWorld.png");
  • sprite->setFilter(filter);
  • god ray 预览图:

    <img src="http://www.dreamfairy.cn/blog/wp-content/uploads/2014/06/cocso2dxgodray.jpg" /img>