summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* Decompose a new quaternion rotation into euler anglesSean Harmer2017-10-062-21/+34
* Update the local poses of the skeleton in the animation aspectSean Harmer2017-10-031-0/+1
* Merge branch '5.9' into 5.10Sean Harmer2017-09-1213-756/+136
|\
| * Get rid of the AllocationPolicy template argument in the ResourceManagerLars Knoll2017-09-111-10/+6
| * Get rid of the HandleManager classLars Knoll2017-09-114-351/+84
| * Remove ArrayPreallocationPolicyLars Knoll2017-09-111-54/+1
| * Improve dependency look-upChristian Strømme2017-09-069-342/+45
* | 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
* | Merge branch '5.9' into devSean Harmer2017-08-191-0/+1
|\|
| * Fix compilation on linux with -qt3d-profile-jobsPaul Lemire2017-08-031-0/+1
* | Disable SIMD for msvc2013 on x86Sean Harmer2017-08-171-2/+2
* | 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-098-4/+270
* | 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
* | Add -qt3d-simd option to enable SIMD instructionsPaul Lemire2017-08-071-1/+20
* | Add missing #includeSean Harmer2017-08-061-0/+1
* | Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-0310-33/+28
* | Fix config for importing buildsMike Krus2017-08-021-1/+1
* | Make ThreadPool thread count configurable with QT3D_MAX_THREAD_COUNTPaul Lemire2017-08-021-0/+7
* | Allow to disable aspects at configure timePaul Lemire2017-08-022-2/+50
* | Initialize QBackendNodes after setting arbiterJan Marker2017-07-181-2/+3
* | Add support for animation callbacksLaszlo Agocs2017-06-232-0/+2
* | Merge branch '5.9' into devSean Harmer2017-06-193-3/+13
|\|
| * Doc: add basic doc to undocumented classesNico Vertriest2017-06-092-0/+10
| * Normalize Q_ARG to avoid temporary memory allocationsSergio Martins2017-06-031-3/+3
* | Add missing emit, found by -Wclazy-incorrect-emitSergio Martins2017-06-061-1/+1
* | QNodeCommand: Fix API review commentswip/vrMike Krus2017-05-293-1/+6
* | Add QNodeCommandMike Krus2017-05-229-2/+391
* | Add support for single shot jobsMike Krus2017-05-223-1/+23
* | Merge branch '5.9' into devSean Harmer2017-05-219-5/+24
|\|
| * QNode: setParent create creation change only when neededPaul Lemire2017-05-101-2/+16
| * Scene2D cleanup - register pick events when scene is initializedAntti Määttä2017-05-091-1/+1
| * Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-041-1/+1
| |\
| | * Modify configure to build with no assimpMäättä Antti2017-04-271-1/+1
| * | Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-021-1/+1
| * | Remove unneeded temporary container (clazy reports)Mike Krus2017-05-021-1/+7
| * | Add missing Q_OBJECT (clazy reports)Mike Krus2017-05-025-0/+5
| |/
* | Add download service and use for remote meshesMike Krus2017-05-208-2/+691
* | Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-04-178-15/+40
|\|