aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgpointattractor_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Switch from textures to uniform arrays for size/opacity tablesAlan Alpert2011-08-241-1/+1
| | | | | | | Change-Id: Iafc5eaa80f68345cc3b14fe0b2d997c1af435419 Reviewed-on: http://codereview.qt.nokia.com/3388 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-081-17/+17
| | | | | | | | Replace old license header with correct one. Change-Id: I492ddaaa0227b2c8faf11bdcd6e12e7231a54a10 Reviewed-on: http://codereview.qt.nokia.com/1312 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Immense Particles Refactor Part BAlan Alpert2011-06-071-0/+48
| | | | | Examples work again. Also augmented Wander and PointAttractor with physics modes.
* Immense Particles Refactor Part AAlan Alpert2011-06-071-0/+120
Qt.labs.particles 2.0 moved to QtQuick.Particles 2.0. All C++ classes changed names, some renaming of QML types. Also adds CustomParticle.