在过去的3年里,我为此失眠了很多。我希望苹果至少能够将自己的.scn场景出口到USDZ,而不会出现太多问题。
是否有人成功地从应用程序中将.scn场景导出到USDZ?
我试过了,但没有用:
https://github.com/piemonte/obj2usdz
你看过这个吗:
批量将Apple SCN文件转换为DAE
xcrun scntool --convert fileIn.scn --output fileOut.dae --format dae
或者这个:
https://developer.apple.com/forums/thread/104553
他们提到了许多方法,例如首先转换为dae,然后使用免费转换器。