Book Image

Blender 3D: Designing Objects

By : Romain Caudron, Pierre-Armand Nicq, Enrico Valenza
Book Image

Blender 3D: Designing Objects

By: Romain Caudron, Pierre-Armand Nicq, Enrico Valenza

Overview of this book

Blender is a powerful, stable tool with an integral workflow that will allow you to understand 3D creation with ease. With its integrated game engine and use of the Python language, it is an efficient choice for many productions, including 3D animated or live action films, architecture, research, and even game creation. Blender has an active community that contributes to expanding its functionalities. Today, it is used in many professional products and by many companies. Throughout Blender for Designers, you will create many types of complete projects using a step-by-step approach. Start by getting to know the modeling tools available in Blender to create a 3D robot toy, and discover more advanced techniques such as sculpting and retopology by creating an alien character. Move on in the second module to engage with the workflow used to create characters. Run through the process from modeling to the rendering stages, using the tools of the latest official release of Blender. The last module will teach you how to utilize the power of the Blender series to create a wide variety of materials, textures, and effects using the Cycles rendering engine. You will learn about node-based shader creation, and master Cycles through step-by-step, recipe-based advice. Start small by rendering the textures of stones and water, then scale things up to massive landscapes of mountains and oceans. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: •Blender 3D By Example By Romain Caudron and Pierre-Armand Nicq •Blender 3D Cookbook By Enrico Valenza •Blender Cycles: Materials and Textures Cookbook - Third Edition By Enrico Valenza
Table of Contents (6 chapters)
4
Bibliography
5
Index

Chapter 7. Subsurface Scattering in Cycles

In this chapter, we will cover the following recipes:

  • Using the Subsurface Scattering shader node
  • Simulating Subsurface Scattering in Cycles using the Translucent shader
  • Simulating Subsurface Scattering in Cycles using the Vertex Color tool
  • Simulating Subsurface Scattering in Cycles using the Ray Length output in the Light Path node
  • Creating a fake Subsurface Scattering node group

Introduction

Subsurface Scattering is the effect of light not getting directly reflected by a surface but penetrating it and bouncing internally before getting absorbed or leaving the surface at a nearby point. In short, light is scattered.

The RGB channels of a surface color can have different scattering values, depending on the material; for example, for human skin the red component is more scattered (as a rough approximation, you could say that the values for the three channels are blue = 1, green = 2, and red = 4).

In Cycles, a true Subsurface Scattering node has...