RayTraceGroundUp icon indicating copy to clipboard operation
RayTraceGroundUp copied to clipboard

is this book outdated these days?

Open wenxiwu777 opened this issue 6 years ago • 3 comments

Hi, If I have nothing background in Computer Graphics but I really am interested in it, Should I read this book? Ray tracing from the ground up? I've heard a lot online, say this one is outdated, like the Phone render model is used, I am just wondering: should I read the PBRT directly ??? What's your opinion ?

wenxiwu777 avatar Oct 21 '18 07:10 wenxiwu777

Hi Placido, sorry for late reply. I'd like to say that PBRT should not be the first choice for a beginner, because it may be too complex for beginner, even though it contains much more up-to-date algorithms. On the other hand, I don't think the book, Ray tracing from the ground up (RTGU), is outdated. As you mentioned some reflection models, like Phong, seems to be too simple now, but I think of them as the basis of state-of-the-art models. The most important reason for recommending RTGU is that it's easy to understand and readers can build basic concepts of computer graphics through the book.

libingzeng avatar Nov 06 '18 03:11 libingzeng

In my opinion, the program structure of this book is very good and can be used as a project of your development architecture.The basics of the book, the first twelve chapters, are pretty good.I analyzed the book from a code perspective.

qinzhiqiang163 avatar Nov 06 '18 03:11 qinzhiqiang163

Thank your for you both, your answers are helpful. My plan is to read this book throughly first then try to integrate some state-of-art features from PBRT into the framework of RTGU like oren-ayar model for lambertain and change its lighting model to cook to see if it really works.

wenxiwu777 avatar Nov 07 '18 10:11 wenxiwu777