summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Add --bench argument to bigscene demo.Milian Wolff2015-01-131-0/+5
* Added default QML MaterialsPaul Lemire2015-01-1017-1053/+8
* dynamicscene-cpp examplePaul Lemire2015-01-109-1/+594
* Fix dynamic reparenting issuesPaul Lemire2015-01-101-4/+4
* bigscene-cpp: use QPhongMaterial which reduces code sizePaul Lemire2014-12-311-28/+6
* Default cpp materials + material-cpp examplePaul Lemire2014-12-3121-7/+1546
* QML default phong material and generate qrc filePaul Lemire2014-12-301-5/+1
* simple-cpp: use QPhongMaterial default materialPaul Lemire2014-12-221-5/+2
* Clean up the wireframe example a littleSean Harmer2014-12-196-51/+28
* Add a new EntityLoader elementKevin Ottens2014-12-177-0/+354
* Add an animated ribbon/wave exampleSean Harmer2014-12-1518-1/+1216
* UBO handling arrays and structsPaul Lemire2014-12-121-5/+82
* playground-qml example updated to use ShaderDataPaul Lemire2014-12-122-19/+80
* playground-qml example cleaned up and simplifiedPaul Lemire2014-12-1010-684/+588
* playground-qml: Add ShaderData component for testing purposesPaul Lemire2014-12-101-0/+10
* bigscene-cpp: Added Material for each entityPaul Lemire2014-12-091-2/+40
* keyboardinput-qml example now working with inputsPaul Lemire2014-11-141-4/+32
* keyboardinput-qml example updatedPaul Lemire2014-11-141-2/+4
* keyboardinput-qml examplePaul Lemire2014-11-145-1/+242
* Qt3D::Window simplifiedPaul Lemire2014-11-1420-77/+195
* Add an example demonstrating more materialsSean Harmer2014-11-1325-2/+1907
* Add some assets useful for examplesSean Harmer2014-11-1372-1/+25171
* Show all rotating cylinders and don't flicker due to the animation.Milian Wolff2014-11-051-14/+14
* QAspectEngine owns the root of the sceneSean Harmer2014-11-026-10/+6
* Add bigscene examplePaul Lemire2014-11-023-0/+150
* Qt3DQuick value type and color providersPaul Lemire2014-10-3129-174/+3
* QTransform refactoredPaul Lemire2014-10-304-11/+11
* QCamera refactoredPaul Lemire2014-10-3015-256/+140
* QTexture refactoringPaul Lemire2014-10-305-25/+35
* Rename RendererAspect -> QRenderAspectSean Harmer2014-10-2618-36/+36
* QLayer: QString name property converted to QStringList namesPaul Lemire2014-10-227-19/+19
* QParameterMapper: renamed to QParameterMappingPaul Lemire2014-10-225-21/+21
* QMeshData: enum for primitivesPaul Lemire2014-10-221-1/+1
* QAbstractMeshData merged with QMeshData and moved to RendererPaul Lemire2014-10-222-3/+3
* QTechniqueFilter: renamed criteria property to requiresPaul Lemire2014-10-206-6/+6
* QShaderProgram: remove source file properties, replace by helper methodPaul Lemire2014-10-188-29/+32
* QRenderPassFilter: renamed criteria property to includesPaul Lemire2014-10-174-9/+9
* QRenderPass: renamed criteria property to annotationsPaul Lemire2014-10-1710-21/+21
* QTechnique: renamed criteria property to annotationsPaul Lemire2014-10-171-2/+2
* Renamed QCriterion to QAnnotationPaul Lemire2014-10-1722-50/+50
* QAbstractShapeMesh removedPaul Lemire2014-10-172-3/+3
* Hide doClone implementations behind a macroKevin Ottens2014-10-152-8/+1
* Work around MSVC compiler bug vs QStringLiteralSean Harmer2014-10-111-4/+4
* Silence warnings in examplesSean Harmer2014-10-043-3/+3
* Use the window aspect ratio for the camera in the shadow map exampleGiuseppe D'Angelo2014-10-041-1/+1
* Give a fixed size to the FBO in the shadow map exampleGiuseppe D'Angelo2014-10-041-2/+2
* simple-cpp fix to work with refactored QNodePaul Lemire2014-10-031-18/+9
* DeferredRendererQMLPaul Lemire2014-10-033-96/+92
* QAbstract removed from corePaul Lemire2014-10-036-6/+3
* QNode refactoringPaul Lemire2014-10-0311-117/+89