It looks like maybe VertexLayout::Components changed but Config wasn't updated, it crashes trying to parse the test_config.toml file, while building the layout. It crashes in Config.cc:175, result.Components is empty but it's trying to assign the format.
To reproduce:
oryol-export -config ./test_files/test_config.toml \
-model ./test_files/teapot.fbx -out teapot.omsh
Thanks!
It looks like maybe VertexLayout::Components changed but Config wasn't updated, it crashes trying to parse the test_config.toml file, while building the layout. It crashes in Config.cc:175, result.Components is empty but it's trying to assign the format.
To reproduce:
Thanks!