mirror of
https://git.mirrors.martin98.com/https://github.com/syoyo/tinygltf.git
synced 2025-08-16 20:25:54 +08:00
Merge pull request #163 from jwmcglynn/fix-test-gltfs-standalone
Add "asset" section to BoundsChecking test models
This commit is contained in:
commit
caa36dd050
@ -46,5 +46,8 @@
|
|||||||
"max": [2],
|
"max": [2],
|
||||||
"min": [0]
|
"min": [0]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"asset": {
|
||||||
|
"version": "2.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,8 @@
|
|||||||
"max": [2],
|
"max": [2],
|
||||||
"min": [0]
|
"min": [0]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"asset": {
|
||||||
|
"version": "2.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -29,5 +29,8 @@
|
|||||||
"max": [2],
|
"max": [2],
|
||||||
"min": [0]
|
"min": [0]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"asset": {
|
||||||
|
"version": "2.0"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user