-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcredits.html
More file actions
23 lines (17 loc) · 880 Bytes
/
credits.html
File metadata and controls
23 lines (17 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Credits</title>
</head>
<body>
<h2>Credits for example models used</h2>
<a href="https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/2.0/Duck/glTF-Binary">Duck, Khronos Group</a><p>
<a href="https://github.com/google/model-viewer/blob/master/packages/shared-assets/models/Astronaut.glb">Astronaut, Google/model-viewer</a><p>
<a href="https://github.com/KhronosGroup/glTF-Sample-Models/blob/master/1.0/2CylinderEngine/glTF-Binary">2 Cylinder Engine, Khronos Group</a><p>
<a href="https://github.com/google/model-viewer/blob/master/packages/shared-assets/models/RobotExpressive.glb">Robot Expressive, Google/model-viewer<p>
Other graphics are own work.<p>
<a href="https://ma4096.github.io">Return to index</a>
</body>
</html>