【问题标题】:Convert scn to glb将 scn 转换为 glb
【发布时间】:2021-02-23 22:51:33
【问题描述】:

我正在尝试将 scn 文件转换为 GLB 格式。我使用assimp 并得到以下错误。它在supported import format

param = test.glb
assimp export: select file format: 'glb2' (GL Transmission Format v. 2 (binary))
Launching asset import ...           OK
Validating postprocessing flags ...  OK
ERROR: Failed to load file: COB: Could not found magic id: `Caligari`

无论如何要克服这个问题?或者是否有任何其他 CLI 或 API 有助于转换?

【问题讨论】:

    标签: ios graphics 3d converters assimp


    【解决方案1】:

    能否请您在Asset-Importer-Lib 上打开一个问题报告,其中包含一个小问题,可用于重现该问题? COB 格式在 Assimp 中不是那么稳定,如果让它更稳定就好了。

    我认为这个问题是由一开始没有正确解析的魔法令牌引起的,需要修复。

    【讨论】:

    • 我开了一个问题
    猜你喜欢
    • 2021-07-02
    • 2021-08-07
    • 2018-05-16
    • 2020-06-07
    • 2018-07-03
    • 1970-01-01
    • 2018-08-13
    • 2021-07-26
    • 2015-10-16
    相关资源
    最近更新 更多