summaryrefslogtreecommitdiffstats
path: root/src/core/transforms
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-2/+2
|\
| * Fix compilation on Windows with -qt3d-simd avx2Paul Lemire2020-04-201-2/+2
* | Track dirty state on front end nodesMike Krus2020-04-072-0/+11
* | Remove deprecated classes and functionsPaul Lemire2020-02-1114-122/+14
|/
* Remove unneeded export of inline functionsFriedemann Kleint2020-02-072-5/+5
* Make the OpenGL renderer a pluginPaul Lemire2020-02-052-0/+2
* Fix usages of text stream operatorsAlexandru Croitor2019-12-062-10/+10
* Fix skeleton loadingMike Krus2019-10-252-16/+23
* Revert removal of more sceneChanged methodsMike Krus2019-10-242-0/+9
* Restore sceneChangeEvent overload that were removedPaul Lemire2019-10-222-0/+2
* Remove remaining messaging code in QSkeletonLoaderMike Krus2019-10-221-12/+0
* Remove old code from animation classes & update testsMike Krus2019-10-212-12/+0
* Fix Coverity warningsMike Krus2019-10-212-0/+3
* Clean QJoint message handlingMike Krus2019-10-111-3/+2
* Update LoadSkeletonJob to use direct syncMike Krus2019-10-081-0/+1
* Update animation evaluation jobs to use direct syncMike Krus2019-10-082-0/+11
* Fix missing exportsMike Krus2019-10-026-6/+6
* Clean up includesMike Krus2019-10-011-3/+0
* QTransform: move setWorldMatrix to private classPaul Lemire2019-09-193-7/+9
* Update QJoint to use direct syncMike Krus2019-09-181-10/+4
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-112-16/+12
|\
| * 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
* | | QTransform: add worldMatrix propertyPaul Lemire2019-08-133-1/+72
|/ /
* / 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