-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (69 loc) · 2.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>// three.js playground</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container">
<div class="row">
<div class="twelve columns">
<h1>three.js playground</h1>
<p>
Playing around with 3d things. If you want to play with this too, go to the
<a href="https://github.com/rjsalvadorr/three-js-playground" target="_blank">GitHub repo</a>
</p>
<hr>
<ul>
<li>
<a href="./4" target="_blank">4</a> - generating random shapes and movements
</li>
<li>
<a href="./5" target="_blank">5</a> - different movements
</li>
<li>
<a href="./6" target="_blank">6</a> - random ghost shapes
</li>
<li>
<a href="./7" target="_blank">7</a> - playing with planes
</li>
<li>
<a href="./8" target="_blank">8</a> - adding camera movement
</li>
<li>
<a href="./9" target="_blank">9</a> - orbits!
</li>
<li>
<a href="./10" target="_blank">10</a> - better movements
</li>
<li>
<a href="./11" target="_blank">11</a> - floaters
</li>
<li>
<a href="./12" target="_blank">12</a> - gravity
</li>
<li>
<a href="./13" target="_blank">13</a> - gravity-ish orbits
</li>
<li>
<a href="./14" target="_blank">14</a> - loading models
</li>
<li>
<a href="./15" target="_blank">15</a> - supershapes. might make for a cool webpage b/g
</li>
<li>
<a href="./16" target="_blank">16</a> - cool webpage b/g (resizable!)
</li>
<li>
<a href="./17" target="_blank">17</a> - cooler ships
</li>
</ul>
</div>
</div>
</div>
</body>
</html>