Hey!
So I think it would be really cool if we had async versions of loaders, instead of relying on callbacks. This way users could use .then() instead of feeding in a callback. This provides a lot more freedom when it comes to returning promises, etc. In specific I’m using the ColladaLoader, however this would apply to all loaders. Could this be done?