Reputation: 411
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
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