List
Multiple objects in Instant Tracker
Posted Date: 2020-04-06 13:03     Edited Date: 2020-04-09 7:20     Writer: inactive

Development details:

1. SDK Version: 5.0.1
2. Development Environment: (eg. Unity-Android, Unity-iOS, Native Android, Native iOS): Native Android
3. Tracker/Scanner: Instant tracker
4. License Type(Free / Pro-One Time Fee / Pro-Subscription / Enterprise): Free
5. Target Device(Optional): Huawei nova 3i

Hi,

How to place multiple objects (more than one object) in instant tracker?

Posted Date: 2020-04-07 2:38     Edited Date: 2020-04-07 15:16     Writer: sjkim

Thanks for your interest to our MAXST AR SDK.

 

MAXST AR SDK supports augmentation of multiple objects in Instant Tracker.

Add objects(like a cube, sphere and etc) as a contents of InstantTrackerRenderer.java.

 

If you have other question, feel free to continues question us.

 

 

Best regards

Francisco

MAXST Support Team

Posted Date: 2020-04-08 4:01     Edited Date: 2020-04-08 4:01     Writer: inactive

Hi,

When added as the content of InstantTrackerRenderer it works. But I need to render objects like below.

First, go to instant tracker page. Then clicks start tracking. Then render one object. Then there are another few buttons to render other objects. When clicks one of them, another object will be added to the ar view. Then the user can control both of the objects. (like ArCore)

 

How can I add another object to the Ar view this way?

Posted Date: 2020-04-08 8:32     Edited Date: 2020-04-08 8:32     Writer: sjkim

Can you saw startTrackingButton of InstantTrackerActivity.java at Native Android sample code?

 

You can import a 3D model by referring to startTrackingButton in InstantTrackerActivity.java class.

MAXST does not provide a 3D model, please use Unity_android to easily use the 3D model.

 

If you have another question, feel free to continues question us.

 

ps. We made Maxst AR View by using Unity-Android.

 

 

Best regards

Francisco

MAXST Support Team

Posted Date: 2020-04-08 10:51     Edited Date: 2020-04-08 10:51     Writer: inactive

I know how to render an object. It's not the question. The problem is to render more than one object in the way I mentioned above. (eg: When run the Instant tracker example it render TexturedCubeRenderer object. What I need is add another TexturedCubeRenderer object(or any other object) to that view)

Thank you!

Posted Date: 2020-04-09 7:20     Edited Date: 2020-04-09 7:20     Writer: sjkim

How do you use obj loader or fbx loader?

if so, You can place multi object using obj or fbx loader.

 

 

Best regards

Francisco

MAXST Support Team