Start a new topic

Html Drawable

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
                        }

 

1 Comment

Hello,


yes it is. Have you tried it? Is something not working for you?


- Daniel

Login or Signup to post a comment