summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add extent properties to QCuboidCollisionShape and testwip/physicsSean Harmer2017-06-013-4/+86
* Merge branch 'dev' into wip/physicsSean Harmer2017-05-241233-120483/+152590
|\
| * Add support to move the camera so that the entire model is visibleMike Krus2017-05-2313-5/+471
| * Camera: add pointer back to aspectMike Krus2017-05-233-1/+52
| * Add QNodeCommandMike Krus2017-05-229-2/+391
| * Add support for single shot jobsMike Krus2017-05-223-1/+23
| * Add support for remote content in SceneLoaderMike Krus2017-05-217-24/+160
| * Add support to load data from memory for scene loadersMike Krus2017-05-215-29/+84
| * Merge branch '5.9' into devSean Harmer2017-05-21129-1500/+4057
| |\
| | * Merge branch '5.9.0' into 5.9Sean Harmer2017-05-2070-874/+2385
| | |\
| | | * Don't use seamless cubemap on GL <3.2Sean Harmer2017-05-171-2/+0
| | | * Ensure normal vector is normalized following interpolationSean Harmer2017-05-161-2/+4
| | | * Match the Blinn-Phong specular power to be consistent with IBLSean Harmer2017-05-162-61/+56
| | | * Improve the roughness to mip level mappingSean Harmer2017-05-162-20/+122
| | | * Renderer: prevent crash in case texture failed to be builtPaul Lemire2017-05-161-0/+2
| | | * Fix speed regressions in ES2 shadersOleg Evseev2017-05-161-173/+137
| | | * Fix qmlClearTypeRegistrations for Qt 3DMäättä Antti2017-05-124-1/+13
| | | * Fix SC breakSean Harmer2017-05-121-0/+8
| | | * Write docs for advanced custom material exampleMäättä Antti2017-05-101-3/+6
| | | * QNode: setParent create creation change only when neededPaul Lemire2017-05-101-2/+16
| | | * Improve QScene2D documentationsMäättä Antti2017-05-091-6/+91
| | | * Add quick3d class for VertexBlendAnimationAntti Määttä2017-05-095-3/+209
| | | * Merge "Merge remote-tracking branch 'origin/5.9' into 5.9.0" into refs/stagin...Jani Heikkinen2017-05-097-34/+95
| | | |\
| | | | * Merge remote-tracking branch 'origin/5.9' into 5.9.0Oswald Buddenhagen2017-05-087-34/+95
| | | | |\
| | | * | | Add documentation for Scene2D exampleSean Harmer2017-05-091-1/+2
| | | * | | Scene2D cleanup - register pick events when scene is initializedAntti Määttä2017-05-098-103/+100
| | | * | | Scene2D cleanup - remove qml engine and sourceMäättä Antti2017-05-094-205/+9
| | | |/ /
| | | * | Scene3DRenderer: fix race conditionv5.9.0-beta4Paul Lemire2017-05-063-4/+18
| | | * | Add documentation for simplecustommaterial exampleMäättä Antti2017-05-051-1/+2
| | | * | Scene2D: put picking coordinates back in window coordinatesKevin Ottens2017-05-051-1/+1
| | | * | Add a new mirrored property to QPlane(Mesh|Geometry)Kevin Ottens2017-05-056-7/+75
| | | * | Apply layer filter to light sourcesLaszlo Agocs2017-05-051-2/+8
| | | * | Merge 5.9 into 5.9.0Oswald Buddenhagen2017-05-0436-259/+786
| | | |\ \
| | | * | | Update qmltypes filesMike Krus2017-05-036-244/+1453
| | | * | | Unregister event filter when surface to closeMike Krus2017-05-031-0/+4
| | | * | | Use non-template version of QVariant::value (clazy reports)Mike Krus2017-05-026-6/+6
| | | * | | Remove unneeded temporary container (clazy reports)Mike Krus2017-05-023-7/+17
| | | * | | Add qAsConst, range-loop might detach Qt container (clazy reports)Mike Krus2017-05-0211-19/+19
| | | * | | Add missing reference in range-for with non trivial type (clazy reports)Mike Krus2017-05-028-33/+33
| | | * | | Add missing emit (clazy reports)Mike Krus2017-05-021-1/+1
| | | * | | Add missing Q_OBJECT (clazy reports)Mike Krus2017-05-026-0/+6
| | * | | | Fix build with QT_STRICT_ITERATORSSergio Martins2017-05-194-9/+9
| | * | | | Implement PIMPL for Qt3DWindowJere Tuliniemi2017-05-154-51/+147
| | * | | | Implement PIMPL for Qt3DQuickWindowJere Tuliniemi2017-05-154-43/+138
| | * | | | Document version of assimp libraryKai Koehne2017-05-121-0/+1
| | | |_|/ | | |/| |
| | * | | Fix Buffer uploadingPaul Lemire2017-05-084-11/+27
| | * | | Logic: only execute FrameActions which are enabledPaul Lemire2017-05-051-1/+1
| | * | | AssimpImporter: properly handle texture wrappingPaul Lemire2017-05-052-12/+36
| | * | | Optimize partial data update support for QBufferOleg Evseev2017-05-042-12/+33
| | * | | fixed graphicscontext applyUniform for uint uniform types.Daniel Bulla2017-05-041-4/+4
| | | |/ | | |/|