summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Document an example of how textureScale might be usedMichael Brasser2019-07-157-0/+51
| * QRay3D: normalize the direction vector internallyPaul Lemire2019-07-151-4/+4
| * Take shortest path on quaternion slerpJuan Jose Casafranca2019-07-153-12/+38
| * Joints: remove removed joints from dirty listPaul Lemire2019-07-153-0/+8
| * Expand documentation for CameraMichael Brasser2019-07-121-15/+88
| * Doc: Fix typo in property namePaul Wicking2019-07-101-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-111-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-2/+2
| |\|
| | * Document unit for FrameAction::triggeredMichael Brasser2019-07-031-2/+2
* | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-274-49/+137
|\|
| * Doc: Update code samples in 'Qt 3D Render Framegraph' documentationTopi Reinio2019-06-171-47/+81
| * Doc: Extend Qt3D documentationPaul Wicking2019-06-073-2/+56
* | Add doc to undocumented functions qt3dNico Vertriest2019-05-275-13/+92
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-155-5/+37
|\|
| * Fix removal of components when they are destroyedMike Krus2019-05-284-2/+34
| * Fix Parameter priority sortingPaul Lemire2019-05-241-3/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-292-8/+8
|\|
| * Clean up warningsMike Krus2019-05-283-8/+9
* | Merge branch '5.12' into 5.13Paul Lemire2019-05-281-1/+1
|\|
| * QClearBuffers: fix wrong clearColor qml property name in docPaul Lemire2019-05-241-1/+1
* | Clean up bounding box updatesMike Krus2019-05-251-37/+41
* | Introduce EntityAccumulatorMike Krus2019-05-253-0/+184
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-05-268-9/+165
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-268-9/+165
| |\|
| | * Update Qt3D color handlingMichael Brasser2019-05-153-2/+95
| | * Register Qt3DCore::QNode also for Qt3D.AnimationUlf Hermann2019-05-171-0/+2
| | * Doc: Add MetalRoughMaterial QML documentationPaul Wicking2019-05-161-1/+50
| | * Doc: Add TextureLoader QML documentationPaul Wicking2019-05-151-2/+14
| | * Doc: Fix missing code snippet in Scene3DTopi Reinio2019-05-151-1/+1
| | * Check if animation channel only have one component and shortcircuitJuan Jose Casafranca2019-05-141-3/+3
* | | Use entity visitor to traverse scene graphMike Krus2019-05-253-149/+156
* | | Introduce EntityVisitorMike Krus2019-05-253-0/+210
* | | Iterate on child handlesMike Krus2019-05-2519-98/+164
* | | Mark dirty when modifying framegraphJuan Jose Casafranca2019-05-271-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-136-13/+7
|\|
| * Fix number of lightsMike Krus2019-05-131-1/+1
| * QChannelMapping: only send const char *propertyName to backendPaul Lemire2019-05-105-12/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-041-1/+1
|\|
| * QScenePrivate: Fix compiler warning about initialization orderFriedemann Kleint2019-05-021-1/+1
* | Merge remote-tracking branch 5.12 into 5.13Paul Lemire2019-04-2641-209/+806
|\|
| * Fix slerp interpolation when two quats are equalJuan Jose Casafranca2019-04-221-4/+4
| * Cleanup debug output in Quick3DEntityLoaderPrivateJ-P Nurmi2019-04-181-3/+0
| * Fix FrameGraph node parentingJim Albamont2019-04-165-38/+39
| * Cache light/renderable/computable vectorsJames Turner2019-04-106-37/+203
| * Move some debug code inside the #ifdefJames Turner2019-04-101-1/+2
| * Early-return on these jobs if no work to be doneJames Turner2019-04-102-1/+9
| * Fix the build with -no-guiLiang Qi2019-04-093-0/+11
| * Fix backend node creation order using an initialization queueJim Albamont2019-04-085-3/+107
| * Fix Entity parenting hierarchyJim Albamont2019-04-0412-40/+256