-
-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Description
@bbohlender Great work on this library! I am trying to create a simple WebXR demo with persistent anchors. I noticed quite a bit of commented-out complete-looking code for supporting persistent anchors in the codebase, all added in this commit from last year 8005cb1 . Can you provide some insight into why this is commented out? Did you want to provide a different API for this feature? Or any bugs or blockers? I would love bring this feature into the library, let me know if I can help!
As a reference, aframe allows creation of persistent anchors by passing persistent: true
to the anchored
attribute. The implementation is very similar - it saves the string
returned by requestPersistentHandle()
with the element id as the key in local storage.
Metadata
Metadata
Assignees
Labels
No labels