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

More then one Marker/ Multi-Marker? #97

Open
marcvoegele opened this issue Nov 8, 2019 · 1 comment
Open

More then one Marker/ Multi-Marker? #97

marcvoegele opened this issue Nov 8, 2019 · 1 comment

Comments

@marcvoegele
Copy link

marcvoegele commented Nov 8, 2019

  • Is there an option to use more then one marker in this package?
    As example for the case: If marker one is detected, funtion one would be activated. If marker two is detected, function two would be activated. If both markers are detected, both option would be activated.
  • Is there an option to use a multi-marker (several markers acting as one)?
@JamesLMilner
Copy link
Owner

Hi @marcvoegele

In honesty my current understanding is that it doesn't. However, the converted code from AR.js

const multiMarkerCount = this.getMultiMarkerCount();
seems to contain references to the multimarker functionality, but I never actually tested it to make sure that it works. You could have a go at exposing it by creating a new marker type if you were feeling up to it. In the mean time I don't have time allocated for implementing this feature.

Ultimately, it is feasible, but it hasn't been exposed yet in the API.

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

No branches or pull requests

2 participants