kalwalt / kalwalt-interactivity-AR

Some various experiments with Ar.js and Three.js
https://kalwalt.github.io/kalwalt-interactivity-AR/
GNU Lesser General Public License v3.0
78 stars 11 forks source link

Detecting multiple NFT markers? #12

Open ryanpz opened 4 years ago

ryanpz commented 4 years ago

Assuming we have the required files (fset/fset3/iset) for multiple NFT markers, How would we go about being able to recognize multiple NFT markers? Not simultaneously, but recognizing one that's in view from a set of markers. Would this be possible at this stage?

kalwalt commented 4 years ago

Hi @ry-p i have tried with multiple NFT markers with videos, there are different critical parts that make yet unstable and not well performant. I have also admit that i have not so much tested. Probably at this stage will works better for displaying simple shapes, with a multi NFT set up. I think that is required an improvement in the code to manage efficiently a multi NFT environment. I have also opened an issue on my jsartoolkit5 repo https://github.com/kalwalt/jsartoolkit5/issues/40. I would like to add this feature, but before to go deeper in this feature i think we must improve other part of the code.

kalwalt commented 3 years ago

I added a multi NFT example https://kalwalt.github.io/kalwalt-interactivity-AR/nft/nft_simple_multi_markers.html time ago, this was taken from our webarkit repository, I tested again, but since i uploaded a new Three.js version (r128) i will not works as expected. I will update the code as i will find a bit of time.