jsstl
jsstl copied to clipboard
Pure Javascript code for parsing and rendering STL (ascii and binary) files
http://tonylukasavage.com/blog/2013/04/10/web-based-stl-viewing-three-dot-js/ As far as I can tell, this blog entry Three.JS example isn't working. I think it may be because Three.JS itself isn't working.
change LICENSE to MIT merge this once https://github.com/tonylukasavage/jsstl/pull/6 is merged
proposal to set license to MIT, if merged I can change the README license section.
If not, I'd love to contribute it.
Hi, I tried this code to display a different STL file like gato_3.stl. But it gives the below error ArrayBuffer { byteLength: 519716 } RangeError: argument 1 accesses an index...
I'm having a few issues containing the canvas element in a div. How would I go about getting the sizes from the containing div opposed from the "window" element?
In modern Chrome browsers the XMLHttpRequest fails due to Cross Origin Request security limitations. The code has been modified to use a file picker to load STLs. Also, the code...