mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-06-08 03:03:50 +00:00
Add "asset" section to BoundsChecking test models
These test assets were trimmed down and erroneously didn't have an "asset" section or version number, which is required by the glTF spec. This fixes test failures with pull request #162.
This commit is contained in:
@@ -46,5 +46,8 @@
|
||||
"max": [2],
|
||||
"min": [0]
|
||||
}
|
||||
]
|
||||
],
|
||||
"asset": {
|
||||
"version": "2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,5 +29,8 @@
|
||||
"max": [2],
|
||||
"min": [0]
|
||||
}
|
||||
]
|
||||
],
|
||||
"asset": {
|
||||
"version": "2.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,5 +29,8 @@
|
||||
"max": [2],
|
||||
"min": [0]
|
||||
}
|
||||
]
|
||||
],
|
||||
"asset": {
|
||||
"version": "2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user