List
I have a problem when I want to custom 3D objects. How do I insert 3D objects into Image Tracker based on 2dmap markers.
Posted Date: 2019-11-25 8:11     Edited Date: 2019-11-27 7:23     Writer: inactive

Please provide your development details as below;

1. SDK Version: 4.1
2. Development Environment: Native Android
3. Tracker/Scanner: Image Tracker
4. License Type(Free):
5. Target Device(Optional): Xiomi note 5 pro, OS Nougat.

Posted Date: 2019-11-26 1:27     Edited Date: 2019-11-26 1:27     Writer: inactive

Running the sample code we provide enhances the 3D cube.

You can replace the renderer code that draws the 3D cube with the desired 3D object.

 

Leo

Maxst Support Team

Posted Date: 2019-11-26 3:20     Edited Date: 2019-11-26 9:25     Writer: inactive

Is there template renderer code that draws the 3D object?

Or any resources how to draws the 3D object in Android Studio?

Posted Date: 2019-11-27 7:23     Edited Date: 2019-11-27 7:23     Writer: inactive

There is no separate resource. As you can see in the code, there are 3D object renderers such as texturedcuberenderer and coloredcuberenderer, which are drawn directly by the renderer code.

Thank you.

 

Leo

Maxst Support Team