Step 3 - Fine-tune the bloom effect

In this step you first convert the render passes, which you created in the previous step for the bloom effect, to a render pass prefab that you can reuse and apply multiple times. You then create multiple passes of the bloom effect. To make the effect spread to a wider area and look more realistic, you adjust the settings of the blur and the intensity of the bloom in each pass.

Reuse the render passes that apply the bloom effect

In this section you convert the render passes, which create the first pass of the bloom effect, into a render pass prefab that you instantiate using the Render Pass View.

To reuse the render passes that apply the bloom effect:

  1. Create and instantiate the render pass prefab that applies one pass of the bloom effect:

    1. In the Library > Rendering > Render Pass Prefabs > Bloom > Render Bloom create a Group Render Pass, name it Bloom Pass, and drag the Horizontal Bloom and Vertical Bloom render passes to the Bloom Pass render pass.

      You use the Bloom Pass render pass to group the render passes that apply one pass of the bloom effect.

      ../../_images/bloom-pass-in-library.png
    2. In the Library drag the Bloom Pass render pass to the Render Pass Prefabs folder.

      This way you convert the Bloom Pass render pass into a render pass prefab. Kanzi Studio creates in the Render Bloom render pass a Render Pass View named Bloom Pass, which instantiates the Bloom Pass render pass prefab.

      In the Library > Rendering > Render Pass Prefabs all top-level items are render pass prefabs that you can instantiate using the Render Pass View.

      Kanzi Studio marks as invalid those render passes that contain invalid bindings. The bindings are invalid because they bind properties of render passes that are no longer in the same render pass prefab.

      ../../_images/drag-bloom-pass-to-render-pass-prefabs.png ../../_images/bloom-pass-instance-in-library.png
    3. In the Library in the Bloom render pass prefab select the Blit Combined Bloom render pass and in the Properties next to the invalid binding click image0 to remove that binding.

      You cannot bind the Texture 0 property of the Blit Combined Bloom render pass to the result texture of the Vertical Bloom render pass, which is in a different render pass prefab.

      ../../_images/blit-combined-bloom-red-in-library.png ../../_images/blit-combined-bloom-remove-invalid-binding.png
    4. In the Library in the Bloom Pass render pass prefab select the Blit Horizontal Bloom render pass and in the Properties next to the invalid binding click image0 to remove that binding.

      You cannot bind the Texture 0 property of the Blit Horizontal Bloom render pass to the result texture of the Bloom Threshold render pass, which is in a different render pass prefab.

      ../../_images/blit-horizontal-bloom-red-in-library.png ../../_images/blit-horizontal-bloom-remove-invalid-binding.png
    5. In the Library in the Bloom render pass prefab rename the Bloom Pass Render Pass View to Bloom Pass 1, and drag it above the Bloom Out render pass.

      ../../_images/bloom-pass-render-pass-view-in-library.png ../../_images/bloom-pass-1-in-library.png ../../_images/bloom-pass-1-dragged.png
  2. Set the textures that Bloom Pass 1 takes as input and outputs:

    1. In the Library in the Bloom Pass render pass prefab select the Blit Horizontal Bloom render pass, in the Properties next to the Texture 0 property click image1, in the Publish Property dialog name the property type Bloom.BloomPass.InputTexture, and click OK.

      Kanzi Studio:

      • Creates from the Texture 0 property a custom property named Bloom.BloomPass.InputTexture.

      • Adds the Bloom.BloomPass.InputTexture property to the root of the Bloom Pass render pass prefab, and creates in the Blit Horizontal Bloom render pass a #Template binding to the property in the render pass prefab root.

      • Shows the Bloom.BloomPass.InputTexture property as a frequently used property in the Bloom Pass 1 render pass view, which instantiated the Bloom Pass render pass prefab.

      You can now use the Bloom.BloomPass.InputTexture property type to set the Texture 0 property of the Blit Horizontal Bloom render pass to a different value in each Render Pass View that instantiates the Bloom Pass render pass prefab.

      ../../_images/blit-horizontal-bloom-in-library-step-3.png ../../_images/blit-horizontal-bloom-publish-texture0.png ../../_images/blit-horizontal-bloom-template-binding.png ../../_images/bloom-pass-1-properties-inputtexture.png
    2. In the Library in the Bloom render pass prefab select the Bloom Pass 1 Render Pass View, from the Library drag the Bloom Threshold render pass to the Properties window, and drop it on the Bloom.BloomPass.InputTexture property of the Bloom Pass 1.

      You set the Bloom Pass 1 Render Pass View to take as its input the result texture of the Bloom Threshold render pass.

      ../../_images/bloom-pass-1-dragged.png ../../_images/bloom-pass-1-inputtexture-binding.png
    3. In the Library in the Bloom Pass render pass prefab select the Vertical Bloom render pass, in the Properties click + Add Binding, and in the Binding Editor set:

      • Binding Mode to To source

        Kanzi Studio automatically sets the Push Target property to ##Template. This pushes the property value, which this binding sets, to the render pass prefab root.

      • Property to [Existing Properties] > Result Texture 0

      • Expression to

        {@./CompositionTargetRenderPass.ResultTexture0}
        

      Click Save.

      This binding pushes the value of the Result Texture 0 property of the Vertical Bloom render pass to the root of the Bloom Pass render pass prefab. The Result Texture 0 property of the Vertical Bloom render pass is now available in each Render Pass View that instantiates the Bloom Pass render pass prefab.

      ../../_images/vertical-bloom-in-library.png ../../_images/vertical-bloom-to-source-binding.png
    4. In the Library in the Bloom render pass prefab select the Blit Combined Bloom render pass, from the Library drag the Bloom Pass 1 Render Pass View to the Properties window, and drop it on the Texture 0 property of the Blit Combined Bloom render pass.

      You set the Blit Combined Bloom render pass to draw on the screen the result texture of the Bloom Pass 1 Render Pass View. This is the result texture of the Bloom Pass > Vertical Bloom render pass, which you in the previous step made available in the Bloom Pass 1 Render Pass View.

      ../../_images/blit-combined-bloom-in-library-step-3.png ../../_images/blit-combined-bloom-texture0-binding.png ../../_images/preview-show-bloom-pass-1.png
  3. Make the resolution of the composition target customizable in each Render Pass View that instantiates the Bloom Pass render pass prefab:

    1. In the Library in the Bloom Pass render pass prefab select the Vertical Bloom render pass, in the Properties click + Add Binding, and in the Binding Editor set:

      • Property to [Existing Properties] > Resolution Divisor

      • Expression to

        {@../Horizontal Bloom/CompositionTargetRenderPass.ResolutionDivisor}
        

      Click Save.

      You bind the Resolution Divisor property of the Vertical Bloom render pass to the Resolution Divisor property of the Horizontal Bloom render pass. With this binding you make sure that the value of the Resolution Divisor property is always the same in the Horizontal Bloom and Vertical Bloom render passes.

      ../../_images/vertical-bloom-in-library.png ../../_images/vertical-bloom-resolution-divisor-binding.png
    2. In the Library select the Horizontal Bloom render pass, in the Properties next to the Resolution Divisor property click image2, and in the Publish Property dialog click OK.

      You can now use the Bloom.BloomPass.ResolutionDivisor property type to set the Resolution Divisor property of the Blit Horizontal Bloom render pass to a different value in each Render Pass View that instantiates the Bloom Pass render pass prefab.

      ../../_images/horizontal-bloom-in-library.png ../../_images/horizontal-bloom-publish-resolution-divisor.png ../../_images/bloom-pass-1-properties-resolutiondivisor.png
    3. In the Library select the Blit Vertical Bloom render pass, in the Properties next to the Blur Direction property click image3, in the Publish Property dialog name the property type Bloom.BloomPass.VerticalBlurDirection, and click OK.

      ../../_images/blit-vertical-bloom-in-library.png ../../_images/blit-vertical-bloom-publish-blur-direction.png
  4. Make the material, which the Blit Horizontal Bloom and Blit Vertical Bloom render passes use to draw textures, customizable in each Render Pass View that instantiates the Bloom Pass render pass prefab:

    1. In the Library select the Blit Horizontal Bloom render pass, in the Properties next to the Material property click image4, and in the Publish Property dialog click OK.

      ../../_images/blit-horizontal-bloom-in-library-step-3.png ../../_images/blit-horizontal-bloom-publish-material.png
    2. In the Properties right-click the binding that binds the Material property and select Copy Binding.

      ../../_images/blit-horizontal-bloom-copy-material-binding.png
    3. In the Library select the Blit Vertical Bloom render pass, in the Properties right-click Bindings, and select Paste Binding(s).

      ../../_images/blit-vertical-bloom-in-library.png ../../_images/blit-vertical-bloom-paste-binding.png
  5. Repeat the previous step twice to make these properties customizable in each Render Pass View that instantiates the Bloom Pass render pass prefab:

    • Blur Radius

    • Intensity

    Kanzi Studio now shows the properties, which you made customizable, as frequently used properties in the Bloom Pass 1 Render Pass View which instantiates the Bloom Pass render pass prefab.

    ../../_images/bloom-pass-1-with-published-properties.png
  6. In the Library select the Bloom Pass 1 Render Pass View, and in the Properties add and set:

    • Bloom.BloomPass.Material to GaussianBloom07Material

    • Bloom.BloomPass.ResolutionDivisor to 2

    • Bloom.BloomPass.BlurRadius to 2

    • Bloom.BloomPass.Intensity to 1.5

    • Bloom.BloomPass.VerticalBlurDirection property Y property field to 0.5

    The Preview now shows the first pass of the bloom effect.

    ../../_images/bloom-pass-1-dragged.png ../../_images/bloom-pass-1-properties.png ../../_images/preview-show-bloom-pass-1.png

Adjust the spread and intensity of the bloom effect

In this section you create multiple passes of the bloom effect. You use the Render Pass View to instantiate the Bloom Pass render pass prefab multiple times, customizing each instance to adjust the spread and intensity of the bloom effect.

To adjust the spread and intensity of the bloom effect:

  1. In the Library duplicate the Bloom Pass 1 Render Pass View three times, name the duplicates Bloom Pass 2, Bloom Pass 3, and Bloom Pass 4, and drag them above the Bloom Out render pass.

    ../../_images/bloom-passes-in-library.png
  2. Set the Blit Combined Bloom render pass to draw the combined result of all four passes of the bloom effect:

    1. In the Library select the Bloom Out > Blit Combined Bloom render pass and in the Properties add the Blit Render Pass > Texture 1, Texture 2, and Texture 3 properties.

      ../../_images/blit-combined-bloom-in-library-step-3-2.png ../../_images/blit-combined-bloom-properties-4-textures.png
    2. From the Library drag to the Properties window and drop:

      • Bloom Pass 2 on the Texture 1 property

      • Bloom Pass 3 on the Texture 2 property

      • Bloom Pass 4 on the Texture 3 property

      This way you set the Blit Combined Bloom render pass to draw the result textures of Bloom Pass 1, Bloom Pass 2, Bloom Pass 3, and Bloom Pass 4 using the CombineMaterial material.

      ../../_images/blit-combined-bloom-texture-bindings.png
  3. For each pass of the bloom effect, set as the input texture the result texture of the previous pass:

    1. In the Library select the Bloom Pass 2 render pass view, from the Library drag the Bloom Pass 1 render pass view to the Properties window, and drop it on the Bloom.BloomPass.InputTexture property of the Bloom Pass 2 render pass view.

      ../../_images/bloom-pass-2-inputtexture-binding.png
    2. Repeat the previous step twice:

      • For the Bloom Pass 3 use the result texture of Bloom Pass 2.

        ../../_images/bloom-pass-3-inputtexture-binding.png
      • For the Bloom Pass 4 use the result texture of Bloom Pass 3.

        ../../_images/bloom-pass-4-inputtexture-binding.png
    ../../_images/preview-all-passes.png
  4. Load these material types from <KanziWorkspace>/Tutorials/Bloom/Assets:

    • GaussianBloom09.kzmat

    • GaussianBloom13.kzmat

    • GaussianBloom15.kzmat

    The GaussianBloom09Material, GaussianBloom13Material, and GaussianBloom15Material materials provide a directional Gaussian blur effect using kernel sizes of 9, 13, and 15 pixels. To optimize performance you use smaller kernel sizes when possible.

    ../../_images/gaussianbloom-09-13-15-materials-in-library.png
  5. To adjust the spread and intensity of the bloom effect, customize each Render Pass View that instantiates the Bloom Pass:

    1. In the Library select the Bloom Pass 2 Render Pass View and in the Properties set:

      • Bloom.BloomPass.Material to GaussianBloom09Material

      • Bloom.BloomPass.ResolutionDivisor to 8

        You reduce the resolution of the composition target at every pass of the bloom effect, making the effect spread to a wider area.

      • Bloom.BloomPass.BlurRadius to 4

      • Bloom.BloomPass.Intensity to 1

      • Bloom.BloomPass.VerticalBlurDirection property Y property field to 0.25

      ../../_images/bloom-pass-2-properties.png ../../_images/preview-bloom-pass-2-properties-set.png
    2. In the Library select the Bloom Pass 3 Render Pass View and in the Properties set:

      • Bloom.BloomPass.Material to GaussianBloom13Material

      • Bloom.BloomPass.ResolutionDivisor to 16

      • Bloom.BloomPass.BlurRadius to 4

      ../../_images/bloom-pass-3-properties.png ../../_images/preview-bloom-pass-3-properties-set.png
    3. In the Library select the Bloom Pass 4 render pass view and in the Properties set:

      • Bloom.BloomPass.Material to GaussianBloom15Material

      • Bloom.BloomPass.ResolutionDivisor to 32

      • Bloom.BloomPass.BlurRadius to 4

      • Bloom.BloomPass.Intensity to 1

      ../../_images/bloom-pass-4-properties.png ../../_images/preview-bloom-pass-4-properties-set.png
  6. In the Library select the Bloom Out > Blit Combined Bloom render pass, and in the Properties add and set these Material Properties:

    • Pass 1 Multiplier to 2

    • Pass 2 Multiplier to 1

    • Pass 3 Multiplier to 0.5

    • Pass 4 Multiplier to 1

    You use these properties to set weights for the Bloom Pass 1, Bloom Pass 2, Bloom Pass 3, and Bloom Pass 4, whose result textures the Blit Combined Bloom renders. You can experiment with different multiplier values to see how each pass of the bloom effect affects the final outcome.

    ../../_images/blit-combined-bloom-in-library-step-3-2.png ../../_images/blit-combined-bloom-material-properties.png ../../_images/preview-final.png
  7. In the Preview click and drag the car to see how the bloom effect looks when the car rotates.

    ../../_images/bloom-completed1.gif

< Previous step

See also

To learn more about the render passes in Kanzi, see Rendering.