hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.19k stars 407 forks source link

fix: remove tracked targets after arSystem is paused #241

Open rafhnw opened 2 years ago

rafhnw commented 2 years ago

This PR removes the augmented content from the scene after the AR system is paused. At the moment, contents from tracked targets remain in the scene until the same target is tracked again. This is especially a problem with applications with multiple target images.

jessicachrist commented 1 year ago

@hiukim Any chance that this gets integrated? Thank you!

vnvyvu commented 12 months ago

I have same issue, thank for this pr