Physically Based Rendering, 2nd Edition describes both the mathematical theory behind a modern photorealistic rendering system as well as its practical implementation. A method - known as 'literate programming'- combines human-readable documentation and source code into a single reference that is specifically designed to aid comprehension. The result is a stunning achievement in graphics education. Through the ideas and software in this book, you will learn to design and employ a full-featured rendering system for creating stunning imagery.
"Physically Based Rendering is a terrific book. It covers all the marvelous math, fascinating physics, practical software engineering, and clever tricks that are necessary to write a state-of-the-art photorealistic renderer. All of these topics are dealt with in a clear and pedagogical manner without omitting the all-important practical details."--Per Christensen Senior Software Developer, RenderMan Products Pixar Animation Studios
"Intended for graduate or advanced undergraduate students in a computer graphics course, this large volume provides a comprehensive examination of complex rendering algorithms and demonstrates, through detailed examination of source code and example projects, the practical development and application of cutting edge image creation and processing software. This second edition is updated to reflect current technologies and contains updated information on relevant recent hardware improvements such as advanced multi-core processors as well as an increased focus on production graphics techniques. The text includes numerous illustrations, code examples, and formulas as well as recommendations for further reading and chapter exercises. Pharr is a principle engineer for Intel and Humphreys is an engineer for NVIDIA and a former professor of computer science at the University of Virginia."--SciTech Book News
"Pharr and Humphreys' textbook is beautifully typeset, thoroughly indexed, unendingly cross-referenced, extensively illustrated, and printed in full color. Given its unconventional preparation style, this textbook stands out because of its descriptions of the tradeoffs involved in developing a complete working renderer. Although somewhat verbose at times, the discussions of design tradeoffs and performance considerations are an excellent complement to the more traditional coverage of the theory behind photorealistic rendering. C++ idioms sometimes get in the way of more elegant solutions, but their use is always reasonably justified. If you are just looking for a general introduction to image synthesis and rendering, standard graphics textbooks [2] might fit the bill; however, if you intend to develop your own renderer or try out new ideas, this textbook provides an excellent starting point."--Computing Reviews.com
登録情報
|
本書は、今までの CG 教科書には無かったであろう、クヌースの提唱する文芸的プログラミングのスタイルを取っている点が他書との大きな違いである。
多くの CG~~ 教科書では、実際のプログラムの仕方ではなく理論を主に説明している。そのため、それらの教科書を元に実際にレンダラをプログラム言語で書こうとしたときに、ハタとどうプログラムを組めばよいか戸惑ってしまう。
それに対し本書では、理論を説明すると同時に、その C++~~ 言語による実装も示すようになっている。理論やプログラムの実装はステップバイステップ形式でやさしくしっかりと行なわれる。最後まで読めば、レンダラプログラム一式が完成しレンダリングの知識も身に付く、という仕組みである。もちろん付録 CD~~ にはすでに完成形のプログラムソースコードが収録されている。
本書で取り扱っている内容は、基礎的なレイトレーシングから、近年のレンダリング手法の主流であるフォトンマッピングやパストレーシングなどの光の物理的な振る舞いを正確に取り扱うアルゴリズムまで、広範囲に渡っている。
本書は英語であるが、内容はやさしく図も豊富であるので、理解~~するのはそれほど困難ではないだろう。
映画や TV などに用いられている写実的な 3D CG~~ レンダリング画像を、最終的に自分の書いたプログラムで作成することができるようになるのを思えば、本書で理論とプログラムを学ぶ楽しみが自然と湧いてくるであろう。
これからレンダラを勉強したい・書いてみたいという初心者にオススメである。また、中級者・上級者には今一度自分の知識やプログラムをレビューし、復習しなおすのにも役に立つだろう。~
|
|
|