1

I want to write a Web App using Java that behaves like an STL View-er. Just import the file from disk and the app shows you the 3D content . Is this hard to do? I'm having trouble finding resources. I don't know where to start. Has anyone have any experience with this?

Thanks in advance.

273K
  • 29,503
  • 10
  • 41
  • 64

1 Answers1

0

I never worked with 3D but a quick search showed that it's possible to use STL files in JavaScript and since it's a webapp you're gonna want to be using that anyway, you can use HTML5 File Input to ask the user to provide the file, here's the link. By the way it uses three.js which is a library I'm also not familiar with but in the post I linked there's an example of how to use it.

DarkCeptor44
  • 184
  • 3
  • 15