Physically Based Rendering
eBook - PDF

Physically Based Rendering

From Theory to Implementation

  1. 1,056 pages
  2. English
  3. PDF
  4. Available on iOS & Android
eBook - PDF

Physically Based Rendering

From Theory to Implementation

Book details
Table of contents
Citations

About This Book

Rendering is a crucial component of computer graphics— the conversion of a description of a 3D scene into an image for display. Algorithms for animation, geometric modeling, and texturing all must feed their results through some sort of rendering process for the results to be visible in an image. Focusing on realistic images, physically based rendering incorporates ideas from a range of disciplines, including physics, biology, psychology, cognitive science, and mathematics. This book presents the algorithms of modern photorealistic rendering and follows step by step the creation of a complete rendering system. As each new rendering concept is introduced it is also shown implemented in code—there is no better way to understand the subtle and complex process of rendering. The code itself is highly readable, written in the literate programming style that mixes text describing the system with the code that implements it. The result is a stunning achievement in graphics education for students, professionals, and researchers.*CD-ROM with the source code for a complete rendering system for Windows, OS X, & Linux—with many examples of images created by the system throughout the 4 color text
*The code and text are tightly woven together through the technique of literate programming with a unique indexing feature that lists all locations of functions, variables, and methods on the page they are first described
*The most complete guide to understanding, designing, and building a rendering system

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Physically Based Rendering by Matt Pharr,Greg Humphreys in PDF and/or ePUB format, as well as other popular books in Computer Science & Computer Graphics. We have over one million books available in our catalogue for you to explore.

Information

Year
2004
ISBN
9780080538969

Table of contents

  1. Front Cover
  2. Physically Based Rendering: From Theory to Implementation
  3. Copyright Page
  4. Content
  5. Foreword
  6. Preface
  7. CHAPTER 01. INTRODUCTION
  8. CHAPTER 02. GEOMETRY AND TRANSFORMATIONS
  9. CHAPTER 03. SHAPES
  10. CHAPTER 04. PRIMITVES AND INTERSECTION ACCELERATION
  11. CHAPTER 05. COLOR AND RADIOMETRY
  12. CHAPTER 06. CEMERA MODELS
  13. CHAPTER 07. SAMPLING AND RECONSTRUCTION
  14. CHAPTER 08. FILM AND THE IMAGING PIPELINE
  15. CHAPTER 09. REFLECTION MODELS
  16. CHAPTER 10. MATERIALS
  17. CHAPTER 11. TEXTURE
  18. CHAPTER 12. VOLUME SCATTERING
  19. CHAPTER 13. LIGHT SOURCES
  20. CHAPTER 14. MONTE CARLO INTEGRATION I: BASIC CONCEPTS
  21. CHAPTER 15. MONTE CARLO INTEGRATION II: IMPROVING EFFICIENCY
  22. CHAPTER 16. LIGHT TRANSPORT I: SURFACE REFLECTION
  23. CHAPTER 17. LIGHT TRANSPORT II: VOLUME RENDERING
  24. CHAPTER 18. SUMMARY AND CONCLUSION
  25. APPENDIXES
  26. REFERENCES
  27. INDEX
  28. ABOUT THE CD-ROM
  29. COLOPHON