How can i render a .obj with .mtl in AR (no unity)?

I need to render a 3D Object with obj+mtl format, i found lot of samples of ARCore, vuforia, viroCore and some others but for example ARCore sample only takes .obj + .png (texture).

I rendered a 3d object with rajawali in a surface but not in AR. I'm a bit confused about how to draw a 3d object and render it with this format.

Upvotes: 0

Views: 1117

Answers (1)

ACVM
ACVM

Reputation: 1527

Check out Viro React or ViroCore.

  1. Follow the getting started/quick-start guides.
  2. Then read our Viro3DObject guide for Viro React or 3D Object guide for ViroCore

If all you want to do is to render your 3D object in AR, then my suggestion would be to use Viro React as it's much quicker to get to seeing an object.

Upvotes: 1

Related Questions