Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explore dynamic loading of low / medium / high resolution assets #151

Open
PlumCantaloupe opened this issue Aug 12, 2021 · 1 comment
Open
Assignees
Labels

Comments

@PlumCantaloupe
Copy link
Owner

PlumCantaloupe commented Aug 12, 2021

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.
  • ???

This could be related to the LOD issue #152 ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants