summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Refactor picking to use one thread per entityMike Krus2016-01-252-1/+7
* Don't complain about missing stencil bufferSean Harmer2016-01-251-0/+1
* scene3d-loader: remove deprecated Configuration elementPaul Lemire2016-01-231-4/+0
* wireframe: add QInputSettings componentPaul Lemire2016-01-231-1/+4
* transparency-qml: Add QInputSettings componentPaul Lemire2016-01-231-6/+11
* wave-qml: add QInputSettings componentPaul Lemire2016-01-231-1/+4
* torus-qml: Add QInputSettings componentPaul Lemire2016-01-231-1/+5
* tessellation-modes: add QInputSettings componentPaul Lemire2016-01-231-1/+4
* skybox: add QInputSettings componentPaul Lemire2016-01-231-31/+36
* simple-shaders-qml: add QInputSettings componentPaul Lemire2016-01-231-1/+4
* shadow-map-qml: add QInputSettings componentPaul Lemire2016-01-231-1/+4
* multiviewport: add QInputSettings componentPaul Lemire2016-01-231-1/+5
* materials-qml: add QInputSettings componentPaul Lemire2016-01-231-1/+4
* loader-qml: Add QInputSettings componentPaul Lemire2016-01-231-1/+4
* keyboardinput-qml: Add QInputSettings componentPaul Lemire2016-01-231-5/+9
* instanced-arrays-qml: add QInputSettings componentPaul Lemire2016-01-231-1/+4
* gooch-qml: Add QInputSettings componentPaul Lemire2016-01-231-1/+4
* cylinder-qml: Add QInputSettings componentPaul Lemire2016-01-231-1/+5
* custom-mesh-qml: Add QInputSettings componentPaul Lemire2016-01-231-1/+4
* compute-particles: add RenderSurfaceSelector in FrameGraphPaul Lemire2016-01-231-20/+24
* clip-planes-qml: add QInputSettings componentPaul Lemire2016-01-231-6/+11
* bigscene-instanced-qml: Add QInputSettings componentPaul Lemire2016-01-231-1/+4
* bigmodel-qml: Add QInputSettings componentPaul Lemire2016-01-231-1/+3
* assimp: Add QInputSettings componentPaul Lemire2016-01-231-6/+11
* simple-qml: add InputSettings componentPaul Lemire2016-01-231-1/+3
* QAspectEngine/QAbstractAspects: get rid of setDataPaul Lemire2016-01-222-13/+8
* Updated picking-qml examplePaul Lemire2016-01-213-109/+261
* Cone and Plane added to Basic shapesRobert Brock2016-01-193-5/+81
* Complete QFirstPersonCameraControllerPaul Lemire2016-01-191-4/+16
* Adapt Scene3D example to use automatic aspect ratio modeSean Harmer2016-01-192-16/+5
* Allow for window to manage camera aspect ratioSean Harmer2016-01-182-1/+78
* Have Qt3DQuickWindow manage window surfaceSean Harmer2016-01-1826-28/+42
* Temporarily expose window to QML contextSean Harmer2016-01-1831-152/+224
* Always create a QFrameGraph component and forward rendererSean Harmer2016-01-188-78/+35
* Add getter for frame graph to Qt3DWindowSean Harmer2016-01-182-0/+7
* Fix cylinder-cpp exampleSean Harmer2016-01-171-38/+25
* Set surface on framegraph for C++ examples using Qt3DWindowSean Harmer2016-01-171-0/+1
* Add obj file to resources in wireframe exampleSean Harmer2016-01-171-1/+2
* Add annotations to transparency-qml example effectSean Harmer2016-01-171-0/+8
* Remove usage of Configuration elementSean Harmer2016-01-171-4/+0
* Move QCamera/QCameraLens to Qt3DRenderPaul Lemire2016-01-1615-103/+122
* Merge "Merge branch '5.6' into dev" into refs/staging/devBogDan Vatra2016-01-164-35/+40
|\
| * Merge branch '5.6' into devSean Harmer2016-01-154-35/+40
| |\
| | * Make the qgltf example use other assetsLaszlo Agocs2016-01-134-38/+42
* | | Link examples against static libPaul Lemire2016-01-1679-732/+1604
|/ /
* | instanced examples: Add proper annotations to techniquePaul Lemire2016-01-142-0/+2
* | Add a compute shader examplePaul Lemire2016-01-1411-1/+719
* | RenderView/GraphicsContext: support SSBO/UBO with buffer used as ParametersPaul Lemire2016-01-131-2/+2
* | Port all the pure C++ examples to Qt3DRender::QWindowKevin Ottens2016-01-139-116/+46
* | Camera moved - scene3d-loaderRobert Brock2016-01-121-1/+1