Josh Faust
Josh Faust
I think solving just the first one is at least a good start. We're already able to solve any problems caused by 2-4, but due to how the state tracking...
Resolved via #6105
The weird part (unless I’m misunderstanding something), is that disabling the search implemented in https://github.com/google/filament/pull/1456 yields a config that doesn’t match, but works. Whereas keeping the search ensures the configs...
Right - my confusion comes from the fact that in the case where it's generating a `BadMatch`, the configs are identical. The search succeeds and retrieves the exact config that...
@tpsiaki are there any workarounds possible? E.g. Filament has a gltf loader that supports animation, is it possible to use it directly? Possibly via a custom version of Filament (as...
@trikolasu Not yet.
I've just run into something similar - if I listen for `tauri::WindowEvent::CloseRequested` in rust, and call `api.prevent_close()`, it prevents the installer from closing the app. As far as I can...