aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3dparticles/qquick3dparticlemodelblendparticle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid an unused geometry node in ModelBlendParticle3DInho Lee2024-06-061-3/+5
* Fix build-failure with no-qml-debugInho Lee2024-03-061-0/+2
* Move utility functions under the QSSGUtils namespaceChristian Strømme2023-09-041-1/+1
* Fix some name collision and double definition for unity buildAmir Masoud Abdol2023-03-141-2/+2
* Add support for profiling object id and event dataAntti Määttä2022-10-131-0/+4
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Use map() not mapVector() in recently changed codeLaszlo Agocs2022-03-251-2/+2
* Replace M4x4 * Vector3 with mapVectorMårten Nordheim2022-03-211-2/+2
* Fix warning about QSSGMesh::Mesh used uninitializedThiago Macieira2022-01-171-9/+5
* Remove TP status from ModelBlendParticle3DAntti Määttä2021-11-261-11/+8
* Add EmitMode property to MBP and remove random propertyAntti Määttä2021-11-261-12/+22
* Do not create model if particles are disabledAntti Määttä2021-11-021-0/+3
* Fix blend model bounds calculationJonas Karlsson2021-10-251-6/+51
* Fix model-blend particle spatial node initializationAntti Määttä2021-10-121-11/+15
* Add subsets for geometry apiAntti Määttä2021-08-091-2/+2
* Add subset support for geometryAntti Määttä2021-06-211-2/+3
* Fix crash when model-blend particle is not properly initializedAntti Määttä2021-06-181-0/+3
* Fix endNode rotationAntti Määttä2021-06-151-10/+60
* Doc: Fix documentation issuesTopi Reinio2021-06-031-1/+1
* Fix model-blend particle fade in/out with opacityAntti Määttä2021-05-311-1/+6
* Add random emitting of model-blend particlesAntti Määttä2021-05-311-1/+42
* Implement activation node for model-blend particleAntti Määttä2021-05-311-0/+26
* Add geometry support for model-blend particlesAntti Määttä2021-05-311-24/+91
* Add particle data update checkAntti Määttä2021-05-311-1/+3
* Model blend particlesAntti Määttä2021-05-281-0/+570