-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreferences.html
More file actions
102 lines (91 loc) · 6.65 KB
/
references.html
File metadata and controls
102 lines (91 loc) · 6.65 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>References — Reborn Wings</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<header class="site-header">
<nav class="navbar navbar-expand-lg navbar-dark px-3">
<div class="container-fluid">
<a class="navbar-brand d-flex align-items-center" href="index.html">
<span class="logo-mark"><span class="logo-wing logo-wing--l"></span><span class="logo-body"></span><span class="logo-wing logo-wing--r"></span></span>
<span class="logo-text"><span class="logo-text__title">Reborn<span class="accent">Wings</span></span><span class="logo-text__strap">Built for war. Restored for joy.</span></span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mainNav"><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Showroom</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
<li class="nav-item"><a class="nav-link" href="originality.html">Originality</a></li>
<li class="nav-item"><a class="nav-link" href="sitemap.html">Site Map</a></li>
<li class="nav-item"><a class="nav-link active" href="references.html">References</a></li>
<li class="nav-item"><a class="nav-link" href="submission.html">Submission</a></li>
</ul>
</div>
</div>
</nav>
</header>
<main class="page-content">
<h1>References</h1>
<h2>Libraries and frameworks</h2>
<ol>
<li>Cabello, R. <em>et al.</em> (2010–2026). <em>Three.js</em> (Version r160) [JavaScript library]. <a href="https://threejs.org/">https://threejs.org/</a></li>
<li>Bootstrap Team (2024). <em>Bootstrap 5.3.3</em> [CSS / JS framework]. <a href="https://getbootstrap.com/">https://getbootstrap.com/</a></li>
<li>jQuery Foundation (2024). <em>jQuery 3.7.1</em>. <a href="https://jquery.com/">https://jquery.com/</a></li>
<li>Bootstrap Team (2024). <em>Bootstrap Icons 1.11.3</em>. <a href="https://icons.getbootstrap.com/">https://icons.getbootstrap.com/</a></li>
<li>Donovan Keith (2024). <em>@gltf-transform/cli</em> (Version 4.3). <a href="https://gltf-transform.dev/">https://gltf-transform.dev/</a></li>
</ol>
<h2>Three.js documentation & examples consulted</h2>
<ol start="6">
<li>Three.js docs — <em>WebGLRenderer, GLTFLoader, AnimationMixer, OrbitControls</em>. <a href="https://threejs.org/docs/">https://threejs.org/docs/</a></li>
<li>Three.js post-processing example — <em>UnrealBloomPass</em>. <a href="https://threejs.org/examples/?q=bloom">https://threejs.org/examples/?q=bloom</a></li>
<li>Three.js GLTF animation example. <a href="https://threejs.org/examples/?q=gltf">https://threejs.org/examples/?q=gltf</a></li>
</ol>
<h2>Shader & graphics theory</h2>
<ol start="9">
<li>Patricio Gonzalez Vivo & Jen Lowe. <em>The Book of Shaders</em>. <a href="https://thebookofshaders.com/">https://thebookofshaders.com/</a></li>
<li>Bruno Simon. <em>Three.js Journey</em> — chapters on shaders and post-processing (reference reading). <a href="https://threejs-journey.com/">https://threejs-journey.com/</a></li>
<li>Akenine-Möller, T., Haines, E. & Hoffman, N. (2018). <em>Real-Time Rendering</em>, 4th ed. CRC Press. (Fresnel approximations consulted for shader.)</li>
</ol>
<h2>Standards & specifications</h2>
<ol start="12">
<li>Khronos Group. <em>glTF 2.0 Specification</em>. <a href="https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html">https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html</a></li>
<li>Khronos Group. <em>EXT_texture_webp glTF extension</em>. <a href="https://github.com/KhronosGroup/glTF/blob/main/extensions/2.0/Khronos/EXT_texture_webp/README.md">https://github.com/KhronosGroup/glTF/.../EXT_texture_webp</a></li>
<li>W3C / WAI. <em>Web Content Accessibility Guidelines (WCAG) 2.2</em>. <a href="https://www.w3.org/TR/WCAG22/">https://www.w3.org/TR/WCAG22/</a></li>
<li>MDN Web Docs. <em>Web Audio API</em>. <a href="https://developer.mozilla.org/docs/Web/API/Web_Audio_API">https://developer.mozilla.org/docs/Web/API/Web_Audio_API</a></li>
</ol>
<h2>Tooling</h2>
<ol start="16">
<li>Blender Foundation (2026). <em>Blender 4.x</em>. <a href="https://www.blender.org/">https://www.blender.org/</a></li>
<li>Visual Studio Code — code editor. <a href="https://code.visualstudio.com/">https://code.visualstudio.com/</a></li>
</ol>
<h2>Audio assets</h2>
<ol start="18">
<li>kalsstockmedia (2024). <em>Small Propeller Plane Flyby</em> [Sound effect]. Pixabay
Content Licence (free for commercial use, no attribution required).
<a href="https://pixabay.com/sound-effects/film-special-effects-small-propeller-plane-flyby-341994/">https://pixabay.com/sound-effects/film-special-effects-small-propeller-plane-flyby-341994/</a></li>
</ol>
<h2>Module materials</h2>
<ol start="19">
<li>University of Sussex (2026). <em>Interactive 3D App</em> module lab notes and tutorial videos.
Internal Canvas materials, Spring 2026.</li>
</ol>
<h2>Historical references for the depicted aircraft</h2>
<ol start="20">
<li>Gruenhagen, R. W. (1980). <em>Mustang: The Story of the P-51 Fighter</em>. Arco Publishing.</li>
<li>Caldwell, D. & Muller, R. (2007). <em>The Luftwaffe over Germany: Defense of the Reich</em>. Greenhill Books. (Bf 109 service history.)</li>
<li>Gordon, Y. & Khazanov, D. (1998). <em>Yakovlev's Piston-Engined Fighters</em>. Midland Publishing. (Yak-3 design history.)</li>
<li>Imperial War Museum (2024). <em>WWII Fighters — restored airworthy aircraft</em>. <a href="https://www.iwm.org.uk/">https://www.iwm.org.uk/</a></li>
<li>The Fighter Collection / Duxford (2024). Public records of airshow displays for restored P-51, Bf 109 (Buchón) and Yak-3 reproductions.</li>
</ol>
</main>
<footer class="site-footer py-3 text-center small">
© 2026 Reborn Wings
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>