-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (36 loc) · 1.15 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
<link rel="icon" href="data:,">
<h1>Testbed</h1>
<ul>
<li>
<a href="public/named-import/index.html">Log Vector2 to console</a>
<p>to test "named import from three"</p>
</li>
<li>
<a href="public/full-import/index.html">Rotating Cube</a>
<p>to test "full import from three"</p>
</li>
<li>
<a href="public/force-used/index.html">Pick rotating cube</a>
<p>to test "force code branches to be 'used' via dummy codes injection instead of writing e2e tests"</p>
</li>
<li>
<a href="public/use-examples/">webgl_shaders_ocean.html</a>
(
for comparason, here's the
<a href="https://threejs.org/examples/webgl_shaders_ocean.html">original</a>
)
<p>to test "bundle three/examples/jsm/ stuff, e.g. stats and lil-gui"</p>
</li>
<li>
<a href="public/use-cannon-es/">cannon-es/examples/threejs_mousepick</a>
(
for comparason, here's the
<a href="https://pmndrs.github.io/cannon-es/examples/threejs_mousepick">original</a>
)
<p>to test "bundle 3rd-party libs, e.g. cannon-es"</p>
</li>
<li>
<a href="public/foo/index.html">Foo</a>
<p>to test your own code</p>
</li>
</ul>