From 7840241b0aec3e40c1bad7ea9bddfebf699e976d Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 6 Jan 2016 12:25:14 +0100 Subject: 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 --- examples/qt3d/qgltf/Wine.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/qt3d/qgltf') 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" } ] } -- cgit v1.2.3