minimal-gltf-loader icon indicating copy to clipboard operation
minimal-gltf-loader copied to clipboard

[Request] Synchronous version of loading

Open kahogeoff opened this issue 7 years ago • 1 comments

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.

kahogeoff avatar Jan 07 '18 09:01 kahogeoff

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.

shrekshao avatar Jan 13 '18 23:01 shrekshao