Setting materials for rendering

In Kanzi you can use these render passes to set materials for rendering:

  • Draw Objects With Material Render Pass allows you to render nodes in a Viewport 2D node with a specific material.

    For example, use the Draw Objects With Material Render Pass to create different rendering modes. See Creating a night vision mode.

  • Material Setup Render Pass allows you to set properties for a material so that all successive rendering with that material uses the property values that you set in this render pass.

    For example, use the Material Setup Render Pass to:

    ../../_images/material-setup-render-pass.svg

Creating a night vision mode

You can use the Draw Objects With Material Render Pass to render all nodes under a Viewport 2D node with a specific material. For example, you can create a night vision mode.

To create a night vision mode:

  1. Create the content that you want to render in night vision mode.

    For example, use the Car from the Factory Content.

    See Using the Factory Content assets.

    ../../_images/day-vision-scene.png
  2. Create and apply the render passes that you need to render the content in night vision mode:

    1. In the Library > Rendering press Alt and right-click Render Pass Prefabs, select Group Render Pass, and name it Night Vision.

      You use this Group Render Pass render pass prefab to collect the render passes which apply the night vision mode to your content.

      ../../_images/create-group-render-pass4.png ../../_images/night-vision-render-pass.png
    2. In the Node Tree select the Viewport 2D node the content of which you want to render in night vision mode, and in the Properties set the Render Pass Prefab property to the Night Vision render pass prefab.

      This way you set Kanzi to render the Viewport 2D node using the Night Vision render pass prefab. The Night Vision render pass prefab does not have any child render passes, which is why the Preview does not show any content.

      ../../_images/set-scene-render-pass-to-night-vision.png
    3. In the Night Vision render pass prefab create:

      1. Clear Render Pass

        This render pass clears the depth buffer.

      2. Gather Lights Render Pass

        Gather Lights Render Pass allows you to collect from a list of nodes the light nodes for lighting 3D nodes in a scene.

      3. In the Gather Lights Render Pass create a Draw Objects With Material Render Pass.

      You can use a Draw Objects With Material Render Pass render pass to render all nodes under a Viewport 2D node with a specific material that you set in the Draw Objects With Material Render Pass.

      Because you have not yet set the Material property in the Draw Objects With Material Render Pass, Kanzi uses the default materials to render the content in the Viewport 2D node which uses the Night Vision render pass.

      ../../_images/night-vision-render-passes.png ../../_images/draw-objects-with-material-render-pass-default-properties.png
  3. Create the material that you want to use for the night vision mode.

    For example, in the Library > Materials and Textures > Material Types press Alt and right-click VertexPhong, select Material, and name the material Night Vision Material.

    This way you create a material which uses the VertexPhong material type.

    Tip

    If your project does not contain the VertexPhong material type, in the Library > Materials and Textures press Alt and right-click Material Types, and select VertexPhong.

    ../../_images/create-material-from-vertexphong-material-type.png
  4. In the Library > Rendering > Render Pass Prefabs select the Draw Objects With Material Render Pass and in the Properties set the Material property to the material that you created in the previous step.

    Kanzi now renders all nodes in the Viewport 2D node, which uses the Night Vision render pass prefab, with the material that you created.

    ../../_images/draw-objects-with-material-render-pass-in-library.png ../../_images/draw-objects-with-material-render-pass-night-vision.png ../../_images/night-vision-with-default-vertexphong.png
  5. In the Properties click the image0 next to the Material property to open the properties of the material that you created, and set the properties of the material to achieve the look you want.

    ../../_images/navigate-to-night-vision-material.png ../../_images/night-vision-material.png ../../_images/night-vision-with-night-vision-material.png
  6. In the Library > Rendering > Render Pass Prefabs select the Clear Render Pass, in the Properties add the Clear Color 0 property, and set the Lightness (L) property field to 0.

    This way you clear the color buffer with black color to make the background of your scene black in the night vision mode.

    ../../_images/clear-render-pass-with-opaque-black.png ../../_images/night-vision-with-black-background.png
  7. Control the switching between the day and night vision modes.

    For example, create a State Manager where you define states for:

    • Day mode, which sets in your Viewport 2D node the Render Pass Prefab property to DefaultRenderPassPrefab.

    • Night vision mode, which sets in your Viewport 2D node the Render Pass Prefab property to the Night Vision render pass prefab.

    See Creating a state manager.

    Now when you switch between the states you created, Kanzi alternates between rendering your content normally and in night vision mode.

    ../../_images/night-vision.gif

Creating an infinity mirror

Material Setup Render Pass allows you to set properties for a material so that all successive rendering with that material uses the property values that you set in this render pass.

For example, you can use the Material Setup Render Pass to create an infinity mirror effect.

To create an infinity mirror:

  1. In the Node Tree create:

    • A Viewport 2D node which contains the 3D content that you want to mirror.

      For example, use the Car from the Factory Content.

      See Using the Factory Content assets.

    • A node that you use as a mirror.

      For example, in the same Scene node as the content that you want to mirror, create a Plane node.

    ../../_images/scene-graph-for-infinity-mirror.png ../../_images/preview-scene-with-empty-mirror.png
  2. Create the material that you use to render the 3D content in the mirror:

    1. Create a textured material.

      For example, in the Library > Materials and Textures > Material Types press Alt and right-click Textured, select Material, and name the material Mirror Material.

      ../../_images/create-material-from-textured-material-type.png
    2. In the Node Tree select the node that you want to use as the mirror and in the Properties set the Mesh Material property to the material you created in the previous step.

      ../../_images/mirror-with-the-material-set.png ../../_images/preview-mirror-with-default-texture.png
  3. Render the 3D content in the mirror:

    1. In the Library press Alt and right-click Rendering, and select Compose and Blit Pass.

      Compose and Blit Pass contains the render pass structure that enables you to blit to the screen Composition Target Render Pass render passes or textures using a specific material.

      The Compose and Blit Pass render pass preset contains these render passes:

      • Composition Target Render Pass renders itself and its descendant render passes to one or more composition targets.

        • Clear Render Pass clears some or all of the buffers of the current render context.

          By default the Clear Render Pass in the Compose and Blit Pass clears the first color buffer with transparent black color and the depth buffer with value 1.

          For example, to clear the first color buffer with a different color, set the Clear Color 0 property to the color that you want to use as the background color of the content that Kanzi renders to the Composition Target Render Pass.

        • Gather Lights Render Pass collects the Light nodes in the Viewport 2D node that you set to use the Compose and Blit Pass, and passes them to its child Draw Objects Render Pass render pass.

          • Draw Objects Render Pass named Draw Objects allows you to set a Camera node to render a specific list of nodes, to filter those nodes, and to control frustum culling. Draw Objects Render Pass by default renders nodes using the lights provided by its nearest ancestor Gather Lights Render Pass. By default the Draw Objects Render Pass uses the default Camera node to render all nodes in a Viewport 2D node.

      • Blit Render Pass blits one or more textures on the screen using a specific material.

        By default this Blit Render Pass draws on the screen the first color texture to which the Composition Target Render Pass renders its content.

        ../../_images/compose-and-blit-pass-create4.png ../../_images/compose-and-blit-pass-library5.png
    2. In the Node Tree select the Viewport 2D node whose content you want to render in the mirror, and in the Properties set the Render Pass Prefab property to the Compose and Blit Pass.

      You set Kanzi to render the Viewport 2D node using the Compose and Blit Pass.

      ../../_images/scene-graph-for-infinity-mirror.png ../../_images/render-pass-prefab-set-to-compose-and-blit-pass2.png
    3. In the Library in the Compose and Blit Pass create a second Composition Target Render Pass and drag the Blit Render Pass to that Composition Target Render Pass.

      You use the second Composition Target Render Pass to render the first Composition Target Render Pass to a composition target.

      You create two Composition Target Render Pass render passes because the rendering behavior is undefined if you simultaneously write to and read from the same render pass.

      ../../_images/blit-render-pass-for-infinity-mirror-moved.png
    4. In the Compose and Blit Pass create a Default Render Pass.

      Default Render Pass contains a basic set of render passes that first render opaque nodes and then transparent nodes.

      You use this render pass to render to the screen the content of the Viewport 2D node.

      ../../_images/default-render-pass-for-inifinity-mirror.png
    5. In the Compose and Blit Pass create a Material Setup Render Pass and in the Properties set the Material property to the material that you created earlier in this procedure.

      For example, set it to Mirror Material.

      ../../_images/material-setup-render-pass.png ../../_images/material-setup-render-pass-material.png
    6. In the Properties add the Texture property, from the Library drag the second Composition Target Render Pass to the Properties window, and drop it on the Texture property of the Material Setup Render Pass.

      Here you set the value of the Texture property for the material that you created, so that Kanzi uses the value when rendering content using the Compose and Blit Pass. This way you set Kanzi to render the Composition Target Render Pass 2 in the node that uses the Mirror Material.

      ../../_images/material-setup-render-pass-properties.png
    7. In the Library select the Compose and Blit Pass > Composition Target Render Pass > Clear Render Pass and in the Properties set the Clear Color 0 property to the color that you want to use as the background color of the scene in the mirror.

      ../../_images/clear-render-pass-with-clear-color-l-162.png

Kanzi now recursively renders the contents of the Viewport 2D node in the mirror.

../../_images/preview-infinity-mirror-completed1.png