Is there a really good book about ray tracing? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-03 13:46:24

Pharr and Humphreys, "Physically Based Rendering", Morgan-Kaufman 2004

Wann Jensen, "Realistic Image Synthesis Using Photon Mapping", AK Peters, 2001

Dutré, Bala, and Baekert, "Advanced Global Illumination", AK Peters, 2006

I can recommend Physically Based Rendering by Pharr and Humphreys, which includes a full renderer written in C++ using literature programming methods.

MrTelly

Not a book, but the place where I learnt all about ray tracing - Persistence of Vision (POV).

hevele

Ray Tracing from the Ground Up

Fundamental Computer Graphics

These two are great. They made me learn from nothing.

Also when you get involved in ray tracing, I recommend you to use Pharr's book. But that book is a little advanced for a starter.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!