aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3dinstancing.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply "Fix incorrect instancing model shadows"Jonas Karlsson2024-11-051-0/+64
* Doc: Replace \instantiates with \nativetypePaul Wicking2024-08-201-1/+1
* Doc fix: InstanceListEntry::color is a color, not a vector3dPaul Olav Tvete2024-07-111-1/+1
* Make instances the default property of InstanceListAndy Nichols2024-05-281-0/+19
* Move utility functions under the QSSGUtils namespaceChristian Strømme2023-09-041-2/+2
* Add support for profiling object id and event dataAntti Määttä2022-10-131-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-2/+2
* Fix 'comparison of integers of different signs' compiler errorsAssam Boudjelthia2022-10-071-1/+1
* Fix bug when switching between euler angles and quaternionsPaul Olav Tvete2022-07-211-2/+2
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Instance picking convenience APIPaul Olav Tvete2022-05-041-23/+39
* Fix use of deprecated QColor ctorMårten Nordheim2022-03-211-1/+1
* QBA/QString::count deprecation fixMårten Nordheim2022-03-181-1/+1
* Mark node dirty when FileInstancing source changesMiikka Heikkinen2021-12-161-0/+2
* Enablers for instanced pickingPaul Olav Tvete2021-12-081-3/+146
* Documentation for ModelParticle3D.instanceTablePaul Olav Tvete2021-09-091-1/+4
* Rename depthSorting to depthSortingEnabledAntti Määttä2021-08-091-9/+9
* Update design studio componentsTony Leinonen2021-06-221-1/+1
* Add documentation for QQuick3DInstancing::markDirtyPaul Olav Tvete2021-06-211-1/+8
* Add depth sorting for instance tableAntti Määttä2021-05-211-0/+48
* Add API for reading instance data from filePaul Olav Tvete2021-04-281-1/+275
* Don't hardcode instance table stridePaul Olav Tvete2021-04-261-3/+1
* Move instancing out of tech previewPaul Olav Tvete2021-04-221-29/+3
* Make instanceCountOverride work againPaul Olav Tvete2021-04-201-4/+13
* Mark as not dirty after updatingPaul Olav Tvete2021-04-121-0/+1
* Copy \qmlproperty documentation to \propertyPaul Olav Tvete2021-03-311-0/+19
* Small documentation fixPaul Olav Tvete2021-03-301-1/+1
* Add documentation for morphing and instancingPaul Olav Tvete2021-03-151-18/+17
* Instancing API: remove change signal argumentsPaul Olav Tvete2021-02-091-8/+8
* API to force instanced model to be rendered in transparent passPaul Olav Tvete2021-01-251-1/+28
* InstanceList: disconnect signals when list changesPaul Olav Tvete2020-12-191-0/+11
* Improve instance buffer update handlingPaul Olav Tvete2020-12-191-10/+10
* Add support for instanced renderingPaul Olav Tvete2020-12-161-0/+507