1Stl Viewer v1.13
2================
3
4Installation:
5-------------
6upload those files into your web server:
7stl_viewer.min.js
8parser.min.js
9load_stl.min.js
10webgl_detector.js
11CanvasRenderer.js
12OrbitControls.js
13TrackballControls.js
14Projector.js
15three.min.js
16
17
18Usage:
19------
20At the html body:
21
22<script src="stl_viewer.min.js"></script>
23<div id="stl_cont"></div>
24<script>
25	var stl_viewer=new StlViewer(document.getElementById("stl_cont"), { models: [ {id:0, filename:"mystl.stl"} ] });
26</script>
27
28
29
30Documentation & License details:
31--------------------------------
32https://www.viewstl.com/plugin/
33
34* Viewstl Javscript plugin is licensed under the MIT License - Copyright (c) 2019 Viewstl.com
35* three.js is licensed under the MIT License - Copyright © 2010-2019 three.js authors
36
37
38
39by Omri Rips, Viewstl.com
40