-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathfigures.html
106 lines (106 loc) · 5.39 KB
/
figures.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Real-Time Rendering Figures - 4th Edition</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="rtr4.css" type="text/css" />
<style>
.thumbnail
{
display : inline-block;
width : 340px;
height : 260px;
margin : 10px;
text-align : center;
border : 2px solid #069;
border-radius : 5px;
cursor : pointer;
}
.thumbnail:hover
{
box-shadow : inset 0px 0px 10px 5px rgba(0, 102, 153, 0.25);
}
.thumbnail > .img_center
{
display : inline-block;
height : 100%;
vertical-align : middle;
}
.thumbnail > img
{
vertical-align : middle;
max-width : 320px;
max-height : 240px;
}
</style>
<script src="jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="blazy.min.js" type="text/javascript"></script>
<script src="figure_data_extended.js" type="text/javascript"></script>
<script src="figures.js" type="text/javascript"></script>
</head>
<body>
<div id="wrapper">
<div id="header">
<div id="rtr3-header-image">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#10304B">
<td>
<a href="http://www.realtimerendering.com/blog">
<img src="rtr-header.png" alt="Header image" width="410" height="106" />
</a>
</td>
</tr>
</table>
</div>
<div id="navigation" class="clearfix">
<ul class="primary">
<li><a href="http://www.realtimerendering.com/blog/" rel="home">Blog</a></li>
<li><a title="Recommended books" href="http://www.realtimerendering.com/books.html">Graphics Books</a></li>
<li><a title="Object / object intersection page" href="http://www.realtimerendering.com/intersections.html">Intersections</a></li>
<li><a title="Sites we like" href="http://www.realtimerendering.com/portal.html">Portal</a></li>
<li><a title="Ray Tracing Resources" href="raytracing.html">Ray tracing</a></li>
<li><a title="Main resources page" href="http://www.realtimerendering.com/index.html">Resources</a></li>
<li><a title="WebGL/three.js Resources" href="http://www.realtimerendering.com/webgl.html">WebGL</a></li>
</ul>
</div>
</div>
<div id="content" class="clearfix">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="pageName"><i>Real-Time Rendering, 4th Edition</i> Figures</td>
</tr>
<tr>
<td valign="top"><img src="spacer.gif" alt="" height="6" border="0"></td>
</tr>
<tr>
<td class="bodyText">
<P>This page is a gallery of over 400 figures from the book "Real-Time Rendering," by Tomas Akenine-Möller, Eric Haines, Naty Hoffman, Angelo Pesce, Michał Iwanicki, and Sébastien Hillaire, 1200 pages, from <a href="https://www.crcpress.com/">A K Peters/CRC Press</a>, ISBN-13: 978-1138627000, ISBN-10: 1138627003, 2018. See <a href="http://www.realtimerendering.com">the book's website</a> for more information.
<P>You can click a thumbnail to see the full-sized image and download it. You can download this page and all the figures from:
<P> <B><a href="http://realtimerendering.com/RealTimeRendering4_figures.zip">http://realtimerendering.com/RealTimeRendering4_figures.zip</a></B>
<P>These figures from the book are copyright CRC Press. We have provided these images for use under <a href="http://en.wikipedia.org/wiki/Fair_use">United States Fair Use doctrine</a> (or similar laws of other countries), e.g., by professors for use in their classes; see <a href="http://www.realtimerendering.com/blog/our-books-figures-now-downloadable-for-fair-use/">our blog entry</a>. All figures in the book are not included; those created by the authors (directly, or by use of free demonstration programs or web demos), from public sources (e.g., NASA), or from sources which have been cleared for inclusion are available here. See the corresponding figure in the book to see the full credit, if any. Other images in the book may be reused under Fair Use, but are not part of this collection.
<P>Some images in the book are from live demos that run in your browser. See the <a href="http://www.realtimerendering.com/index.html#toc">resources page</a> - these demos are usually listed first for each section.
<P>It is good practice to acknowledge the sources of any images reused, e.g., the book's name or a link to <a href="http://www.realtimerendering.com">http://www.realtimerendering.com</a> would be useful to students. If you have questions about reuse, please contact us.
<P><I>(thanks to <a href="https://twitter.com/pixnblox">Mauricio Vives</a> for designing this page.)</I>
<div id="gallery"></div>
</td>
</tr>
<tr>
<td valign="top"><img src="spacer.gif" alt="" height="1" border="0"></td>
<br /></td>
</tr>
</table>
</table>
</div>
<div id="footer" class="clearfix">
<ul>
<li>Contacts:</li>
<li><a href="mailto:[email protected]">Tomas</a></li>
<li><a href="mailto:[email protected]">Eric</a></li>
<li><a href="mailto:[email protected]">Naty</a></li>
</ul>
</div>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/f2bf09f8/cloudflare-static/email-decode.min.js"></script></body>
</html>