How to create USDZ file using Xcode converter?
问题 At the 2018 WWDC Apple annouced the introduction of new USDZ file format. https://developer.apple.com/videos/play/wwdc2018/603/ In relation to creating USDZ file the following was said: To create your own usdz files, a usdz_converter has been bundled as part of Xcode 10 beta. Its a command line tool for creating the usdz file from OBJ files, Single-frame Alembic (ABC) files, USD file (either .usda or usd.c) the basic command line is xcrun usdz_converter myFile.obj myFile.usdz I have installed