From 8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sat, 16 Apr 2022 11:55:54 -0500 Subject: delete src/mesh/assimp-master --- .../test/models/glTF2/TestNoRootNode/NoScene.gltf | 6 ------ .../test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf | 10 ---------- 2 files changed, 16 deletions(-) delete mode 100644 src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/NoScene.gltf delete mode 100644 src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf (limited to 'src/mesh/assimp-master/test/models/glTF2/TestNoRootNode') diff --git a/src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/NoScene.gltf b/src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/NoScene.gltf deleted file mode 100644 index 6cad71e..0000000 --- a/src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/NoScene.gltf +++ /dev/null @@ -1,6 +0,0 @@ -{ - "asset": { - "version": "2.0" - }, - "scene": 0 -} diff --git a/src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf b/src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf deleted file mode 100644 index d426ca5..0000000 --- a/src/mesh/assimp-master/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf +++ /dev/null @@ -1,10 +0,0 @@ -{ - "asset": { - "version": "2.0" - }, - "scene": 0, - "scenes": [ - { - } - ] -} -- cgit v1.2.1