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

Multiple NFT marker #2

Closed SystemDiagnosticss closed 3 years ago

SystemDiagnosticss commented 5 years ago

@kalwalt Hello. Is it possible work with multiple NFT-marker in current version library? I try reconize simultaneous nft marker(image) and ar-maker with your example and IT'S WORK!!

untitled

But how I can load many nft-markers and ar-makers ??

kalwalt commented 5 years ago

@SystemDiagnosticss thats good! I haven't a clear idea on how to do right now, because my first pourpose is simply to test the threaded version of my jsartoolkit5 version. The problem if you read in my PR at the beginning, you need to enable the SharedArrayBuffer option in the browser, that means you are exposed to the Spectre issue, that i don't feel very confortable with it, but maybe in a near future this will be solved and we can release it. Coming back to the question probably doing an array of NFT markers will do the tricks but i think that could be a performance issue. Anyway this will be a feature to be added in another time i think...

SystemDiagnosticss commented 5 years ago

@kalwalt Look on this https://www.youtube.com/watch?v=gNSj3LF1LiY and this http://www.artoolkitx.org/ . If i understand right artoolkit can detect multiply nft markers but don't have implementation on javascript ..

kalwalt commented 5 years ago

@kalwalt Look on this https://www.youtube.com/watch?v=gNSj3LF1LiY and this http://www.artoolkitx.org/ . If i understand right artoolkit can detect multiply nft markers but don't have implementation on javascript ..

thanks i will look this.

kalwalt commented 3 years ago

Multi NFT example here: https://kalwalt.github.io/kalwalt-interactivity-AR/nft/nft_simple_multi_markers.html

kalwalt commented 3 years ago

ARnft has now multi NFT support see PR https://github.com/webarkit/ARnft/pull/199