summaryrefslogtreecommitdiffstats
path: root/examples/scene3d
Commit message (Collapse)AuthorAgeFilesLines
* Copyright header change.Mika Salmela2015-02-093-57/+42
| | | | | | | | As for preparation for Qt5.5 release the copyright header is updated to correspond the current license requirements. Change-Id: I36632918b66f455539453b42c369689fb11298ec Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Remove 4.5 core requirement from scene3d exampleLaszlo Agocs2015-02-041-4/+0
| | | | | | | | It should work with any version, including ES2. Change-Id: Ia13a84f85d2f2f1d3518b516cb221d240fdaa80c Reviewed-by: Sean Harmer <sean.harmer@kdab.com> Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Allow to control the aspects used by a Scene3DKevin Ottens2015-01-252-1/+2
| | | | | Change-Id: I5fb20950cb5f829ab6beb42c1f9d97b6ae94c884 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
* Have Scene3DItem deal with input eventsKevin Ottens2015-01-232-0/+5
| | | | | Change-Id: I8b7637d80e3b9b2ad1b140f32a5e824d2547a936 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Add a Scene3D item to wrap Qt3D scenes in QQ2Kevin Ottens2015-01-185-0/+335
Comes with an example to try the embedding and check that transformations work on the Scene3D element. Change-Id: I93b4690b7fac0c9c90f8a89c53ad6b83aa2c89a6 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>