Go to file
2019-01-10 20:32:23 +01:00
embeddable Test with spaces. 2017-01-14 09:08:40 +01:00
jsmodeler Add off file support. 2018-12-19 18:01:44 +01:00
tools USe analytics only in build. 2019-01-10 20:29:14 +01:00
website Highlight mesh name in list on canvas click. 2019-01-10 20:32:23 +01:00
.gitignore Edit ignored files. 2018-11-18 10:46:33 +01:00
LICENSE.md Happy new year! 2015-01-01 10:12:33 +01:00
README.md Add off file support. 2018-12-19 18:01:44 +01:00

Online 3D Viewer

Online 3D Viewer is an engine to visualize 3D models online.

Supported file formats:

  • 3ds (with textures)
  • obj, mtl (with textures)
  • stl (ascii and binary)
  • off

Website

This is the source code for http://3dviewer.net:

  • You can open 3D files in three ways:
    • Use the open button from the top menu.
    • Drag&Drop files to your browser.
    • Define file urls as location hash.
  • You should open the main file, and all of its requested files.
    • For example open the requested mtl file with an obj file,
    • or open textures with 3ds file.

Embeddable

This is the embeddable version of the viewer:

  • In this case you should host the 3D models.
  • See examples for more information.