I’ve cloned and customized the “A-Frame: Unlimited Image Targets” project and am running into a problem.
What I already know:
- I can autoload 5 of the image targets with “World Tracking” enabled AND 10 images can be autoloaded with “World Tracking” disabled. My test project uses 12 images.
- Images can’t be larger that 2048px and must be at least 480x640px. Mine are limited to 2048.
- All of my images are unique and have enough detail to properly work as targets. All of my images fall within the required specs for detailed, image targets.
The problem? The only images that work are the 5, autoloaded images I created when programming the app. I have used “xrweb=“disableWorldTracking: true”” to disable World Tracking, Seems to have no effect.
I’ve noticed that the cloned program focuses on scanning images in a specific order. It offers the recognition of 5, autoloaded images, but is limited to the order in which the images are scanned or programmed. I’m looking for a way to not worry about the order in which users scan the images. The order should have nothing to do with the images scanned.
Please advise,
MC