-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (98 loc) · 3.91 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
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Three.js playground — Home</title>
<link rel="stylesheet" href="static/dist/style.css" />
</head>
<body>
<!-- Insert an empty iframe with attributes -->
<section class="o-section o-section--index">
<div class="o-container">
<ul class="c-link-list u-b3">
<li>
<a href="examples/fabric-viewer.html">
<span>Fabric viewer</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/furniture-configurator.html">
<span>Furniture configurator</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/ring-configurator.html">
<span>Ring configurator</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/furniture-configurator-v2.html">
<span>Furniture configurator — v2</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/furniture-configurator-v3.html">
<span>Furniture configurator — v3</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/model-viewer.html">
<span> model-viewer demo</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/webgi-test.html">
<span> WebGi test</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/sofa-configurator.html">
<span> Sofa Configurator</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/spline-export-test.html">
<span> Spline export test</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/spline-export-test-2.html">
<span> Spline export test-2</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/spline-export-test-3.html">
<span> Spline export test-3</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/marching-orb.html">
<span> Marching orb</span>
<i>></i>
</a>
</li>
<li>
<a href="examples/orb-redneck.html">
<span> RedNeck orb</span>
<i>></i>
</a>
</li>
</ul>
</div>
</section>
<script type="text/javascript" src="static/dist/vendor.js"></script>
<script type="text/javascript" src="static/dist/bundle.js"></script>
</body>
</html>