Skip to content

WebXR Persistent Anchors #447

@DevPika

Description

@DevPika

@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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions