ejtejada / webgl-portfolio

Viewing STL files in the browser using WebGL

Home Page:https://ronitsinha.github.io/webgl-stl-viewer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online STL Viewer

This is a current work-in-progress. The goal of this project is to parse STL files and display the 3d model in the browser using WebGL. So far, it works, but only for some models.

To-do List

  • Parse ASCII STL
  • Add normal calculation (sometimes STL binaries don't have the right normals)
  • Center 3d object around rotation point
  • Mouse view controls

Credits

Many thanks to Tony Lukasavage for writing an amazing article on STL parsing in JavaScript.

About

Viewing STL files in the browser using WebGL

https://ronitsinha.github.io/webgl-stl-viewer/


Languages

Language:JavaScript 99.0%Language:HTML 1.0%