hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.24k stars 417 forks source link

Blue Loading Screen #165

Closed fourthedesign closed 2 years ago

fourthedesign commented 2 years ago

When loading an application I tried to override the blue loading screen using an image (poster_01) but the loading screen still appears. Is it possible to remove it? Screenshot_2022-04-15-14-41-36-476_com android chrome

`

veronicamontezuma commented 2 years ago

I believe this loading screen comes from a-frame! you can check here for info on how to alter/remove it: https://aframe.io/docs/1.3.0/components/loading-screen.html

It should be something like this to remove (but I haven't tested):

<a-scene loading-screen="enabled: false"></a-scene>