saikiran
saikiran

Reputation: 81

How to display a 3D text Using ARCore?

I'm trying to render a 3dText using ARCore library but unable to do so can anyone throw some light on it.

Upvotes: 0

Views: 1356

Answers (1)

Steven Mohr
Steven Mohr

Reputation: 1167

ARCore does not provide any 3D rendering functionality. It only allows you to link virtual objects to real-world places. It gives you the current image from your camera and provides view and projection matrices to align your 3D world. But all rendering has to be done using OpenGL ES or some framework atop of it.

Upvotes: 4

Related Questions