【发布时间】:2020-06-07 07:47:50
【问题描述】:
我为此失去了很多睡眠(在过去的 3 年中)。 我希望 Apple 至少能够将自己的 .scn 场景导出到 USDZ 而不会出现太多问题。
有没有人成功地将 .scn 场景从应用内导出到 USDZ?
我试过了,但没有用:
【问题讨论】:
我为此失去了很多睡眠(在过去的 3 年中)。 我希望 Apple 至少能够将自己的 .scn 场景导出到 USDZ 而不会出现太多问题。
有没有人成功地将 .scn 场景从应用内导出到 USDZ?
我试过了,但没有用:
【问题讨论】:
你看过这个吗:
Batch Converting Apple SCN files into DAE
xcrun scntool --convert fileIn.scn --output fileOut.dae --format dae
或者这个:
https://developer.apple.com/forums/thread/104553
他们提到了许多方法,例如先转换为 dae,然后使用免费转换器。
【讨论】: