Book Image

Blender 2.6 Cycles: Materials and Textures Cookbook

By : Enrico Valenza, Ton Roosendaal
Book Image

Blender 2.6 Cycles: Materials and Textures Cookbook

By: Enrico Valenza, Ton Roosendaal

Overview of this book

Cycles is Blender's new, powerful rendering engine. Using practical examples, this book will show you how to create a vast array of realistic and stunning materials and texture effects using the Cycles rendering engine. Blender 2.6 Cycles: Materials and Textures Cookbook is a practical journey into the new and exciting Cycles rendering engine for Blender. In this book you will learn how to create a vast array of materials and textures in Cycles, including glass, ice, snow, rock, metal and water. If you want to take your 3D models to the next level, but don't know how, then this cookbook is for you! In this practical cookbook, you will learn how to create stunning materials and textures to really bring your 3D models to life! Diving deep into Cycles you will learn Cycle's node-based material system, how to set-up a 3D scene for rendering, how to create a natural and man-made materials as well as the correct organization and re-use of Cycles materials to save you time and effort. To ensure that your creations look stunning you will learn how illumination works in Cycles, improve the quality of the final render and to avoid the presence of noise and fireflies. Each chapter of Blender 2.6 Cycles: Materials and Textures Cookbook builds on the complexity of the last so that by the end of this book you will know how to create an impressive library of realistic-looking materials and textures.
Table of Contents (13 chapters)
Blender 2.6 Cycles: Materials and Textures Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Creating node groups


The single nodes (shaders, textures, input, or whatever) can be grouped together and this is probably one of the best optimizations we can use to organize our workflow.

Thanks to node groups it's easy to store complex materials in ready-to-use libraries. It's possible to share or reuse them in other files or they can also be used to build handy shader interfaces, for easier tweaking of a material properties.

How to do it...

  1. Start Blender and open the file 1301OS_02_09_basicshader.blend:

  2. It's a sphere leaning on a floor plane and with four little cubes at the plane's corners; as you can see in the Node Editor, the sphere (the already selected object) has a simple material composed by a Diffuse and a Glossy shaders mixed via the Mix Shader node.

  3. Now box select (mouse cursor in the Node Editor, press B and drag a box to include the nodes) the Diffuse and the Glossy nodes.

  4. Press Ctrl + G on the keyboard, a pop up appears; left-click with the mouse to confirm that you want to create...