1

I want to make emulation of models for 3d printing on JavaScript. Is there any engines in which possible to load STL models? Or convert STL to other format (3d Max, Inventor, etc.) and then load to JavaScript?

4

1 回答 1

2

我建议你应该试试three.js 库(http://threejs.org/)。特别是http://threejs.org/editor/,哪些代码可以在 github 上找到。它具有导入 STL 模型的方法。

于 2014-02-08T10:41:15.610 回答