is it possible to switch out the html of an htmlDrawable as such?
var pageOne = new AR.ImageTrackable(this.tracker, "*", { drawables: { cam: [artList] }, onImageRecognized: (targetName) => { pageOne.drawables.cam[0].uri = //some new uri }
Hello,
yes it is. Have you tried it? Is something not working for you?
- Daniel
Sho Nguyen
is it possible to switch out the html of an htmlDrawable as such?