书籍 Physically Based Rendering的封面

Physically Based Rendering

Matt Pharr

出版时间

2004-08-17

ISBN

9780125531801

评分

★★★★★
书籍介绍

From movies to video games, computer-rendered images are pervasive today. Physically Based Rendering introduces the concepts and theory of photorealistic rendering hand in hand with the source code for a sophisticated renderer. By coupling the discussion of rendering algorithms with their implementations, Matt Pharr and Greg Humphreys are able to reveal many of the details and subtleties of these algorithms. But this book goes further; it also describes the design strategies involved with building real systems—there is much more to writing a good renderer than stringing together a set of fast algorithms. For example, techniques for high-quality antialiasing must be considered from the start, as they have implications throughout the system. The rendering system described in this book is itself highly readable, written in a style called literate programming that mixes text describing the system with the code that implements it. Literate programming gives a gentle introduction to working with programs of this size. This lucid pairing of text and code offers the most complete and in-depth book available for understanding, designing, and building physically realistic rendering systems.

用户评论
没啥说的,给六星。博大精深,深入浅出,不像《advanced global illumination》那么偏理论,但该点到的都点到了,比较符合工程师们的口味。不过我个人觉得实现细节说得有点啰嗦。 貌似第二版加了一些比较重要的东西,比如Metropolis Light Transport,Subsurface scattering,球谐光照等等,能读最新版的同学们不要错过哦~
GSoc逼我把这本书刷了一遍。 期待第二版
第一版大概翻了一下,于是毅然精读第二版。
Matte Pharr, renderman开发团队骨干, 这本书应该叫关于实现renderman的一切,语言轻松,逻辑清晰,叙述详细,代码易懂.这本书就是个渲染器. 由于是04年出的. 很多技术可能已经落伍了. 它从noval变成了classical 如果你想写渲染器,这是第一本书.
High end rendering technology强力推荐。