3D模型将FBX导出为ASCII

时间:2018-08-07 08:04:06

标签: archilogic 3d.io

是否可以将FBX的3d.io API导出为ASCII?

    io3d.storage.exportFbx( storageId, {
        filename: 'fbx',
        options: ?
    })
    .then(io3d.utils.processing.whenDone)
    .then(io3d.storage.getUrlFromStorageId)
    .then(console.log)

我对这些选项有描述吗?

0 个答案:

没有答案