THREEAR icon indicating copy to clipboard operation
THREEAR copied to clipboard

More then one Marker/ Multi-Marker?

Open marcvoegele opened this issue 6 years ago • 1 comments

  • 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)?

marcvoegele avatar Nov 08 '19 22:11 marcvoegele

Hi @marcvoegele

In honesty my current understanding is that it doesn't. However, the converted code from AR.js https://github.com/JamesLMilner/THREEAR/blob/799d17c08416e49fbf6ee04da6d47e182124f991/src/artoolkit/ARToolKitController.ts#L208 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.

JamesLMilner avatar Jan 19 '20 19:01 JamesLMilner