-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
72 lines (60 loc) · 3.29 KB
/
index.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
<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>3D Engine Design for Virtual Globes</h1>
<table summary="" border="0">
<tr>
<td valign="top" width="450">
<a href="http://www.seas.upenn.edu/~pcozzi/">Patrick Cozzi</a> and <a href="http://www.kotachrome.com/kevin/">Kevin Ring</a><br />
<a href="http://www.akpeters.com/">A K Peters</a>/<a href="http://www.crcpress.com/">CRC Press</a><br />
June 2011
<ul>
<li>Look inside:
<ul>
<li>Detailed <a href="TOC.pdf">table of contents</a></li>
<li>Chapter 1: <a href="3DEngineDesignForVirtualGlobesChapter1.pdf">Introduction</a></li>
<li>Section 3.1: <a href="3DEngineDesignForVirtualGlobesSection31.pdf">The Need for a Renderer</a></li>
<li>Section 4.3: <a href="3DEngineDesignForVirtualGlobesSection43.pdf">GPU Ray Casting</a></li>
<li>Section 12.1: <a href="3DEngineDesignForVirtualGlobesSection121.pdf">Level of Detail</a></li>
<li>All samples in one <a href="3DEngineDesignForVirtualGlobesAllSamples.pdf">pdf</a></li>
</ul>
</li>
<li><a href="Under_the_Hood_of_Virtual_Globes.pdf">Under the Hood Of Virtual Globes</a> course slides (based on our book) from <a href="http://www.com-geo.org/">COM.Geo</a> 2011</li>
<li>Order it 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>
</ul>
<p>We welcome your comments: <a href="mailto:authors@virtualglobebook.com">authors@virtualglobebook.com</a>.</p>
</td>
<td valign="top" width="180">
<a imageanchor="1" target="_blank" href="http://www.amazon.com/3D-Engine-Design-Virtual-Globes/dp/1568817118?ie=UTF8&tag=virtua06a-20&link_code=bil&camp=213689&creative=392969"><img align="right" alt="3D Engine Design for Virtual Globes" src="virtualglobebook.jpg" style="border:2px solid white;" /></a>
</td>
</table>
</body>
</html>