From f1fe73d1909a2448a004a88362a1a532d0d4f7c3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 12 Feb 2023 23:53:22 -0600 Subject: switch to tinyobj and nanovg from assimp and cairo --- libs/assimp/test/models/glTF2/TestNoRootNode/NoScene.gltf | 6 ------ .../test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf | 10 ---------- 2 files changed, 16 deletions(-) delete mode 100644 libs/assimp/test/models/glTF2/TestNoRootNode/NoScene.gltf delete mode 100644 libs/assimp/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf (limited to 'libs/assimp/test/models/glTF2/TestNoRootNode') diff --git a/libs/assimp/test/models/glTF2/TestNoRootNode/NoScene.gltf b/libs/assimp/test/models/glTF2/TestNoRootNode/NoScene.gltf deleted file mode 100644 index 6cad71e..0000000 --- a/libs/assimp/test/models/glTF2/TestNoRootNode/NoScene.gltf +++ /dev/null @@ -1,6 +0,0 @@ -{ - "asset": { - "version": "2.0" - }, - "scene": 0 -} diff --git a/libs/assimp/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf b/libs/assimp/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf deleted file mode 100644 index d426ca5..0000000 --- a/libs/assimp/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf +++ /dev/null @@ -1,10 +0,0 @@ -{ - "asset": { - "version": "2.0" - }, - "scene": 0, - "scenes": [ - { - } - ] -} -- cgit v1.2.1