-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AR NFT Tracking #24
Comments
It could be some different incompatibilities between three.js versions, or maybe something else. From the log i see the warning about BoxBufferGeometry, have you tried to change to BoxGeometry? |
Hi @kalwalt thanks for tip link to j-era project, gonna test it now. |
@kalwalt the git repo with |
Hello, how many markers could you load in NFT markers array? |
I think as much as you want, but performance degradation quite significant, I would say 2-3 maximum 4 |
does the new es6 @ar-js-org/ar.js package support NFT tracking? I was not able to implement it, it finds the marker but not show any model. I saw the @j-era also did this project https://github.com/j-era/react-three-arnft implementation but it seams to be a more bare bone implementation. I would like to see if its possible to implement NFT in a more clean matter like this implementation with markers |
@rafheros you can try that repo https://github.com/antokhio/react-three-jsartoolkitnft I wanted to share that as package, but i stuck with bundling a web worker to an npm package, you can just copy paste code to your project. I think I've used that for couple of projects |
Hi, trying to make it work, with some
partial
successSo i copy over component ARMarker component and changed this first import:
so it's loading it's finding the image, but there is no model for some reason...

any clue witch direction i should dig?
the code is on gist https://gist.github.com/antokhio/140b52ffa0742bbe0a185d97a13f1475
this markeRoot transformation

The text was updated successfully, but these errors were encountered: