deblan.io-murph/public/stl_viewer
Simon Vieille 54e0faabc3 add stl mesh 2021-07-09 23:42:38 +02:00
..
CanvasRenderer.js add stl mesh 2021-07-09 23:42:38 +02:00
OrbitControls.js add stl mesh 2021-07-09 23:42:38 +02:00
Projector.js add stl mesh 2021-07-09 23:42:38 +02:00
TrackballControls.js add stl mesh 2021-07-09 23:42:38 +02:00
ie_polyfills.js add stl mesh 2021-07-09 23:42:38 +02:00
load_stl.min.js add stl mesh 2021-07-09 23:42:38 +02:00
parser.min.js add stl mesh 2021-07-09 23:42:38 +02:00
readme.txt add stl mesh 2021-07-09 23:42:38 +02:00
stl_viewer.min.js add stl mesh 2021-07-09 23:42:38 +02:00
three.min.js add stl mesh 2021-07-09 23:42:38 +02:00
webgl_detector.js add stl mesh 2021-07-09 23:42:38 +02:00

readme.txt

Stl Viewer v1.13, July 2021
===========================

Installation:
-------------
upload those files into your web server:
stl_viewer.min.js 
parser.min.js 
load_stl.min.js 
webgl_detector.js 
CanvasRenderer.js 
OrbitControls.js
TrackballControls.js
Projector.js 
three.min.js
ie_polyfills.js (optional)


Usage:
------
At the html body:

<script src="stl_viewer.min.js"></script>
<div id="stl_cont"></div>
<script>
	var stl_viewer=new StlViewer(document.getElementById("stl_cont"), { models: [ {id:0, filename:"mystl.stl"} ] });
</script>



Documentation & License details:
--------------------------------
https://www.viewstl.com/plugin/



by Omri Rips, Viewstl.com