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 --- .../glTF2/RecursiveNodes/RecursiveNodes.gltf | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 libs/assimp/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf (limited to 'libs/assimp/test/models/glTF2/RecursiveNodes') diff --git a/libs/assimp/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf b/libs/assimp/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf deleted file mode 100644 index 11cf041..0000000 --- a/libs/assimp/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf +++ /dev/null @@ -1,25 +0,0 @@ -{ - "asset": { - "version": "2.0" - }, - "scene": 0, - "scenes": [ - { - "nodes": [ - 0 - ] - } - ], - "nodes": [ - { - "children": [ - 1 - ] - }, - { - "children": [ - 0 - ] - } - ] -} -- cgit v1.2.1