Can anybody produce a clean \"for dummies\" example of HTML for using STLLoader.js to display ASCII (not binary) .stl object files in a web page? Result should let users manipul
The three.js examples are a good source:
https://github.com/mrdoob/three.js/blob/master/examples/webgl_loader_stl.html
Here is a simplified version:
three.js webgl - STL STL loader test
three.js r.70