-
Notifications
You must be signed in to change notification settings - Fork 10
/
reviews.html
59 lines (45 loc) · 2.04 KB
/
reviews.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
<html>
<head>
<title>3D Engine Design for Virtual Globes</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16048240-4']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<img src="strip.png" width="630" height="95" alt="3D Engine Design for Virtual Globes Cover" />
<table summary="" border="0" width="630">
<tr align="center">
<td><a href="index.html">Home</a></td>
<td><a href="toc.html">TOC</a></td>
<td><a href="backcover.html">Back Cover</a></td>
<td><a href="reviews.html">Reviews</a></td>
<td><a href="code.html">Code</a></td>
<td><a href="figures.html">Figures</a></td>
<td><a href="bibliography.html">Bibliography</a></td>
<td><a href="bibtex.html">BibTeX</a></td>
<td><a href="errata.html">Errata</a></td>
<td><a href="http://blog.virtualglobebook.com/">Blog</a></td>
</tr>
</table>
<h1>Reviews</h1>
<table summary="" border="0" width="630">
<tr><td>
<ul>
<li>Reviews on <a href="http://www.amazon.com/3D-Engine-Design-Virtual-Globes/dp/1568817118?ie=UTF8&tag=virtua06a-20&link_code=btl&camp=213689&creative=392969">Amazon</a></li>
<li><a href="http://www.beyond3d.com/content/news/785">Beyond3D</a> - October 2011</li>
<li><a href="http://www.geeks3d.com/20110803/programming-book-review-3d-engine-design-for-virtual-globes-opengl/">Geeks3D</a> - August 2011</li>
<li><a href="http://outerra.blogspot.com/2011/07/book-3d-engine-design-for-virtual.html">Outerra Blog</a> - July 2011</li>
</ul>
<p>Please email us if you know of other reviews: <a href="mailto:[email protected]">[email protected]</a>.</p>
</td></tr>
</table>
</body>
</html>