Essential Guide to RenderMan® Shading Plugin Development: Understanding Bxdfs
Autor Brad E. Hollisteren Limba Engleză Paperback – 23 iun 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 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.
Preț: 290.25 lei
Preț vechi: 362.82 lei
-20% Nou
Puncte Express: 435
Preț estimativ în valută:
55.55€ • 58.28$ • 46.08£
55.55€ • 58.28$ • 46.08£
Carte disponibilă
Livrare economică 08-22 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484293911
ISBN-10: 1484293916
Pagini: 141
Ilustrații: IX, 141 p. 42 illus., 25 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.3 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484293916
Pagini: 141
Ilustrații: IX, 141 p. 42 illus., 25 illus. in color.
Dimensiuni: 178 x 254 mm
Greutate: 0.3 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
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.
Notă biografică
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
● Core Blender Development
● A Concise Introduction to Scientific Visualization
Textul de pe ultima copertă
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
Caracteristici
Provides an accessible introduction to writing custom shader plugins (BxDFs) Teaches underlying mathematics of Monte Carlo integration and PDFs needed to write BxDF Describes physical models of well-known BxDFs, visually outlining computations and physical interpretations