© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2023
B. E. HollisterEssential Guide to RenderMan® Shading Plugin Developmenthttps://doi.org/10.1007/978-1-4842-9392-8_2

2. What RenderMan Plugins Are Made Of: C++ Language and Shared Object Files

Brad E. Hollister1  
(1)
Carson, CA, USA
 

This chapter’s goal is to introduce the reader to the programming language of shading plugins. The reader is shown how to build plugins for the RenderMan server and where plugins are loaded from.1

The C++ Language

Before we can delve into Bxdf plugin examples, we need to cover some preliminaries about the C++ language, as RenderMan shader plugins are written in C++ (and not like RSL,2 which was its own distinct programming language). ...

Get Essential Guide to RenderMan® Shading Plugin Development: Understanding Bxdfs now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.