-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
90 lines (87 loc) · 2.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<title>vZome Online tests</title>
<link rel="stylesheet" href="./vzome-viewer.css">
</head>
<body>
<div>
<a target="_blank" href="/app/">Online</a>
</div>
<div>
<a target="_blank" href="/app/?url=https://gist.githubusercontent.com/John-Kostick/b003947bdb9552b5afff821ca6f6ad54/raw/425914eeb0e8efb4462b6a727a587c23ffd6671e/Tetrahedral%20Hyperboloid.vZome">Legacy Viewer</a>
</div>
<div>
<a target="_blank" href="/app/classic">Classic new</a>
</div>
<div>
<a target="_blank" href="/app/classic/index.html?design=//raw.githubusercontent.com/vorth/vzome-sharing/main/2021/09/11/10-10-11-rose-olive-bombshell-solid/rose-olive-bombshell-solid.vZome">Classic w/design</a>
</div>
<hr/>
<div>
<a target="_blank" href="/app/inspector">vZome Inspector</a>
</div>
<div>
<a target="_blank" href="/app/inspector/?debug=true">vZome Debugger</a>
</div>
<hr/>
<div>
<a target="_blank" href="/app/browser">GitHub browser</a>
</div>
<div>
<a target="_blank" href="/app/buildplane">Build Plane</a>
</div>
<div>
<a target="_blank" href="/app/59icosahedra">59 Icosahedra</a>
</div>
<div>
<a target="_blank" href="/app/fivecell?debug=true">5-Cell</a>
</div>
<div>
<a target="_blank" href="/app/bhall/basic?debug=true">BHall Basic</a>
</div>
<hr/>
<div>
<a target="_blank" href="./cases/zometool-instructions/">Zometool instructions</a>
</div>
<div>
<a target="_blank" href="./cases/zometool-model/">Zometool model page</a>
</div>
<hr/>
<div>
<a target="_blank" href="./gltf.html">GLTF and VRML</a>
</div>
<hr/>
<div>
<a target="_blank" href="./cases/tweening/">Tweening viewer</a>
</div>
<div>
<a target="_blank" href="./cases/online-preview/">Preview in online format</a>
</div>
<div>
<a target="_blank" href="./cases/labels/">Labels, and missing download source</a>
</div>
<div>
<a target="_blank" href="./cases/github-share-online/">GitHub share</a>
</div>
<div>
<a target="_blank" href="./cases/github-share/">GitHub share (legacy preview)</a>
</div>
<div>
<a target="_blank" href="./cases/legacy-polygon/">Legacy preview with polygons</a>
</div>
<div>
<a target="_blank" href="./cases/indexed-viewer/">Indexed viewer</a>
</div>
<div>
<a target="_blank" href="./cases/indexed-but-no-scenes/">Indexed viewer without scenes</a>
</div>
<div>
<a target="_blank" href="./cases/no-preview/">No preview, with scenes</a>
</div>
<div>
<a target="_blank" href="./cases/with-embedding/">With embedding, online preview</a>
</div>
</body>
</html>