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:
Jeff McGlynn 2019-05-02 22:48:13 -07:00
parent 8f67121deb
commit 389d5016ad
3 changed files with 12 additions and 3 deletions

View File

@ -46,5 +46,8 @@
"max": [2],
"min": [0]
}
]
],
"asset": {
"version": "2.0"
}
}

View File

@ -29,5 +29,8 @@
"max": [2],
"min": [0]
}
]
],
"asset": {
"version": "2.0"
}
}

View File

@ -29,5 +29,8 @@
"max": [2],
"min": [0]
}
]
],
"asset": {
"version": "2.0"
}
}