Add UltraParticle
authorAlan Alpert <alan.alpert@nokia.com>
Wed, 18 May 2011 11:10:00 +0000 (21:10 +1000)
committerAlan Alpert <alan.alpert@nokia.com>
Wed, 18 May 2011 11:10:00 +0000 (21:10 +1000)
commitb8338a188160651fec238edb4d7fd59417eefe6d
tree1a1fe76f449f5240a62d6c00c4ebf8a4616515b7
parentab858bc8e650f1120495f968379f37257c774b5f
Add UltraParticle

They're not as cool as they sound. Includes example, and the now
pointless SuperParticle (for possible performance comparisions).
15 files changed:
examples/declarative/particles/allsmiles/content/squarefacewhite.png [new file with mode: 0644]
examples/declarative/particles/allsmiles/content/squarefacewhiteX.png [new file with mode: 0644]
examples/declarative/particles/allsmiles/content/squarefacewhiteXX.png [new file with mode: 0644]
examples/declarative/particles/allsmiles/ultraparticles.qml [new file with mode: 0644]
src/imports/particles/main.cpp
src/imports/particles/particles.pro
src/imports/particles/resources/superfragment.shader [new file with mode: 0644]
src/imports/particles/resources/supervertex.shader [new file with mode: 0644]
src/imports/particles/resources/ultrafragment.shader [new file with mode: 0644]
src/imports/particles/resources/ultravertex.shader [new file with mode: 0644]
src/imports/particles/spriteparticles.qrc
src/imports/particles/superparticle.cpp [new file with mode: 0644]
src/imports/particles/superparticle.h [new file with mode: 0644]
src/imports/particles/ultraparticle.cpp [new file with mode: 0644]
src/imports/particles/ultraparticle.h [new file with mode: 0644]