【问题标题】:Convert .scn scene to usdz (Swift)将 .scn 场景转换为 usdz (Swift)
【发布时间】:2020-06-07 07:47:50
【问题描述】:

我为此失去了很多睡眠(在过去的 3 年中)。 我希望 Apple 至少能够将自己的 .scn 场景导出到 USDZ 而不会出现太多问题。

有没有人成功地将 .scn 场景从应用内导出到 USDZ?

我试过了,但没有用:

https://github.com/piemonte/obj2usdz

【问题讨论】:

    标签: ios swift scenekit usdz


    【解决方案1】:

    你看过这个吗:

    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,然后使用免费转换器。

    【讨论】:

    • 谢谢。我的意思是如何从应用程序中导出到 USDZ(我有一个由用户创建的 .scn 并希望将其导出到 USDZ,就像导出到 .dae 或 .obj 等一样)。
    • @gm_ 不知道。也许只是上传到安装了该工具的服务器,转换并下载。
    猜你喜欢
    • 2018-12-06
    • 2021-02-23
    • 2019-03-28
    • 2014-07-29
    • 2018-05-16
    • 2022-08-03
    • 2021-09-29
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多