Product details:
ISBN13: | 9781484293911 |
ISBN10: | 1484293916 |
Binding: | Paperback |
No. of pages: | 141 pages |
Size: | 254x178 mm |
Weight: | 303 g |
Language: | English |
Illustrations: | 17 Illustrations, black & white; 25 Illustrations, color |
564 |
Category:
Essential Guide to RenderMan? Shading Plugin Development
Understanding Bxdfs
Edition number: 1st ed.
Publisher: Apress
Date of Publication: 23 June 2023
Number of Volumes: 1 pieces, Book
Normal price:
Publisher's listprice:
EUR 64.19
EUR 64.19
Your price:
21 891 (20 849 HUF + 5% VAT )
discount is: 20% (approx 5 473 HUF off)
Discount is valid until: 31 December 2024
The discount is only available for 'Alert of Favourite Topics' newsletter recipients.
Click here to subscribe.
Click here to subscribe.
Availability:
Estimated delivery time: In stock at the publisher, but not at Prospero's office. Delivery time approx. 3-5 weeks.
Not in stock at Prospero.
Can't you provide more accurate information?
Not in stock at Prospero.
Short description:
Understand the fundamentals of Bxdf plugins for RenderMan? 21+, both the technical details and API architecture. The main goal of the book is to enable technical artists, hobbyists, and students in using the noncommercial (NCR), free RenderMan? edition. RenderMan? is an industry standard for rendering software. It has been used for every Pixar film to date and numerous other projects. RenderMan? 21, and all subsequent versions, use Monte Carlo path tracing. This change has necessitated the use of C++ plugins in place of the RenderMan Shader Language (RSL). Because of this, writing Bxdfs now requires knowledge of Monte Carlo integration, probability density functions, and the RenderMan? C++ API. Essential Guide to RenderMan? Shading Plugin Development specifically addresses writing RenderMan? C++ materials. It explores the mathematical models of representative Bxdfs while drawing parallels, when helpful, to earlier RSL implementations. It also includes an overview of Integrators, providing further context for modern RenderMan? programmable shading. What You Will Learn- C++ development for Bxdfs
- Fundamentals of the rendering equation
- Monte Carlo integration
- C++ development for Bxdfs
- Fundamentals of the rendering equation
- Monte Carlo integration
Long description:
Understand the fundamentals of Bxdf plugins for RenderMan? 21+, both the technical details and API architecture. The main goal of the book is to enable technical artists, hobbyists, and students in using the noncommercial (NCR), free RenderMan? edition.
RenderMan? is an industry standard for rendering software. It has been used for every Pixar film to date and numerous other projects. RenderMan? 21, and all subsequent versions, use Monte Carlo path tracing. This change has necessitated the use of C++ plugins in place of the RenderMan Shader Language (RSL). Because of this, writing Bxdfs now requires knowledge of Monte Carlo integration, probability density functions, and the RenderMan? C++ API.
Essential Guide to RenderMan? Shading Plugin Development specifically addresses writing RenderMan? C++ materials. It explores the mathematical models of representative Bxdfs while drawing parallels, when helpful, to earlier RSL implementations. It also includes an overview of Integrators, providing further context for modern RenderMan? programmable shading.
What You Will Learn
- C++ development for Bxdfs
- Fundamentals of the rendering equation
- Monte Carlo integration
Who Is This Book For
Beginner plugin writers for RenderMan?, such as technical artists, students, or hobbyists who may already have experience with RSL or another shader language. More experienced C++ developers without knowledge of RenderMan? or Monte Carlo path tracing will benefit from the content as well. While some prior experience in computer graphics is helpful, the book provides background and references for further study.
Table of Contents:
Chapter 1: Overview, Brief Contextual History, and Pixar's Non-Commercial RenderMan.- Chapter 2: What RenderMan Plugins Are Made Of: C++ Language and Shared Object Files.- Chapter 3: Radiometry and Bi-Directional Scattering Functions.- Chapter 4: Monte Carlo integration and Global Integrators.- Chapter 5: The RenderMan (Rix) API.- Chapter 6: Canonical Scattering Regimes for Bxdf.- Chapter 7: Developing and Debugging Bxdf.- Chapter 8: PDF Normalization, Sampling, and Anisotropic Bxdf.- Conclusion.