Overview of the Render Tree

The render tree lets you connect shaders together into a tree structure to build a visual effect. You can have one render tree per object. Shaders in the render tree are called nodes or shader nodes as a way of describing their representation as a container. This is the same concept as object data being represented as nodes in the ICE tree.

Each node exposes a set of properties that can be dynamically linked by connecting one or more outputs from one shader to one or more inputs of another. This is called dynamic property assignment and is as simple as dragging a connection line (arrow) between the inputs and outputs of the shader node.

 

1

Memo Cams. Save and restore up to four views:

• Left-click to recall stored view.

• Middle-click to store current view.

• Ctrl+Middle-click to overwrite stored view with current view.

• Right-click to clear stored view.

2

Lock. Prevents the view from updating when you select other objects in the scene.

3

Refresh. Updates the view with the object selected in the scene when the view is locked.

4

Clear. Clears the view.

5

Opens the preset manager in a floating window. See The Preset Manager [Interface and Tools].

6

Displays or hides shaderballs on the shader nodes.

7

Displays or hides the preset manager embedded in the left panel (10).

8

Name and path of current Material node.

9

Bird’s Eye View. Click to view a specific area of the workspace, or drag to scroll. Toggle it on or off with Show > Bird’s Eye View.

10

Embedded preset manager. See The Preset Manager [Interface and Tools].

11

The render tree workspace. This is where you can connect shader nodes together to build trees. See Overview of Building a Render Tree below for an overview.

Besides shaders, render tree nodes can also be textures or functions known as tool nodes. Each type of tool node performs specific operations; for example, tools nodes can be used as pattern generators (to create noise, for example), mathematical functions (such as multiplication), converters (to convert a scalar value to a color RGB value), mixers, blends, and so on.

A shader provides a number of properties that you can control. You can set constant values for these properties or you can attach tool nodes or other shaders to these properties to procedurally control their values.

A render tree makes it possible to use a texture or a texture shader to control a component of the shading calculation. For example, you can use a 2D or 3D texture as the color, specularity, or reflectivity of a material. This means that the inputs to the shading model can be manipulated procedurally. Color and transparency textures, reflection mapping, bump mapping, displacement mapping, and solid texturing can all be implemented using the render tree.

Making Shader Compounds or Creating Your Own Shader

You cannot change a shader node’s internal contents using the render tree, but you can extend it by connecting other nodes to augment its effect. You can also create shader compounds, which are multiple shaders grouped together in one container. Compounds make it easy to use shaders in the render tree, and you can export them to use in other scenes or to share with other users. See Creating Shader Compounds for more information.

You cannot build your own shader from scratch in the render tree, but you can create your own shaders using the Softimage SDK. For more information about creating and integrating custom shaders, see the SDK Guide.



Autodesk Softimage v.7.5