Book Image

Mudbox 2013 Cookbook

Book Image

Mudbox 2013 Cookbook

Overview of this book

"Mudbox 2013 Cookbook" covers a variety of techniques that can be used to bring your imagination to life. You will be able to create detailed characters and environments like the ones found in games, movies, and on television. Each recipe is one more building block towards digitally sculpting your ideas into reality. "Mudbox 2013 Cookbook" is written in recipes so that you can refer back to it whenever you seek help. The advanced techniques described in this book cover the whole spectrum of Mudbox's capabilities. With this book you will learn the foundational techniques in using Mudbox as well as more advanced ones "Mudbox 2013 Cookbook" will guide the reader step by step through the process of creating brushes, sculpting, 3d painting, lighting assets, extracting normal maps, and many other techniques. If a recipe is too advanced for you then you can visit the suggested recipes listed at the end of the recipe to learn supporting techniques. Supporting images are used for readers who understand things more visually. Each recipe is rated for difficulty so that you can find techniques that line up with your skill level. Once you complete the beginner and intermediate recipes you will be able to move on to the more advanced recipes.
Table of Contents (16 chapters)
Mudbox 2013 Cookbook
Credits
About the Authors
About the Reviewer
www.PacktPub.com
Preface

Creating a glass sculpture


This recipe will show you a fast way to utilize the Mudbox material to make a glass shader. This will be demonstrated using a model of a glass sculpture with a complex shape.

Getting ready

First you will need to import the Glass_Sculpture.obj file, which is included in the code files of this book.

How to do it...

The following steps will help to model the previously depicted sculpture into a glass sculpture:

  1. 1. Right-click on your model, select Assign New Material, and click on Mudbox Material.

  2. 2. Apply a new shader to the glass sculpture by right-clicking over the object, hovering over Assign New Material, and then clicking Mudbox Material.

  3. 3. A series of options will come up, as shown in the following screenshot, to customize the look of the shader. Experiment with these options to achieve the gold look you desire.

  4. 4. Set the RGB values for Diffuse to 40, 40, 40. Before setting these values you will need to change the Range: drop-down menu to 0 to 255 as shown in the...