beatTheSystem42 / MetalWorldTextureScan

Scan the environment and create a textured mesh with ARKit
MIT License
80 stars 18 forks source link

Increasing the accuracy and vertices in mesh #14

Open ndange9 opened 1 year ago

ndange9 commented 1 year ago

How can I make this mesh more detailed?Is there a function that would allow me to increase the vertices in the app?

knsjoon commented 9 months ago

This uses a default mesh provided by Apple's ARKIT I think. So it is not changeable unless you process it further afterwards with some other third party frameworks for mesh processing. Correct me if I am wrong!