JamesLMilner / THREEAR

A marker based Augmented Reality library for Three.js
https://jameslmilner.github.io/THREEAR/
172 stars 24 forks source link

More then one Marker/ Multi-Marker? #97

Open marcvoegele opened 5 years ago

marcvoegele commented 5 years ago
JamesLMilner commented 4 years ago

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.