【发布时间】:2016-01-10 13:35:14
【问题描述】:
我需要能够使用 Assimp 将 OBJ 文件导入 SLT。
我发现有人能够将 OBJ 文件导出为 JSON。
assimp2json.exe assimp2json seaknight.obj seaknight.json
(is it possible to run assimp commandline tool with the php)
我需要能够这样做:
assimp darkwader.obj drakwader.slt
所以,我可以在我的 3d 打印机上打印。
以下是导入和导出的 3D 文件格式的完整列表: https://github.com/assimp/assimp
【问题讨论】:
标签: command-line 3d 3dsmax assimp