You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-Frame does not currently provide a way to load in assets conditionally on platform i.e. load in lower resolution assets for mobile platforms, but there are some potential ways forward:
[hard] We could modify a-frame loading of assets
[not as hard] we could potentially use of server pre-processing of each world's index.html to create multiple index.html's that load different assets i.e. index_low.html, index_high.html etc. Each page could then be loaded depending on whether the client requesting is detected as mobile, desktop, Quest etc.
A-Frame does not currently provide a way to load in assets conditionally on platform i.e. load in lower resolution assets for mobile platforms, but there are some potential ways forward:
This could be related to the LOD issue #152 ...
The text was updated successfully, but these errors were encountered: