在过去的三年里,我为此失去了很多睡眠。我一直在想,苹果至少可以将自己的.scn场景导出到USDZ,而不会出现太多问题。
是否有人成功地将.scn场景从应用程序中导出到USDZ ?
我试过了,但没有结果:
发布于 2021-01-02 02:10:14
你有没有看过这个:
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,然后使用空闲转换器。
https://stackoverflow.com/questions/60363071
复制相似问题