Commit Graph

4 Commits

Author SHA1 Message Date
Alan Alpert c8a5c00ec1 Immense Particles Refactor Part D
Changed the names of several properties:
FollowEmitter:
emissionShape->emitShape
emissionHeight->emitHeight
emissionWidth->emitWidth
Emitter:
particlesPerSecond->emitRate
particleDuration->lifeSpan
particleDurationVariation->lifeSpanVariation
maxParticles->emitCap
particleSize->size
particleEndSize->endSize
particleSizeVariation->sizeVariation
ImageParticle:
image->source

And stopped being silly in the example launcher.
2011-06-08 18:03:39 +10:00
Alan Alpert 1f88f2ceed Immense Particles Refactor Part C
Demos work again (also, the examples I missed).

Added an example launcher for particles.
2011-06-08 13:28:21 +10:00
Alan Alpert 52d1ff7d3f Split up ModelParticle
Now has DataParticle (with model and delegate) and an ItemParticle
(which you just feed items manually). ModelParticle left for now for
damage control - it will probably just disappear someday.
2011-05-23 15:16:00 +10:00
Alan Alpert 108f7cec20 Upgrade Flickr demo to QtQuick 2.
And throw in particle effects.

Includes a variety of fixes to modelparticle and picture affector which
were arrived at during this demo.
2011-05-12 15:43:29 +10:00