Instant tracking
Hi,
can i track multiple 3D objects at the same time using maxST?
Hi,
The instant tracker tracks the surface of environment seamlessly rather than specific object.
To answer for you question we need more information from you.
Could you please let us know about your purpose for using instant tracker?
- Maxst support team
Sorry... my bad, i tried the instant tracking sample that maxst AR offers and we can track only one model which is the child of instant tracking behaviour... but i want to have 2 or more buttons that can track different 3D models and have them at the same time in the AR scene.
something like in this video: https://www.youtube.com/watch?v=Fw44u0U7CN0
sorry for my english :))
Hello
You can use the following APIs to transform screen coordinates into 3d space and place multiple content in InstantTracker.
>> TrackerManager.GetInstance().GetWorldPositionFromScreenCoordinate(ScreenPosition)
Check out the InstantTrackerMultiContents example at the following link:
https://github.com/maxstdev/MaxstARSDK_Unity_Sample
Thank you.
- MAXST support team
Thanks a lot, that's what i wanted.
Great work!