summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qgltf
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-06 12:25:14 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-01-07 09:28:18 +0000
commit7840241b0aec3e40c1bad7ea9bddfebf699e976d (patch)
tree1c5ee286cc94a97c97b53ee328ca25b57b183639 /examples/qt3d/qgltf
parenta0d90233bd2520236b920483db253dafb1e14e8f (diff)
Use .qgltf extension for qgltf-generated glTF files
Let's avoid future confusion by using a custom extension for the main JSON document. In case assimp gets upgraded to a future version supporting glTF files for example, confusion can arise due to the conflicting file extensions in the scene parser plugins. Change-Id: I370cc45cc399cae4f425d86574ccea9cd6c59d4f Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'examples/qt3d/qgltf')
-rw-r--r--examples/qt3d/qgltf/Wine.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/qgltf/Wine.qml b/examples/qt3d/qgltf/Wine.qml
index 4fab28479..b24e9de3f 100644
--- a/examples/qt3d/qgltf/Wine.qml
+++ b/examples/qt3d/qgltf/Wine.qml
@@ -54,7 +54,7 @@ Entity {
},
SceneLoader
{
- source: "qrc:/models/wine.gltf"
+ source: "qrc:/models/wine.qgltf"
}
]
}