google-ar / three.ar.js

A helper three.js library for building AR web experiences that run in WebARonARKit and WebARonARCore
https://developers.google.com/ar/develop/web/getting-started
Apache License 2.0
2.91k stars 365 forks source link

Marker example wanted #42

Closed DJviolin closed 6 years ago

DJviolin commented 6 years ago

Is there any planned example to use with a marker? So always project on the matching graphic, like single or multi markers.

AR.js can do this, but for the marker projection it's using jsartoolkit5, which has a z-fighting issue with some models for years.

Is it possible marker projection without third-party libraries like jsartoolkit5 or aruco?

jsantell commented 6 years ago

We have plans on adding this to WebARonARCore and WebARonARKit in the future, but no current ETAs

Utopiah commented 6 years ago

Regarding this and https://github.com/google-ar/three.ar.js/issues/61 does it mean Hiro marker, NFT, QRCode or something else? (cf also marker.html example )

Utopiah commented 6 years ago

Tried to run https://github.com/google-ar/three.ar.js/blob/master/examples/tango/marker.html on a Pixel2 but failed, checked the console, no error. The passthrough camera only gave the first frame then stopped. Any suggestion?

lincolnfrog commented 6 years ago

@Utopiah the tango examples only work on tango devices

judax commented 6 years ago

We are working on pushing a correct marker example that should work on both WebARonARCore and WebARonTango.

jsantell commented 6 years ago

Fixed in #83