I am trying to add my loader component onto the page while my three.js GLTF model is either being downloaded or is trying to render onto the page.
In some cases this can take anywehre between 0.5s to 30s depending on what device you are on.
So I am wondering if there is a way to get the value of wether the 3D model is loaded or not. Or any other solution to this.