Go to file
2017-01-14 10:16:34 +01:00
embeddable Test with spaces. 2017-01-14 09:08:40 +01:00
jsmodeler Update JSModeler. 2017-01-14 09:00:34 +01:00
tools Update JSModeler. 2016-04-12 19:54:08 +02:00
website Style. 2017-01-14 10:16:34 +01:00
wikiextension Remove unnecessary line. 2015-09-05 12:50:01 +02:00
.gitignore Edit ignored files. 2016-12-23 16:00:40 +01:00
LICENSE.md Happy new year! 2015-01-01 10:12:33 +01:00
README.md Update README.md 2014-11-09 16:19:52 +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)

Website

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

  • You can drag&drop files to your browser, or use the open button.
  • 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.

Wiki Extension

This is a WikiMedia extension for viewing 3D models. It is in experimental phase currently.