super
super

Reputation: 411

Drawing text in Android Augmented Reality apps using Vuforia SDK

I'm trying to get my Android AR app working using the Vuforia SDK.

What I would like to do is to draw some text on screen, instead of usual 3D models.

But I cannot find, from the sample apps, where the app actually load such models, and how I could change it.

Anyone can help?

Upvotes: 2

Views: 1807

Answers (1)

mrYogi
mrYogi

Reputation: 992

in renderframe in ImageTarget.cpp of Imagetargets vuforia sample,you can comment all gl rendering code to prevent any model rendering then you can draw text on gl surface or simple textview.i have not tried for text but this can be done by as i said.

Upvotes: 1

Related Questions