在iPhone6 个别机型会出现 粒子效果黑色不正常现象。 ignore = CCParticleSystemQuad:create("particles/flower_red.plist"); ignore:setPositionType(kCCPositionTypeRelative) 现象如图 ...
分类:
其他好文 时间:
2017-04-16 12:24:59
阅读次数:
190
particles.js 在线配置的东西: http://vincentgarreau.com/particles.js/ https://threejs.org/ http://thehuub.co/ http://www.uisdc.com/4-modern-background-tricks ...
分类:
Web程序 时间:
2017-03-14 12:19:59
阅读次数:
200
为解决斜坡下gmapping定位的问题,开始关注gmapping。 先看到EAIPOT博客里关于gmapping的一个参数文件 需要关注的一个参数: particles (int, default: 30) gmapping算法中的粒子数,因为gmapping使用的是粒子滤波算法,粒子在不断地迭代更 ...
分类:
移动开发 时间:
2016-08-02 13:10:19
阅读次数:
1057
Description There will be a launch of a new, powerful and unusual collider very soon, which located along a straight line. n particles will be launche ...
分类:
其他好文 时间:
2016-07-20 11:53:42
阅读次数:
132
好久没登录知乎,发现他们的登录页面粒子动态效果蛮炫的,查一下代码用了Particles.js基于Canvas画布创建粒子颗粒效果。 上图 上图: 感觉有比格,就照着弄了一个,玩玩。 github: https://github.com/VincentGarreau/particles.js/ 操作过 ...
分类:
Web程序 时间:
2016-06-26 10:20:41
阅读次数:
676
文章目录 使用方法 自定义参数 相关链接 Particles.js是一款基于HTML5 Canvas画布的轻量级粒子动画插件,可以设置粒子的形状、旋转、分布、颜色等属性,还可以动态添加粒子,效果非常炫酷,能和鼠标互动吸附或者是躲避鼠标指针。 使用方法 1、该粒子动画库插件使用方法非常简单,首先要在页
分类:
Web程序 时间:
2016-02-28 18:18:09
阅读次数:
458
一、使用方法该粒子动画库插件使用方法非常简单,首先要在页面中引入particles.js文件。在页面中使用一个div来作为放置粒子的容器。然后可以按下面的方法调用该粒子插件:particlesJS('particles-js', {particles: {color: '#fff',shape: '...
分类:
Web程序 时间:
2016-01-11 13:34:51
阅读次数:
178
The Japanese language is notorious for its sentence ending particles. Personal preference of such particles can be considered as a reflection of the s...
分类:
其他好文 时间:
2015-12-06 12:53:57
阅读次数:
214
添加粒子特效1 -- 添加粒子特效2 local emitter = cc.ParticleSystemQuad:create( "image/particles/dirt.plist" )3 emitter:setPosition( display.cx, displa...
分类:
其他好文 时间:
2015-09-22 01:25:23
阅读次数:
217
在这个系列中的所有文章都可以在这里查看http://blog.csdn.net/cloud_castle/article/category/2123873接上文Qt5官方demo解析集10——Qt Quick Particles Examples - EmittersAffectors是Qt官方粒子...
分类:
其他好文 时间:
2015-09-11 18:57:04
阅读次数:
291