summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/test/models/glTF2/RecursiveNodes
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/assimp-master/test/models/glTF2/RecursiveNodes')
-rw-r--r--src/mesh/assimp-master/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/mesh/assimp-master/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf b/src/mesh/assimp-master/test/models/glTF2/RecursiveNodes/RecursiveNodes.gltf
deleted file mode 100644
index 11cf041..0000000
--- a/src/mesh/assimp-master/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
- ]
- }
- ]
-}