From 566aa9a2e75fcaccadd9ab71d2b07f8fb6d53179 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 ed76a21..31b235a 100644 --- a/Models/model-index.json +++ b/Models/model-index.json @@ -1333,6 +1333,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/RelativeTexturePaths.gltf", + "glTF-UriTest-05-Nested-UTF8": "glTF/RelativeTexturePaths.gltf", + "glTF-UriTest-06-RelativeFiles-UTF8": "RelativeTexturePaths.gltf", + "glTF-UriTest-07-UriTypes-UTF8": "RelativeTexturePaths.gltf", + "glTF-UriTest-08-UriTypes-NoUTF8": "RelativeTexturePaths.gltf" + } + }, { "label": "Vertex Color Test", "name": "VertexColorTest",