async FBXLoader
Closed this issue · 3 comments
supravoxelle commented
It doesn't seem the async method for the FBXLoader has been added. I'm sure this is intentional since mutations must be synchronous, but in my traditional three.js projects I utilize the async method to ensure a model is loaded before adding it to a scene. I'm running into the same issue here while loading an FBX during my INITIALIZATION mutations. Any suggestions would be much appreciated.
supravoxelle commented
I'll attempt creating an Action with a promise for now ;)
supravoxelle commented
supravoxelle commented