index
:
qt/qtquick3d.git
5.14
5.15
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7-experimental
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
A new module and API for defining 3D content in Qt Quick.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
quick3d
/
qquick3dmodel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Docs: Model: Describe built-in meshes
Jonas Karlsson
2024-12-12
1
-0
/
+32
*
Fix mismatched connect/disconnect styles issues
Andy Nichols
2024-06-25
1
-2
/
+2
*
Doc: Fix documentation issues
Topi Reinio
2024-04-11
1
-2
/
+2
*
Mark the whole repo with QT_NO_CONTEXTLESS_CONNECT
Ahmad Samir
2023-09-04
1
-1
/
+1
*
Doc: Fix broken qdoc links
Andreas Eliasson
2023-08-23
1
-1
/
+1
*
Make sure the "bounds" type is registered with QML
Andy Nichols
2023-06-09
1
-5
/
+5
*
Doc: Fix grammar and typos
Andreas Eliasson
2023-06-02
1
-19
/
+27
*
Refactor skeletal animation
Inho Lee
2023-06-01
1
-15
/
+8
*
Make sure models with an instanceRoot is updated properly
Christian Strømme
2023-02-15
1
-1
/
+21
*
Support textures and colors in the morph animation
Inho Lee
2023-02-06
1
-1
/
+2
*
Update QQ3D morph animation to use a vertex texture
Inho Lee
2023-02-03
1
-9
/
+1
*
Fix another ub caused by listening to QObject::destroyed
Christian Strømme
2023-01-10
1
-1
/
+8
*
Fix file path resolution for BakedLightmap
Eirik Aavitsland
2022-11-18
1
-2
/
+6
*
Automatically generate Level of Detail meshes on import
Andy Nichols
2022-11-01
1
-0
/
+39
*
Add level of detail support for instancing
Jere Tuliniemi
2022-11-01
1
-0
/
+45
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-2
/
+2
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-3
/
+3
*
Doc: fix broken links
Volker Hilsheimer
2022-09-05
1
-4
/
+4
*
Improve updatePropertyListener
Christian Strømme
2022-07-12
1
-14
/
+4
*
Move calculation of the depth bias to the front-end
Christian Strømme
2022-07-04
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Restore the balsam option to generate lightmap UVs
Laszlo Agocs
2022-06-01
1
-0
/
+5
*
Add castsReflections property to Model
Jere Tuliniemi
2022-06-01
1
-1
/
+24
*
Add basic baked lightmap support
Laszlo Agocs
2022-05-27
1
-4
/
+165
*
Attempt to clean-up some of the flags in our backend nodes
Christian Strømme
2022-04-25
1
-1
/
+1
*
Skinning : add Skin type for better animation
Inho Lee
2022-02-08
1
-0
/
+44
*
Fix crash with skinned models and Repeater3D
Jere Tuliniemi
2022-01-14
1
-0
/
+1
*
Add reflection probe
Jere Tuliniemi
2021-12-03
1
-0
/
+26
*
Add ResourceLoader API to enable pre-loading of resources
Andy Nichols
2021-12-02
1
-24
/
+23
*
Fix runtime GLTF loading on Windows
Andy Nichols
2021-11-11
1
-1
/
+1
*
Disconnect geometry connection in model destructor
Antti Määttä
2021-11-08
1
-0
/
+1
*
MorphTarget: Fix incorrectly warning about morphTarget count
Inho Lee
2021-06-08
1
-1
/
+1
*
Make QQuick3DBounds and QSSGBounds3 more tightly coupled
Christian Strømme
2021-05-25
1
-4
/
+3
*
Add missing documentation for Model::instanceRoot
Paul Olav Tvete
2021-04-22
1
-0
/
+9
*
Fix bad downcast in QQuick3DModel
Christian Strømme
2021-04-12
1
-1
/
+1
*
Asset: Fix the URL handling in the model
Christian Strømme
2021-04-12
1
-4
/
+3
*
Add run-time asset loading
Christian Strømme
2021-04-07
1
-0
/
+3
*
Implement depth bias for models
Antti Määttä
2021-03-25
1
-0
/
+26
*
Instancing: update when model instance is set
Paul Olav Tvete
2021-02-12
1
-0
/
+1
*
Instancing API: remove change signal arguments
Paul Olav Tvete
2021-02-09
1
-2
/
+2
*
Fix qdoc link
Paul Olav Tvete
2021-01-26
1
-1
/
+1
*
Improve transformation for instanced drawing
Paul Olav Tvete
2021-01-22
1
-0
/
+14
*
Doc: Fix link error to morph targets
Nico Vertriest
2021-01-07
1
-1
/
+1
*
Support morphing animations using CustomMaterials
Inho Lee
2021-01-04
1
-0
/
+1
*
Support morph animations
Inho Lee
2020-12-22
1
-0
/
+131
*
Improve instance buffer update handling
Paul Olav Tvete
2020-12-19
1
-1
/
+0
*
Fix copy/paste error in setInstancing()
Paul Olav Tvete
2020-12-18
1
-2
/
+2
*
Add support for instanced rendering
Paul Olav Tvete
2020-12-16
1
-0
/
+48
*
Add skinning overview documentation
Paul Olav Tvete
2020-11-19
1
-1
/
+1
*
Adjust to int -> qsizetype change in QQmlListProperty
Fabian Kosmale
2020-11-11
1
-2
/
+2
[next]