문제

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?

도움이 되었습니까?

해결책

I suggest you should try three.js library (http://threejs.org/). Especially http://threejs.org/editor/, which code is availble on github. It has methods for importing STL models.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top