stlviewer.html

changeset 16
800e8da193a7
parent 14
ba3d8c56e6f5
child 17
dee15870206a
equal deleted inserted replaced
15:0760f2016167 16:800e8da193a7
3 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 3 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
4 <title>ScubaTools Object Viewer</title> 4 <title>ScubaTools Object Viewer</title>
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> 6 <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
7 7
8 <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" /> 8 <link rel="stylesheet" href="js/jquery-ui.css" />
9 <link rel="stylesheet" href="stlviewer.css" /> 9 <link rel="stylesheet" href="stlviewer.css" />
10 <script src="https://code.jquery.com/jquery-1.12.4.js"></script> 10 <script src="js/jquery-1.12.4.min.js"></script>
11 <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> 11 <script src="js/jquery-ui.min.js"></script>
12 12
13 <script src="https://threejs.org/build/three.js"></script> 13 <script src="js/three.min.js"></script>
14 <script src="https://threejs.org/examples/js/Detector.js"></script> 14 <script src="js/Detector.js"></script>
15 <script src="https://threejs.org/examples/js/loaders/STLLoader.js"></script> 15 <script src="js/STLLoader.js"></script>
16 <script src="https://threejs.org/examples/js/controls/OrbitControls.js"></script> 16 <script src="js/OrbitControls.js"></script>
17 17
18 </head> 18 </head>
19 <body> 19 <body>
20 <div id="info"> 20 <div id="info">
21 <div class="listcontainer"> 21 <div class="listcontainer">

mercurial