Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 469 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 469 Bytes

js-model-viewer

A simple webapp that uses WebGL to view STL and OBJ files targeted at Chromium and Firefox.

Click and drag to rotate the camera around the model. Right click to roll. Hold CTRL to rotate the model instead of the camera.

Currently supported formats:

  • Binary STL
  • ASCII STL

TODO:

  • Add OBJ support
  • Lines indicating the three axes
  • Option to change model color
  • Make free camera mode better

Maybe:

  • Support for other 3D formats