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

Add AR functionality #5

Open
5 tasks
PixelPartner opened this issue Jan 21, 2020 · 1 comment
Open
5 tasks

Add AR functionality #5

PixelPartner opened this issue Jan 21, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@PixelPartner
Copy link
Owner

  • AR Quicklook (.usdz) for non-interactive scenes
  • AR Quicklook (.reality) for interactive scenes (with message listener?)
  • model-viewer
  • htmlPage with mode-viewer
  • show QRCodes for usdz/reality/htmlPage with button on Desktop browsers
@PixelPartner PixelPartner added the enhancement New feature or request label Jan 21, 2020
@PixelPartner
Copy link
Owner Author

PixelPartner commented Jan 21, 2020

My suggested way to add AR to liaScript is to place a json multi-line code block with all needed details near a markdown link of type image or video and internally merge both for overlayed UI and the features described above.

Like so:

![AR enhanced image link](https://example.com/3dmodels/previewimage.jpg) <!-- width=80% -->
{ "usdz": "https://example.com/3dmodels/noninteractive.usdz"
, "reality": "https://example.com/3dmodels/interactive.reality"
, "model-viewer": "https://example.com/3dmodels/noninteractive.glb"
, "html": "https://example.com/3dmodels/noninteractive.html"
}

@PixelPartner PixelPartner pinned this issue Jan 21, 2020
@PixelPartner PixelPartner self-assigned this Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant