summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Remove initialize/shutdown from APIv5.6.0-beta1Kevin Ottens2015-12-1440-40/+0
* Reduce specular reflectivity defaultsLaszlo Agocs2015-12-102-4/+1
* Do lighting calculation in world spaceLaszlo Agocs2015-12-101-1/+4
* Add support for spotlightsLaszlo Agocs2015-12-094-5/+106
* Added parameters to signals and made setters Q_SLOTSTomi Korpipää2015-12-092-2/+3
* Update simple-qml to use correct time deltaSean Harmer2015-12-071-10/+5
* Add sensitivity property to QMouseControllerSean Harmer2015-12-071-0/+28
* simple-qml: CameraController implementation using the new Input APIPaul Lemire2015-12-075-3/+266
* Add a directional light to the exampleLaszlo Agocs2015-12-071-0/+13
* Avoid using the name Light in the examplesLaszlo Agocs2015-11-3013-11/+11
* Enhance lights exampleLaszlo Agocs2015-11-301-3/+23
* Lights phase 1: infrastructureLaszlo Agocs2015-11-265-1/+175
* Add a qgltf example.Laszlo Agocs2015-11-256-1/+236
* Fixed planets-qml exampleTomi Korpipää2015-11-243-116/+100
* Doc: Fix QDoc warnings and do further cleanupTopi Reinio2015-11-232-3/+3
* Adapt examples to use new quaternion helpersSean Harmer2015-11-208-77/+26
* Adapt examples to use rotation property and quaternion helperSean Harmer2015-11-2017-166/+37
* Adapt examples to use no args form of Qt.matrix4x4()Sean Harmer2015-11-2017-129/+38
* Add a simple example showing how to use the new transformSean Harmer2015-11-208-1/+395
* Remove QAbstractTransform and friendsSean Harmer2015-11-1711-39/+1
* Remove transforms property of QTransformSean Harmer2015-11-1791-1076/+1380
* Make BackToFront sorting workLaszlo Agocs2015-11-131-4/+14
* Add resources_big for planets to make MSVC happyLaszlo Agocs2015-11-121-0/+1
* Doc: Documentation clean upVenugopal Shivashankar2015-11-0628-32/+32
* Rename QOpenGLFilter to QGraphicsApiFilterAndy Nichols2015-11-0326-124/+124
* picking-qml example addedPaul Lemire2015-10-245-1/+258
* Rename Renderer -> Render throughoutSean Harmer2015-10-19197-297/+297
* Add an example showing instancing using VBO with divisor of 1Sean Harmer2015-10-199-1/+485
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-1697-97/+97
* custom-mesh-qml: examplePaul Lemire2015-10-145-1/+313
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1368-215/+215
* Move Render aspect into the Qt3DRender namespaceSean Harmer2015-10-1365-299/+300
* Move Input aspect to Qt3DInput namespaceSean Harmer2015-10-1334-34/+34
* Purge spurious execute permissions.Edward Welbourne2015-09-295-0/+0
* Fix clip-plane-qml on OS X and small tidy upSean Harmer2015-08-313-6/+4
* Fix planets example on LinuxLaszlo Agocs2015-08-241-2/+0
* gltf example: show a note to explain the lack of material on non-ESLaszlo Agocs2015-08-201-0/+9
* Always Flip UV Coordinates in ObjloaderAndy Nichols2015-08-2015-0/+0
* Create proper Quick extended classes in scene loadersLaszlo Agocs2015-08-202-2/+125
* Cleanup: remove QAbstractMesh/QMeshData/MeshDataManagerPaul Lemire2015-08-111-1/+0
* TessellatedQuadMesh converted to QGeometryRendererPaul Lemire2015-08-112-40/+32
* simple-cpp: uses the Qt3D::QWindowPaul Lemire2015-08-111-25/+5
* Deferred-renderer-cpp: use the QWindow classPaul Lemire2015-08-111-14/+7
* bigscene-instanced-qml example demonstrating instancingPaul Lemire2015-08-097-1/+298
* Add support for loading scenes from glTF 0.8 filesAndy Nichols2015-08-0819-721/+969
* QAbstractAttribute: Type abstracted with an enumPaul Lemire2015-08-072-18/+25
* Add a property to Scene3D to control multisamplingLaszlo Agocs2015-08-071-0/+13
* custom-mesh-cpp examplePaul Lemire2015-08-073-1/+265
* New Buffer API Frontend ClassesGiuseppe D'Angelo2015-08-071-3/+3
* MouseInput API and example mockupRémi Benoit2015-08-035-1/+200