in src/app/loading/loading.component.ts [41:52]
override ngAfterViewInit (): void {
super.ngAfterViewInit();
// Load the logo
const model = this.loadersService.loadGLTF( {
path: '/assets/models/aLogo.glb',
onLoadCB: this.onLoad.bind( this ),
} );
this.createLight();
};