aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/particles3d/Fire.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix some particles example animationsKaj Grönholm2023-11-161-0/+1
| | | | | | | | | | | QML animations with syntax "NumberAnimation on [x]" run automatically, while plain NumberAnimations don't. Since changes made in f7cc7656e2 we need to set these animations running. Pick-to: 6.6 Change-Id: I4df85f96f30be7520251911d0f8702118e1cf5c1 Reviewed-by: Jere Tuliniemi <jere.tuliniemi@qt.io> Reviewed-by: Andy Nichols <andy.nichols@qt.io>
* Fix qmllint errors in particles3d exampleAndy Nichols2023-06-121-0/+268
Pick-to: 6.6 Change-Id: I10126755f2a42fb365219f09b9c54e45ed8e4316 Reviewed-by: Christian Strømme <christian.stromme@qt.io>