Closed Hurleyworks closed 2 years ago
save_gltf_scene() doesn't seem to be working in the latest version on github
line 4898 of yocto_sceneio.cpp triggers an error error: [json.exception.type_error.311] cannot use emplace_back() with number
Easy way to test is to just load a .gltf file and try to save it after loading in run_view()
auto scene = load_scene(params.scene); print_info("load scene: {}", elapsed_formatted(timer)); const std::string out("C:/Users/micro/Desktop/yocto/test.gltf"); save_scene(out, scene);
We'll look into this ASAP.
Move to use external library in main branch. Still WIP, but should not crash. I am closing this for now.
save_gltf_scene() doesn't seem to be working in the latest version on github
line 4898 of yocto_sceneio.cpp triggers an error error: [json.exception.type_error.311] cannot use emplace_back() with number
Easy way to test is to just load a .gltf file and try to save it after loading in run_view()