piemonte / obj2usdz

🦖 obj2usdz, convert .OBJ files to .USDZ on iOS
MIT License
64 stars 8 forks source link

How to import USDZ file #1

Closed eilidan closed 4 years ago

eilidan commented 4 years ago

Thanks for your work. I have download your project and have already installed Xcode. But I do not know how to use Xcode. I 'd like to ask you how to export usdz files with Xcode.Thanks a lot.

piemonte commented 4 years ago

hey @eilidan thanks for the interest.

it's best to learn from Apple's documentation and post questions to stackoverflow. as quick run of your question, import your model with ModelIO, then use the code from this project to export that file to USDZ as shown in the readme.

best of luck.