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
/
qquick3dskin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
skinning animation: make simpler and faster
Inho Lee
2024-08-09
1
-81
/
+70
*
Fix mismatched connect/disconnect styles issues
Andy Nichols
2024-06-25
1
-3
/
+3
*
Refactor skeletal animation
Inho Lee
2023-06-01
1
-1
/
+6
*
Skin: clear boneData when clearing joints
Inho Lee
2022-12-02
1
-0
/
+1
*
Add support for profiling object id and event data
Antti Määttä
2022-10-13
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-8
/
+8
*
Doc: Add a note for adding joint nodes in Skin
Inho Lee
2022-08-15
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-16
1
-28
/
+2
*
Use memcpy instead of QByteArray::replace for skinning
Inho Lee
2022-06-15
1
-18
/
+12
*
Skinning : unlock the restriction of the maximum uniform size
Inho Lee
2022-04-11
1
-12
/
+31
*
Use QMatrix4x4's normalMatrix for calculating the normal matrix
Laszlo Agocs
2022-02-15
1
-6
/
+3
*
Skinning : add Skin type for better animation
Inho Lee
2022-02-08
1
-0
/
+240