Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,我将一个文件从 3ds max 导出为 .obj 格式。据我所知,最好先将.max文件转换为.obj,然后再转换为.js,以便使用three.js在浏览器中渲染模型。
但我被困在转换的第二部分。(.max -> .obj -> .js)。我已经设法从 .max 导出到 .obj。但不知道如何将 .obj 转换为 .js 文件。我已经从 three.js 转换器下载了 convert_obj_three.py。我还下载了 2.5.4 python。但不知道我接下来要做什么。
转到命令提示符(运行-> cmd)
要运行 py 文件,请执行以下操作:
C:\Python26\python.exe C:\myFolder\whatever.py -i filename -o outputname
就是这样...我有 python 2.6,所以它位于 Python26 文件夹中...