summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add private api to retrieve a vector of typed componentsJuan Jose Casafranca2018-02-141-0/+13
* Fix regression crash on Windows when ES2 is usedDavid Cremoux2018-02-131-0/+1
* Avoid duplicate animation job dependenciesKaj Grönholm2018-02-101-2/+5
* Doc: Divide documentation into submodulesTopi Reinio2018-02-0931-134/+493
* Add support for layers to control ray castingMike Krus2018-02-0514-21/+309
* QAttribute: add new default attribute namesPaul Lemire2018-02-022-0/+24
* CameraControllers: use the Camera's upVectorPaul Lemire2018-02-022-2/+2
* QtQuick API for ray castingMike Krus2018-02-018-3/+592
* Introduce QScreenRayCasterMike Krus2018-02-0120-335/+858
* Ray casting jobMike Krus2018-02-0110-6/+418
* Initial implementation of ray casting APIMike Krus2018-02-0115-2/+979
* Merge branch '5.10' into devSean Harmer2018-01-2614-32/+151
|\
| * SIMD: Disable on all windows x86 platformsPaul Lemire2018-01-251-2/+2
| * SIMD: Only include SSE classes if options activatedPaul Lemire2018-01-253-4/+14
| * Merge branch '5.9' into 5.10Sean Harmer2018-01-255-16/+86
| |\
| | * Doc: Add examples and enumeration to QCullFace documentationSvenn-Arne Dragly2018-01-251-4/+69
| | * Fix issues due to changes in camera view matrixMike Krus2018-01-245-13/+18
| | * Replace Q_DECL_OVERRIDE with override keywordJesus Fernandez2018-01-231-1/+1
| * | Doc: add doc to undocumented methods in qt3dNico Vertriest2018-01-241-7/+28
| * | SceneLoader: fix broken scene tree unloadingPaul Lemire2018-01-232-1/+10
| * | Add missing attribute types to GL 3.3 helperMike Krus2018-01-231-0/+9
| * | SceneManager: rename pendingSceneLoaderJobs()Paul Lemire2018-01-233-3/+3
* | | QTransform: add fromAxes and rotateFromAxes helperPaul Lemire2018-01-252-0/+23
* | | Add normalizedTime function to blendedlclip animatorsChristian Strømme2018-01-238-16/+65
* | | Add support for setting a time index in the ClipAnimatorChristian Strømme2018-01-2310-14/+125
* | | Add convenience functions to convert between seconds and NSsChristian Strømme2018-01-231-1/+5
* | | Merge remote-tracking branch 'origin/5.10' into devAndy Nichols2018-01-235-24/+66
|\| |
| * | Merge "Merge branch '5.9' into 5.10" into refs/staging/5.10Sean Harmer2018-01-224-24/+65
| |\ \
| | * | Merge branch '5.9' into 5.10Sean Harmer2018-01-224-24/+65
| | |\|
| | | * LoadGeometryJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| | | * Deprecate viewMatrix() on QCamera because its name is misleadingSvenn-Arne Dragly2018-01-221-0/+2
| | | * Calculate and store real transform of camera in addition to view matrixSvenn-Arne Dragly2018-01-223-24/+60
| * | | LoadSkeletonJob: fix uninitialized valuePaul Lemire2018-01-221-0/+1
| |/ /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2216-15/+116
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2018-01-2210-10/+51
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2210-10/+51
| | |\|
| | | * AssimpImporter: disable default mirroring on texturesPaul Lemire2018-01-221-0/+1
| | | * Merge "Merge remote-tracking branch 'origin/5.9.4' into 5.9" into refs/stagin...Liang Qi2018-01-182-9/+20
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-182-9/+20
| | | | |\
| | | | | * Scene3DRenderer: ensure window pointer stays the same while renderingv5.9.4Paul Lemire2018-01-102-9/+20
| | | * | | Add unit test and fix for broken order of event deliverySean Harmer2018-01-181-1/+22
| | | |/ /
| | | * | Scene3D: allow to force blocking renderingPaul Lemire2018-01-167-8/+26
| | | * | Don't insert nullptr shader programs into the shader cacheVolker Krause2018-01-121-1/+2
| | | |/
| * | | Add function to apply channel defaults and call itSean Harmer2018-01-223-0/+12
| * | | Generate default channel values as neededSean Harmer2018-01-224-5/+53
| |/ /
| * | QMesh: do not rely on QAspectEngine to create QGeometryFactoryPaul Lemire2018-01-223-26/+81
* | | Mesh loading: send status updatePaul Lemire2018-01-223-17/+42
* | | QMesh: do not rely on QAspectEngine to create QGeometryFactoryPaul Lemire2018-01-223-23/+84
* | | QMesh: add a status propertyPaul Lemire2018-01-223-3/+70
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-2012-78/+296
|\| |