summaryrefslogtreecommitdiffstats
path: root/src/core/transforms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-242-16/+12
|\
| * Matrix_SSE/Matrix_AVX2: fix mapVectorPaul Lemire2019-08-202-16/+12
* | Switch export macros to standard formKai Koehne2019-04-0210-22/+22
|/
* Fix unfinished commentThiago Macieira2018-12-121-0/+1
* Doc: Add doc to undocumented methodsNico Vertriest2018-11-012-1/+17
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-196-12/+12
* Fix SIMD related warningsPaul Lemire2018-02-281-2/+4
* simd: declare AVX2 friends only if __AVX2__ definedPaul Lemire2018-02-283-13/+20
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-1/+1
* Merge remote-tracking branch 'origin/5.10' into 5.11Sean Harmer2018-02-153-0/+36
|\
| * Render: Use SIMD Vectors and Matrices in the backendPaul Lemire2018-02-023-0/+36
* | Merge branch '5.10' into devSean Harmer2018-01-263-4/+14
|\|
| * SIMD: Only include SSE classes if options activatedPaul Lemire2018-01-253-4/+14
* | QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-252-0/+23
* | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2017-11-132-21/+34
|\|
| * Decompose a new quaternion rotation into euler anglesSean Harmer2017-10-062-21/+34
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-051-0/+1
|\|
| * Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-031-0/+1
* | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-251-1/+1
|/
* Send joint names and local poses from render to animation aspectSean Harmer2017-08-301-0/+16
* Add name property to QJointSean Harmer2017-08-303-0/+23
* Add euler rotation angle convenience properties to QJointSean Harmer2017-08-163-0/+113
* Create SkeletonData from Joint backend nodesSean Harmer2017-08-161-0/+1
* Update skinned mesh example to expose joints of objectSean Harmer2017-08-166-3/+190
* Matrix4x4: simd (AVX2 and SSE) matrix classesPaul Lemire2017-08-119-10/+1400
* Add inverseBindMatrix property to QJointSean Harmer2017-08-103-0/+43
* Change scale property of QJoint to QVector3DSean Harmer2017-08-103-11/+11
* Add Vector3D simd classPaul Lemire2017-08-105-8/+544
* Add Vector4D simd classPaul Lemire2017-08-104-2/+539
* Add jointCount property to QAbstractSkeletonSean Harmer2017-08-094-0/+46
* Add basics of Skeleton backend node to render aspectSean Harmer2017-08-094-2/+18
* Add QArmature componentSean Harmer2017-08-084-2/+342
* Add QSkeleton and QSkeletonLoaderSean Harmer2017-08-0710-2/+936
* Add QJoint frontend typeSean Harmer2017-08-074-4/+439
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-314-4/+3
* Update QTransform docsAntti Määttä2017-01-101-107/+128
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* Mark QTransform component as non-shareableSean Harmer2016-08-091-0/+5
* QTransform: remove parameter from matrixChangedPaul Lemire2016-06-082-2/+26
* Doc for core moduleColin Ogilvie2016-06-031-4/+2
* De-inline some more dtors of non-leaf Private classesMarc Mutz2016-05-192-0/+5
* De-inline dtors of public polymorphic classesMarc Mutz2016-05-192-0/+8
* Add more explicitMarc Mutz2016-05-141-1/+1
* QNodePropertyChange -> QPropertyUpdatedChangeSean Harmer2016-05-101-1/+1
* Q_NULLPTR -> nullptrSean Harmer2016-05-011-2/+2
* Strip out cloning subsystemSean Harmer2016-04-292-16/+0
* QNode: make cleanup a private slotPaul Lemire2016-04-232-9/+0
* Rename QScenePropertyChange -> QNodePropertyChangeSean Harmer2016-04-211-1/+1
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-7/+191
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-2/+2
|\