List
Text on Objects in iOS
Posted Date: 2018-02-01 12:56     Edited Date: 2018-02-02 0:36     Writer: inactive

Hi,

Is it possible to show text on 3d objects detected other than the default cube in iOS?

Posted Date: 2018-02-02 0:36     Edited Date: 2018-02-02 0:36     Writer: inactive

Thanks for using our sdk.

Yes, you can add any 3d objects (include text, image, video) as you wish if you have opengles knowledge.

Please follow steps below

1. Make bitmap data from text (By drawing text to canvas)

2. Upload bitmap data to texture memory.

3. Draw texture to 3d object.

- Maxst support team