GLTFLoader: Callback for when asset was read
Currently there is absolutely no possibility to access the asset property from the loaded GLTF.
This here is one idea how it could look like. It is similar like "onAfterRender" etc where the developer just have to hook on the function to get the value.
Opinions regarding naming etc are welcome.
Also should we rather call this callback right after checking for the supported version or before? The downside of the current code is that your callback won't be called if the GLTF version isn't supported, but then you normally won't have any need for the information in ```assets```...