zeitraumdev / iPadLIDARScanExport

Export an OBJ file of ARKit 3.5 iPad Pro LIDAR scans
251 stars 54 forks source link

Export 3D colored model #4

Closed mgorakhiya-peak closed 3 years ago

mgorakhiya-peak commented 4 years ago

Thanks for the sample project. It really helps a lot.

I see that this sample code exports 3D objects but it's in grayed scale.

Can you help me, how can we generate a 3D model in actual colors (like realistic)?

I have seen that many apps are doing the same. https://apps.apple.com/us/app/id1514382369 https://apps.apple.com/us/app/3d-scanner-app/id1419913995

sp-zeitraum commented 3 years ago

Hi @mgorakhiya-peak,

I'm glad the repo is helpful to you. Currently we have no plans to research in more in that direction, but if you want to look into it, now that time since the release of ARKit 3.5 has progressed, with 4 already being out and Unity picking it up, I would recommend you start there, in the ARFoundation Samples. They implemented Meshing with colors: https://docs.unity3d.com/Packages/com.unity.xr.arfoundation@4.1/manual/mesh-manager.html

image

jaswant-iotric commented 1 year ago

Any updates on this?