From 4fcbe1ea772ee74f4d557e99fbb78ab2f46f98a4 Mon Sep 17 00:00:00 2001 From: hybridherbst Date: Mon, 25 Nov 2024 14:47:24 +0100 Subject: [PATCH] add to modelindex --- Models/model-index.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Models/model-index.json b/Models/model-index.json index 2388c19..70a4c76 100644 --- a/Models/model-index.json +++ b/Models/model-index.json @@ -1321,6 +1321,22 @@ "glTF-Binary": "UnlitTest.glb" } }, + { + "label": "Uri Test", + "name": "UriTest", + "screenshot": "screenshot/screenshot.png", + "tags": ["testing"], + "variants": { + "glTF-UriTest-01-RelativeTexture-NoUTF8": "RelativeResourcePaths.gltf", + "glTF-UriTest-02-RelativeTexture-UTF8": "RelativeResourcePaths.gltf", + "glTF-UriTest-03-RelativeBin": "RelativeResourcePaths.gltf", + "glTF-UriTest-04-Nested-NoUTF8": "glTF/RelativeResourcePaths.gltf", + "glTF-UriTest-05-Nested-UTF8": "glTF/RelativeResourcePaths.gltf", + "glTF-UriTest-06-RelativeFiles-UTF8": "RelativeResourcePaths.gltf", + "glTF-UriTest-07-UriTypes-UTF8": "RelativeResourcePaths.gltf", + "glTF-UriTest-08-UriTypes-NoUTF8": "RelativeResourcePaths.gltf" + } + }, { "label": "Vertex Color Test", "name": "VertexColorTest",