-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathtoc.html
251 lines (236 loc) · 6.62 KB
/
toc.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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WebGL Insights</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-62287147-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="page">
<a href="index.html"><img class="title" src="images/strip.png" width="639" height="140" alt="WebGL Insights" /></a>
<table summary="" border="0" width="630">
<tr align="center" class="sitemap">
<td><a href="index.html">Home</a></td>
<td><a href="cover.html">Cover</a></td>
<td>Table of Contents</td>
<td><a href="tips.html">Tips</a></td>
<td><a href="contributors.html">Contributors</a></td>
<td><a href="reviews.html">Reviews</a></td>
<td><a href="bibtex.html">BibTeX</a></td>
<td><a href="errata.html">Errata</a></td>
<td><a href="https://github.com/WebGLInsights/WebGLInsights-1" target="_blank">Code</a></td>
<td><a href="http://webglinsights.blogspot.com/" target="_blank">Blog</a></td>
<td><a href="http://www.amazon.com/gp/product/1498716075/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1498716075&linkCode=as2&tag=virtua06a-20&linkId=YQKMB2RHXIYRZKJ5" target="_blank">Buy</a><img src="http://ir-na.amazon-adsystem.com/e/ir?t=virtua06a-20&l=as2&o=1&a=1498716075" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /></td>
</tr>
</table>
<h1>Table of Contents</h1>
<table summary="" border="0" width="639">
<tr class="spaceUnder">
<td colspan="2" class="sectionName">
<span>I.</span> WebGL Implementations
</td>
</tr>
<tr class="spaceUnder">
<td>
1. <em>ANGLE: A Desktop Foundation for WebGL</a></em>
<br />
Nicolas Capens and Shannon Woods
</td>
</tr>
<tr class="spaceUnder">
<td>
2. <em>Mozilla's Implementation of WebGL</a></em>
<br />
Benoit Jacob, Jeff Gilbert, and Vladimir Vukicevic
</td>
</tr>
<tr class="spaceUnder">
<td>
3. <em>Continuous Testing of Chrome's WebGL Implementation </a></em>
<br />
Kenneth Russell, Zhenyao Mo, and Brandon Jones
</td>
</tr>
<tr class="spaceUnder">
<td colspan="2" class="sectionName">
<span>II.</span> Moving to WebGL
</td>
</tr>
<tr class="spaceUnder">
<td>
4. <em>Getting Serious with JavaScript</a></em>
<br />
Matthew Amato and Kevin Ring
</td>
</tr>
<tr class="spaceUnder">
<td>
5. <em>Emscripten & WebGL</a></em>
<br />
Nick Desaulniers
</td>
</tr>
<tr class="spaceUnder">
<td>
6. <em>Data Visualization with WebGL: from Python to JavaScript</a></em>
<br />
Cyrille Rossant and Almar Klein
</td>
</tr>
<tr class="spaceUnder">
<td>
7. <em>Teaching an Introductory Computer Graphics Course with WebGL</a></em>
<br />
Ed Angel and Dave Shreiner
</td>
</tr>
<tr class="spaceUnder">
<td colspan="2" class="sectionName">
<span>III.</span> Mobile
</td>
</tr>
<tr class="spaceUnder">
<td>
8. <em>Bug-Free and Fast Mobile WebGL</a></em>
<br />
Olli Etuaho
</td>
</tr>
<tr class="spaceUnder">
<td colspan="2" class="sectionName">
<span>IV.</span> Engine Design
</td>
</tr>
<tr class="spaceUnder">
<td>
9. <em>WebGL Engine Design in Babylon.js</a></em>
<br />
David Catuhe
</td>
</tr>
<tr class="spaceUnder">
<td>
10. <em>Rendering Optimizations in the Turbulenz Engine</a></em>
<br />
David Galeano
</td>
</tr>
<tr class="spaceUnder">
<td>
11. <em>Performance and Rendering Algorithms in Blend4Web</a></em>
<br />
Alexander Kovelenov, Evgeny Rodygin, and Ivan Lyubovnikov
</td>
</tr>
<tr class="spaceUnder">
<td>
12. <em>Sketchfab Material Pipeline: From File Variations to Shader Generation</a></em>
<br />
Cedric Pinson and Paul Cheyrou-Lagrèze
</td>
</tr>
<tr class="spaceUnder">
<td>
13. <em>glslify: A module system for GLSL</a></em>
<br />
Chris Dickinson, Hugh S. Kennedy, Mikola Lysenko, and Matt DesLauriers
</td>
</tr>
<tr class="spaceUnder">
<td>
14. <em>Budgeting Frame Time</a></em>
<br />
Philip Rideout
</td>
</tr>
<tr class="spaceUnder">
<td colspan="2" class="sectionName">
<span>V.</span> Rendering
</td>
</tr>
<tr class="spaceUnder">
<td>
15. <em>Deferred Shading in Luma</a></em>
<br />
Nicholas Brancaccio
</td>
</tr>
<tr class="spaceUnder">
<td>
16. <em>HDR Image-Based Lighting on the Web</a></em>
<br />
Jeff Russell
</td>
</tr>
<tr class="spaceUnder">
<td>
17. <em>Real-Time Volumetric Lighting for WebGL</a></em>
<br />
Muhammad Mobeen Movania and Lin Feng
</td>
</tr>
<tr class="spaceUnder">
<td>
18. <em>Terrain Geometry - LOD Adapting Concentric Rings</a></em>
<br />
Florian Bösch
</td>
</tr>
<tr class="spaceUnder">
<td colspan="2" class="sectionName">
<span>VI.</span> Visualization
</td>
</tr>
<tr class="spaceUnder">
<td>
19. <em>Data Visualization Techniques with WebGL</a></em>
<br />
Nicolas Garcia Belmonte
</td>
</tr>
<tr class="spaceUnder">
<td>
20. <em>hare3d - Rendering Large Models in the Browser</a></em>
<br />
Christian Stein, Max Limper, Maik Thoener and Johannes Behr
</td>
</tr>
<tr class="spaceUnder">
<td>
21. <em>The BrainBrowser Surface Viewer: WebGL-based Neurological Data Visualization</a></em>
<br />
Tarek Sherif
</td>
</tr>
<tr class="spaceUnder">
<td colspan="2" class="sectionName">
<span>VII.</span> Interaction
</td>
</tr>
<tr class="spaceUnder">
<td>
22. <em>Usability of WebGL Applications</a></em>
<br />
Jacek Jankowski
</td>
</tr>
<tr class="spaceUnder">
<td>
23. <em>Designing Cameras for WebGL Applications</a></em>
<br />
Diego Cantor-Rivera and Kamyar Abhari
</td>
</tr>
</table>
</div>
</body>
</html>