summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qgltf/qgltf.pro
Commit message (Collapse)AuthorAgeFilesLines
* Unbreak qgltf example.Volker Krause2016-05-281-1/+1
| | | | | Change-Id: I4ded0d2497175648b16dd95337826138c362ec26 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Make the qgltf example use other assetsLaszlo Agocs2016-01-131-3/+6
| | | | | | | | | Wine is complex and not ideal for a getting started example. Instead, use three of the simpler scenes. Change-Id: I6859714e14c47c4907e85a48cde27d0ea5748ffa Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
* Add a qgltf example.Laszlo Agocs2015-11-251-0/+21
This is like gltf but uses the original Collada asset and generates a glTF model at build time. Now that the qgltf rule is in qtbase we can freely use it in any examples. This does not have the limitations the gltf example has: this will function both with core profiles and ES. Change-Id: I9f04cf8b77337d397e1aecd1ffb22b7ce7e15ef7 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>