jeromeetienne / threex.webar

three.js extensions for Augmented Reality
http://jeromeetienne.github.io/threex.webar/examples/basic.html
313 stars 81 forks source link

multiplied markers #2

Closed JAN4GER closed 8 years ago

JAN4GER commented 9 years ago

hej. good job! congratulation.

I try to use it with stl loader together. with success.

I wonder how to display multiplied 3D objects when I put many cards with markers in camera view. I thought this code will do so but it does not:

var markers = jsArucoMarker.detectMarkers(domElement); markers.forEach(function(marker){ jsArucoMarker.markerToObject3D(marker, markerObject3D); }

I see correct numbers of markers recognized by value: markers.length for example 3 or 4, but only the one displays 3D stl object, the one closer to camera.

any idea?

jeromeetienne commented 9 years ago

please reask me with learningthree.js office hour.

sorry i dont have time atm, im over the top at work :(

jeromeetienne commented 8 years ago

This should happen with the next version of artoolkit. lets hope for the best