mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-10 03:08:59 +08: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:
parent
8f67121deb
commit
389d5016ad
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user