user3074342
user3074342

Reputation: 11

creat 3d file importer to three.js viewer

im trying to creat an app to users can upload their 3d Stl and view them in a Three.js viewer.

somone have any idea from where i can start developing the app in HTML5.

Upvotes: 0

Views: 1111

Answers (1)

mrdoob
mrdoob

Reputation: 19592

You can probably start with this example: http://threejs.org/examples/#webgl_loader_stl

Upvotes: 1

Related Questions