标签: 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)
我对这些选项有描述吗?