summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/keyboardinput-qml/SphereEntity.qml
Commit message (Collapse)AuthorAgeFilesLines
* Remove transforms property of QTransformSean Harmer2015-11-171-12/+5
| | | | | | | | Compound transformations are now built up using QMatrix4x4 in both QML and C++. Updating examples accordingly. Change-Id: I03c9abf1f6cdd1b56226dc0e16a7ad5ce84516dd Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Rename Renderer -> Render throughoutSean Harmer2015-10-191-1/+1
| | | | | | | | This is for consistency between the C++ namespaces and QML imports and with the other aspects. Change-Id: I73392f138b4e519b12888f52530123e3d0ba445e Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Change import name of Qt3D Core from Qt3D 2.0 to Qt3D.Core 2.0Sean Harmer2015-10-161-1/+1
| | | | | | | Makes the QML imports consistent with the C++ namespaces. Change-Id: I8c781a67a9010124bd22bb1fab16c4f1082fd962 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Improve the keyboardinput-qml exampleSean Harmer2015-07-241-0/+73
Change-Id: I54e08df02a85a0019b53b9adbb3bc718709b1eb7 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>