Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

Turning Red © Disney/Pixar

Before After Image Slider
hoverfalse
methodoverlay
width100%
overlayedSlidertrue
leftImageimage_galleries_uuid_ivan_093_ge_7150_before_1057-2560x1090_jpg-85cf29a3-1d6e-404f-bca2-01ad2d6fc2dd
rightImageimage_galleries_uuid_ivan_093_ge_7150_after_1057-2560x1090_jpg-d81ce8c7-d687-47c5-801e-6b8433c51faa

The One and Only Ivan © Disney

Defining the How and What of Space and Color

...

When RenderMan shades a 3D object, you are given the opportunity to refine the location of the final modeled surface in space in displacement shading.
You are then given the tools to refine how an object interacts with light to define its color in material shading.


Image Modified


Displacement and material shading is described to the renderer via networks of interconnected nodes like textures connected to material properties.

...

For advanced users, there are several options for creating your own nodes from scratch, these topics are not covered here and instead can be found in our Developer documentation.


Image Modified


...


Displacement

...

Often, this is where the fine detail that comes from sculpting tools is actually applied to the model.  This is done by taking the surface information from the original model and moving it point-by-point. A Displace shader is the only thing that can perform this modification, but it can be told how much and in which directions to do the modification by networks of Pattern nodes or textures exported from sculpting software.


Image Modified


...


Materials

Materials in RenderMan are often referred to as Bxdf(s). A Bxdf describes the material to the integrator that determines the final rendered look.

...