Reference Picture

Overview

The main purpose of the ReferenceImage setup is that the ReferenceImage shader does not receive light or other shader information from within the level. It keeps the image at its pure source:

Illum Shader on the left, ReferenceImage Shader on the right

This tutorial shows how to add raw reference pictures in a level.

Saving the reference picture

  1. Make sure you have the CryTiff plugin installed.
  2. Open the original reference picture in Photoshop.
  3. Set the size of the canvas or resize the picture to a power of 2 and use alpha channel to hide the black stripe if needed.
  4. Save the picture as CryTiff, use Diffuse_lowQ or highQ preset. If needed, disable the streaming of the texture.

Inserting the reference picture in the level

  1. Place a brush that will contain the picture in the level. Usually, something like a flat billboard asset would be best suited.
  2. Create a new material with the ReferenceImage shader and add the previously created texture in the diffuse slot. Increase AlphaTest parameter when needed.

Result

This picture shows the difference between the standard Illum shader (left panel) and the ReferenceImage shader (right panel), unaffected by the noise/grain shading.