-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathindex.html
49 lines (48 loc) · 1.45 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
<html>
<head>
<title>A-Frame Cubemap Component</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.1.1/gh-fork-ribbon.min.css"
/>
<style>
html {
background: #ef2d5e;
color: #fafafa;
font-family: monospace;
font-size: 20px;
padding: 10px 20px;
}
h1 {
font-weight: 300;
}
a {
color: #fafafa;
display: block;
padding: 15px 0;
}
</style>
</head>
<body>
<h1>A-Frame Cubemap Component</h1>
<h3>Examples</h3>
<a href="./examples/yokohama/index.html">Yokohama</a>
<h3>Tests</h3>
<a href="./examples/tests/edgeLength/index.html">edgeLength</a>
<a href="./examples/tests/multi-cubemaps/index.html">Multiple cubemaps</a>
<a href="./examples/tests/change-cubemap/index.html"
>Change cubemap with setAttribute (wait 5 seconds)</a
>
<a href="./examples/tests/ext/index.html">PNG extension</a>
<a href="./examples/tests/fade/index.html">Fade</a>
<a href="./examples/tests/encoding/index.html">Texture encoding</a>
<a href="./examples/tests/a-assets/index.html">Use with a-assets</a>
<div class="github-fork-ribbon-wrapper right">
<div class="github-fork-ribbon" style="background: #3482aa">
<a href="https://github.com/bryik/aframe-cubemap-component"
>Fork me on GitHub</a
>
</div>
</div>
</body>
</html>