• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Sep-2022-

CanvasRenderer.jsH A D07-Sep-202226.5 KiB1,158633

LICENSEH A D07-Sep-20221 KiB2217

OrbitControls.jsH A D07-Sep-202214.7 KiB626319

Projector.jsH A D07-Sep-202223.6 KiB1,028566

README.mdH A D07-Sep-2022846 4028

TrackballControls.jsH A D07-Sep-202214.2 KiB619356

ie_polyfills.jsH A D07-Sep-20222.9 KiB4942

load_stl.min.jsH A D07-Sep-20222.9 KiB21

parser.min.jsH A D07-Sep-20229.7 KiB21

stl_viewer.min.jsH A D07-Sep-202237.1 KiB21

three.min.jsH A D07-Sep-2022632 KiB31

webgl_detector.jsH A D07-Sep-20222.4 KiB5438

README.md

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