Skip to content

[Blob] Using blobs dynamically set #6

Description

@GwenGuts

Hi,

First, I'd like to thank you for the great work with you library, it works smoothly !

But, I have a problem, it seems you can't set the src in the simple-ar attribute of the a-entity dynamically, it has to be set static on the html page.

Do I have to manipulate the DOM to create dynamically all of the required tags, like that:

const aEntity = document.createElement('a-entity');

aEntity.setAttribute('simple-ar', 'src: ...');

?

Thanks for your response !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions