-
Notifications
You must be signed in to change notification settings - Fork 0
/
f3dwebgl_v7.html
59 lines (45 loc) · 1.08 KB
/
f3dwebgl_v7.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
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<title>fast 3d</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
font-family: Monospace;
background-color: #f0f0f0;
margin: 0px;
overflow: hidden;
}
#oldie { background-color: #ddd !important }
.toolbar{
margin: auto;
}
.barButton{
float: left;
width: 6em;
border: 1px solid black;
background: white;
}
.barInputText{
float: left;
width: 6em;
border: 1px solid black;
background: white;
}
.barLabel{
float: left;
width: 6em;
}
</style>
</head>
<body>
<div id="coordinates"></div>
<!-- script src="Utils/js/z_axis_math.js"></!-- script>
<script src="Utils/js/three.min.js"></script>
<script src="Utils/js/Detector.js"></script >
<script src="Utils/js/math/ConvexHull.js"></script>
<script src="Utils/js/ConvexGeometry.js"></script -->
<script type="module" src="f3dwebgl/f3dwebgl_v7.js"></script>
</body>
</html>