Book Image

Blender Cycles: Lighting and Rendering Cookbook - Second Edition

Book Image

Blender Cycles: Lighting and Rendering Cookbook - Second Edition

Overview of this book

Blender provides a broad spectrum of modeling, texturing, lighting, animation and video post-processing functionality in one package. It provides cross-platform interoperability, extensibility and a tightly integrated workflow. Blender is one of the most popular Open Source 3D graphics applications in the world. Modern GPUs (Graphics Processing Unit) have some limitations for rendering complex scenes. This is mainly because of limited memory, and interactivity issues when the same graphics card is also used for displaying and rendering frames. This is where Cycles rendering engine comes into play. Cycles is bundled as an add-on with Blender. Some of the features of Cycles is its quality, speed and having integrated industry standard libraries. This book will show you how to carry out your first steps in Cycles - a brand new rendering engine for Blender. In a gradual and logical way, you will learn how to create complex shaders and lighting setups to face any kind of situation that you may find in Computer Graphics. This book provides information on how to setup your first application in Cycles. You will start by adding lights, materials, and textures to your scene. When it's time for the final render, you will see how to setup Cycles in the best way. You will learn about a wide variety of materials, lighting, techniques, tips, and tricks to get the best out of Cycles. Further on in the book, you will get to know about animation and still shots, and learn how to create advanced materials for realistic rendering, as well cartoon style shaders. This cookbook contains a wide range of different scenes, proposed in a structured and progressive order. During this journey, you will get involved in the concepts behind every step you take in order to really master what you learn.
Table of Contents (18 chapters)
Blender Cycles: Lighting and Rendering Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Introduction
Index

Creating the dress material


Let's now create the clothing of the girl in our scene. We will create different kinds of materials such as the fabric for the dress, the leather for the boots, and other kinds of materials for other accessories.

Getting ready

Let's start with the dress. Select the mesh named Dress, and add a new material to it. Name it Dress and go to the Material Editor node.

How to do it...

To create the dress material, we need to perform the following steps:

  1. Delete the Diffuse BSDF node. Add a Translucent BSDF node and a Velvet BSDF node. Mix them using a Mix Shader node.

  2. Set the Translucent BSDF node's Color to RGB 0.66, 1, 0.45 and the Velvet BSDF node's Color to a slightly darker green such as RGB 0.58, 1, 0.34. Set the Velvet BSDF node's Sigma value to 1.000.

  3. Add a Toon BSDF node and set it to the Glossy mode. Mix it to the previous two BSDFs using a Mix Shader node, and set its influence to 7.5 percent.

  4. Set the Color of the Toon BSDF node with the Glossy mode to RGB 0.93, 0.96...