PERHAPS A GIFT VOUCHER FOR MUM?: MOTHER'S DAY

Close Notification

Your cart does not contain any items

Essential Guide to RenderMan® Shading Plugin Development

Understanding Bxdfs

Brad E. Hollister

$140.95   $127.20

Paperback

Not in-store but you can order this
How long will it take?

QTY:

English
APress
23 June 2023
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 ForBeginner 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.

By:  
Imprint:   APress
Country of Publication:   United States
Edition:   1st ed.
Dimensions:   Height: 254mm,  Width: 178mm, 
Weight:   303g
ISBN:   9781484293911
ISBN 10:   1484293916
Pages:   141
Publication Date:  
Audience:   Professional and scholarly ,  Undergraduate
Format:   Paperback
Publisher's Status:   Active
Chapter 1: RenderMan: Its History & Non-Commercial RenderMan● Introduction to RenderMan● RenderMan’s Historical Evolution ● Overview of Monte Carlo Path Tracing● Installing NCR on Linux Machines● Types of RenderMan® Plugins● Procedural Patterns (Textures) via the Open Shading Language (OSL)● Example of a Simple Diffuse BxDF Plugin● Roadmap for the Remaining Book● Summary Chapter 2: What RenderMan Plugins Are Made Of: The C++ Language and Shared Object Files● The C++ Language● Compiling C++ Programs● Args File● Summary Chapter 3: Radiometry & Bi-Directional Scattering Functions● Radiometric Quantities● Definition of the BxDF● Rendering Equation● Differential Solid Angle● Change of Variables● Summary Chapter 4: Monte Carlo Path Tracing, Probability Distribution Functions, & Integrator Plugins● Numerical Integration● Probability Density Functions (PDFs)● Variance for Error Determination ● Importance Sampling● Approximating a PDF for Monte Carlo Integration● Overview of Integrator Plugins● Sample Counts● Rays Traced● Image Accuracy & Error● Summary Chapter 5: The RenderMan (Rix) API ● Important Classes for Shading Plugins● Similarity with RSL’s “Built-In” Variables● Difference Between Opacity and Presence● Official Header File Documentation● Utility Functions● Summary Chapter 6: BxDF Shader Plugin Examples 1: Canonical Examples of Reflection Regimes (BRDFs)● Diffuse Reflection Model● Specular Reflection Model● Cosine Distribution Anisotropic Reflection Model● Combining Models● Summary Chapter 7: BxDF Shader Plugin Examples 2: Advanced Examples of Scattering Regimes (BxDFs)● Fresnel Coefficients● Ward Anisotropy and Other Distributions● Transmission Models● Summary Chapter 8: Debugging Shader Plugins● Configuring Eclipse Project for Shader Development● Using GDB● Using PxrValidateBxDF Integrator for BxDF Plugin Debugging● Summary Chapter 9: The Args File and the Blender RenderMan Addon● Arg File Contents● Adding Variables to Args File● Args File Location● Use with Tools● Summary Chapter 10: Wrapup: Lights & Procedural OSL Pattern (Texture) Generation● Light Plugins● Custom Lights● Other Plugins● Open Shading Language ● Summary & Conclusions

Brad E. Hollister holds a PhD from the University of California Santa Cruz in Computer Science and has extensive software development experience both professionally and in areas of Open Source, including BRL-CAD, VTK, and SCIRun. His research includes scientific visualization, virtual reality simulation for training, and computer graphics. He is also faculty advisor for the Open Source Mozilla Campus Club at the California State University Dominguez Hills. Dr. Hollister has authored the following books: ● Core Blender Development ● A Concise Introduction to Scientific Visualization

See Also