I’m working on a viewer for interactive models.
The KHR_interactivity still doesn’t work well, so i create FlowGraphs manually based on metadata in gltf file.
The metadata of animations is crucial for the use case, but it’s not loaded by the extension.
That’s fine for now. Ideally, we need an assign function similar to the other extension points so that the extras can be assigned synchronously instead of asynchronously, but we don’t have that at the moment, so this is okay. @qwiglydee Would you like to open a PR for this?
There are no simple unit-tests for the loaders and extensions. Instead there are integration tests that load assets from playground server (either remote or somehow url-mangled to local).
My notebook fails to handle all the integration servers and testing infrastructure.