-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDLPSupports.html
49 lines (42 loc) · 2.17 KB
/
DLPSupports.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<link type="text/css" rel="stylesheet" href="./css/bulmaswatchDarkly.min.css">
<link type="text/css" rel="stylesheet" href="./css/main.css">
<link type="text/css" rel="stylesheet" href="./css/microtip.min.css">
<link rel="stylesheet" href="./css/simple-scrollbar.css">
<title>DLP Supports</title>
</head>
<body onContextMenu="return(false)">
<div id="container"></div>
<div id="uiWrapper"></div>
</body>
<script src="./js/simple-scrollbar.min.js"></script>
<script src="./js/three.min.js" type="text/javascript"></script>
<script src="./js/OrbitControls.js" type="text/javascript"></script>
<script src="./js/LineSegmentsGeometry.js" type="text/javascript"></script>
<script src="./js/LineSegments2.js" type="text/javascript"></script>
<script src="./js/Line2.js" type="text/javascript"></script>
<script src="./js/LineGeometry.js" type="text/javascript"></script>
<script src="./js/LineMaterial.js" type="text/javascript"></script>
<script src="./js/VertexNormalsHelper.js"></script>
<script src="./js/TransformControls.js" type="text/javascript"></script>
<script src="./js/STLLoader.js" type="text/javascript"></script>
<script src="./js/tween.umd.js"></script>
<!-- <script src="./js/RotationPlugin.js"></script> -->
<script src="./js/ConvexHull.js"></script>
<script src="./js/ConvexGeometry.js"></script>
<script src="./js/SimplifyModifier.js"></script>
<script src="./js/hotkeys.min.js"></script>
<script src="./DataBetweenUIandApp.js" type="module"></script>
<script src="./3dApp.js" type="module"></script>
<!-- Note: when deploying, replace "development.js" with "production.min.js". -->
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>
<!-- <script src="./js/react.production.min.js" crossorigin></script>
<script src="./js/react-dom.production.min.js" crossorigin></script> -->
<script src="./ui/UIComponent.js" type="module"></script>
<script src="./hotkeys.js" type="module"></script>
</html>