Advertising Campaign

An example of the stylized effect that can be achieved with this tutorial using the toon and clip_geo shaders in Arnold

This tutorial will cover how to create an interesting image that could be used for an advertising campaign or as part of a motion graphics animation. We will cover how to prepare and shade the geometry using the toon shader. We will also cover how to export geometry as an Arnold Scene Source (.ass) file that can be used as a procedural so that we can keep our scene light and responsive. We will then instance those procedurals and use the clip_geo shader to create a cool stylized effect. More examples of this effect can be found here.

Note:

In this tutorial, we will use a free to use shoe model that can be downloaded from the Grabcad model library.

Important:

The toon shader does not currently work with GPU.

Different style variations that can be achieved using this technique

Scene Preparation

.STEP shoe model imported in C4D

Shading

We will now replace the default Lambert with an Arnold toon shader.

Use a color_correct shader to refine the hue, saturation, etc values of the color shading effect given by the utility shader.

To view the toon edge, y ou must change the filter_type (sampling settings) to contour. Note that increasing the contour_filter_width (sampling settings) value will increase render times. If it appears too thick try reducing it to 1.

Render Settings: Arnold > Arnold Renderer tab > Filtering > Type: Contour

utility -> color_correct -> toon

Arnold Scene Source

We now want to export the finished sneaker geometry as a .ass file. This will allow us to use procedurals which will keep our scene light and responsive.

Arnold Scene Export options

Procedural

Next, we want to create an Arnold procedural within which we can import the . ass* file that we exported earlier. *Procedurals allow you to keep your scene light and workable by deferring the loading of geometry data until render time. This will be useful when we create multiple instances.

shoe .ass file loaded in Arnold procedural. Viewport Draw Mode: Polywire.

Instancing

Now we want to create multiple instances of the procedural and distribute them randomly around the original shoe procedural. These will act as the cutting geometry that provides the effect after we have assigned the clip_geo shader to them.

The position and rotation of the procedurals will determine how the final effect looks, therefore feel free to experiment with this part of the tutorial.

Shoe procedural with Viewport>Display Mode set to wireframe

Clip Geo

Create a clip_geo shader and assign it to the instanced procedurals ( not the original procedural). The clip_geo procedurals will clip geometry from any shape that intersects with it. In this case, the instanced procedurals are clipping the original shoe procedural.

Instanced procedurals clipping the original shoe procedural (floor plane added with another toon shader assigned)

Once you are happy with the effect, you are ready to render. You could also try animating the procedurals to create an effect that could be used for a motion graphics animation.