-
Notifications
You must be signed in to change notification settings - Fork 985
Description
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
My test repo: https://github.com/ODINN555/ArExample/tree/master
I have 1 NFT image called "goodjob" under ArExample/goodjob/ which when I use it the AR works and the 3d model appears fine,
but then when I use another NFT image named "city_with_code7", the model does not appear.
The city nft does get tracked and I even debug it with "markerFound" and "markerLost" events.
My suspicion is that because the image is different, the 3D model is placed in a different location in the scene. But if it is the case, how can I measure how much to move the 3D model to appear correctly?
If the current behavior is a bug, please provide the steps to reproduce.
Clone my repro: https://github.com/ODINN555/ArExample/tree/master
first use the goodjob image (update the nft url to https://[YOUR GITHUB URL]/ArExample/goodjob/goodjob)
then use the city_with_code7 (update the nft url to https://[YOUR GITHUB URL]/ArExample/nft/city_with_code7)
https://github.com/ODINN555/ArExample/tree/master
Please mention other relevant information such as the browser version, Operating System and Device Name
Tried in both desktop and mobile, the problem persists in both
What is the expected behavior?
both images should be displaying the 3d model
If this is a feature request, what is motivation or use case for changing the behavior?