1

I have 3D objects in .STL file format. I need to display them at my WEB page, and I'm looking for the best viewer for displaying .STL files on the WEB page. Actually I'm not even sure if the .STL format is the best format for showing the 3D files, or there are the better ones?

I found this viewer only, for displaying 3D objects, but I'm not sure if that is the best option.

Marc Mutz - mmutz
  • 24,485
  • 12
  • 80
  • 90
delux
  • 1,694
  • 10
  • 33
  • 64

2 Answers2

1

Personally, I believe the best way is using WebGL via the THREE.js framework. You can find online code examples of loading & displaying an STL here.

Jack
  • 2,229
  • 2
  • 23
  • 37
1

Try Babel3D. Best and fastest 3D webgl based viewer. Supports almost all the CAD file formats. Supports Sharing, embedding and 3D Print also.

Rahul H
  • 13
  • 2