5

I am trying to get textures in the 3D model I am creating from the ARKit scene reconstruction mesh. I am able to export the the mesh in a .obj file. The framework is also creating the .mtl file. However, there is no color in the mesh. I want to add real world textures to the mesh, possible from the arFrame.capturedImage to make the model look more real. How can I achieve this?

1 Answers1

1

"The Visualizing and Interacting with a Reconstructed Scene sample project is showing the beautiful mesh with colors by leveraging the arView.debugOptions.insert(.showSceneUnderstanding) call. This shows the mesh, with colors, using a debug method, which is not publicly accessible, nor representative of any particular color scheme relevant for export."
Information by @brandonK212 answer from here.

Veronika Babii
  • 324
  • 5
  • 18