-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (31 loc) · 1.07 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Notched Polyhedra</title>
</head>
<body>
<div id="bins" style="zoom: 0.3;"></div>
</body>
</html>
<script src="util/pathsegpolyfill.js"></script>
<script src="util/matrix.js"></script>
<script src="util/domparser.js"></script>
<script src="util/clipper.js"></script>
<script src="util/parallel.js"></script>
<script src="util/geometryutil.js"></script>
<script src="util/placementworker.js"></script>
<script src="nwjs/exporter.js"></script>
<script src="libs/dat.gui.js"></script>
<script src="libs/svgparser.js"></script>
<script src="libs/svgnest.js"></script>
<script src="js/SvgNestClient.js"></script>
<script src="js/Hinge.js"></script>
<script src="js/HingesManager.js"></script>
<script src="js/HingedPolyhedron.js"></script>
<script src="js/NotchedFace.js"></script>
<script src="js/FacesManager.js"></script>
<script src="js/polyhedra-data.js"></script>
<script src="index.js"></script>
<script src="nwjs/watch.js"></script>