软件工程

本类阅读TOP10

·PHP4 + MYSQL + APACHE 在 WIN 系统下的安装、配置
·Linux 入门常用命令(1)
·Linux 入门常用命令(2)
·使用 DCPROMO/FORCEREMOVAL 命令强制将 Active Directory 域控制器降级
·DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析
·基于ICE方式SIP信令穿透Symmetric NAT技术研究
·Windows 2003网络负载均衡的实现
·一网打尽Win十四种系统故障解决方法
·数百种 Windows 软件的免费替代品列表
·收藏---行百里半九十

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
一本CG重量级巨著Physically Based Rendering : From Theory to Implementation

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站

Physically Based Rendering - From Theory to Implementation Matt Pharr Greg Humphreys Hardcover: 1042 pages ; Dimensions (in inches): 1.91 x 9.38 x 8.26 Publisher: Morgan Kaufmann; Bk&CD-Rom edition (August 4, 2004) ISBN: 012553180X 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. 从没见过这样一本把理论和实践结合如此好的书。这本书,再结合一些open source renderer(aqsis,pixie,toxic...)的源代码,绝对可以在渲染器的编写上再上层楼。一些高级渲染器的特性,如photon mapping/caustics, final gathering, Monte Carlo GI, Irradiance Caching, Volume Rendering 书里用代码作了详尽的解释。利用Plug in, 一些使用这本书的学生还实现了subsurface scattering。书中还提供了大量极具挑战性的编程练习,可以大幅增强书里描述的PBRT的能力。具体见http://pbrt.org/ 个人认为这是继An Introduction to Ray Tracing之后最好的关于ray tracer/GI的书籍。这本书的另外一个特点就是“重”达7磅,全部都是用的铜版纸。这也是CG书籍出版的一个趋势。


相关文章

相关软件