Files
assimp/test/models/glTF2/TestNoRootNode/SceneWithoutNodes.gltf
Max Vollmer a4bbd9b936 Added two unit tests for cases where Assimp returned a scene that didn't have a root node:
- NoScene tests that Assimp correctly fails importing an invalid GLTF2 file that doesn't have a scene.

- SceneWithoutNodes tests that Assimp correctly creates an empty root node for GLTF2 files with a scene that has no nodes.
2020-03-12 09:01:29 +00:00

11 lines
109 B
JSON

{
"asset": {
"version": "2.0"
},
"scene": 0,
"scenes": [
{
}
]
}