Skip to content
smcolash edited this page Jun 16, 2019 · 4 revisions

Notes and How-To

All of this is based on code and examples at https://github.com/jeromeetienne/AR.js.

Steps:

  1. Create a picture to use as the visual/target.
  2. Create the page to link.
  3. Create the PNG QR-Code link to the page (https://www.qr-code-generator.com/).
  4. Save the PNG with the page.
  5. Use the URL to generate the marker image (https://jeromeetienne.github.io/AR.js/three.js/examples/marker-training/examples/generator.html).
  6. Save the marker image (patt) with the page.
  7. Save the target image (png) with the page.
  8. Edit the page to use the images.

Clone this wiki locally