mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-18 08:14:32 +00:00
parse extras on the root object
This commit is contained in:
@@ -3334,6 +3334,9 @@ bool TinyGLTF::LoadFromString(Model *model, std::string *err, const char *str,
|
||||
}
|
||||
}
|
||||
|
||||
// 19. Parse Extras
|
||||
ParseExtrasProperty(&model->extras, v);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user