minimal-gltf-loader
minimal-gltf-loader copied to clipboard
[Request] Synchronous version of loading
Hello, I am working a project the need to preload some glTF models. However, the vanilla method (asynchronous way) seem to a little bit not suitable for preloading. Maybe it's because I'm not so skillful at "async", but I still want to see the synchronous version of the loading method.
Sorry for the late reply. But I don't think there's a synchronous way to load file with raw javascript. Maybe because I'm not very familiar with it.