artoolkitx / jsartoolkit5

Javascript ARToolKit v5.x
https://artoolkitx.github.io/jsartoolkit5/examples/
Other
292 stars 69 forks source link

remove a marker #73

Closed pikilipita closed 6 years ago

pikilipita commented 6 years ago

Is it possible to remove a marker from the list of tracked marker?

I would need to dynamically load lists of markers, and clear those lists afterward

Thank you

ThorstenBux commented 6 years ago

Not yet, but you could do it similarly as done with add marker: https://github.com/artoolkitx/jsartoolkit5/blob/master/js/artoolkit.api.js#L1707

Let me know how you get on