-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy patherrata.html
59 lines (50 loc) · 2.39 KB
/
errata.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
<?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><a href="toc.html">Table of Contents</a></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>Errata</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>Errata</h1>
<table summary="" border="0" width="639">
<tr>
<td valign="top">
<p>
<ul>
<li>Chapter 9. Throughout the chapter, urls for files in the BabylonJS GitHub repo should start with <em>https://github.com/BabylonJS/Babylon.js/blob/master/src/</em>, not <em>https://github.com/BabylonJS/Babylon.js/blob/master/Babylon/</em>.</li>
</ul>
</p>
<p>If you find any mistakes in WebGL Insights, please let us know: <em>pjcozzi@siggraph.org</em></p>
</td>
</tr>
</table>
</div>
</body>
</html>