aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3d/qquick3dskin.cpp
Commit message (Expand)AuthorAgeFilesLines
* skinning animation: make simpler and fasterInho Lee2024-08-091-81/+70
* Fix mismatched connect/disconnect styles issuesAndy Nichols2024-06-251-3/+3
* Refactor skeletal animationInho Lee2023-06-011-1/+6
* Skin: clear boneData when clearing jointsInho Lee2022-12-021-0/+1
* Add support for profiling object id and event dataAntti Määttä2022-10-131-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-8/+8
* Doc: Add a note for adding joint nodes in SkinInho Lee2022-08-151-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-161-28/+2
* Use memcpy instead of QByteArray::replace for skinningInho Lee2022-06-151-18/+12
* Skinning : unlock the restriction of the maximum uniform sizeInho Lee2022-04-111-12/+31
* Use QMatrix4x4's normalMatrix for calculating the normal matrixLaszlo Agocs2022-02-151-6/+3
* Skinning : add Skin type for better animationInho Lee2022-02-081-0/+240