List
Instant tracking
Posted Date: 2018-03-22 22:28     Edited Date: 2018-03-27 16:22     Writer: inactive

Hi,
can i track multiple 3D objects at the same time using maxST?

Posted Date: 2018-03-24 20:48     Edited Date: 2018-03-24 20:48     Writer: inactive

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

Posted Date: 2018-03-25 12:18     Edited Date: 2018-03-25 12:18     Writer: inactive

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 :))

Posted Date: 2018-03-27 5:57     Edited Date: 2018-03-27 5:57     Writer: inactive

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

Posted Date: 2018-03-27 16:22     Edited Date: 2018-03-27 16:22     Writer: inactive

Thanks a lot, that's what i wanted.
Great work!