-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (26 loc) · 870 Bytes
/
index.html
File metadata and controls
33 lines (26 loc) · 870 Bytes
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
<html>
<head>
<title> Velosiped_3D WebGL 3D Engine</title>
<style>
html {
overflow: hidden;
}
</style>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body style='margin:10px'>
<div id=root>
<p><a href="glTF/main_basic/index.html">basic</a></p>
<p><a href="glTF/main_sparce/">sparce</a></p>
<p><a href="glTF/main_mesh/index.html">mesh</a></p>
<p><a href="glTF/main_phong/index.html">phong</a></p>
<p><a href="glTF/main_anim/index.html">anim</a></p>
<p><a href="glTF/main_Camera/index.html">camera</a></p>
<p><a href="glTF/main_morpth/">morpth</a></p>
<p><a href="glTF/main_skin/">skin</a></p>
<p><a href="glTF/main_Loader/index.html">LOADER</a></p>
</div>
<div id=test6>
</div>
</body>
</html>