Merge pull request #163 from jwmcglynn/fix-test-gltfs-standalone

Add "asset" section to BoundsChecking test models
This commit is contained in:
Syoyo Fujita 2019-05-03 15:06:38 +09:00 committed by GitHub
commit caa36dd050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}
}