Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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:

Image Added
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.
    GalleryincludeRefImage03.pngImage Added
  4. Save the picture as CryTiff, use Diffuse_lowQ or highQ preset. If needed, disable the streaming of the texture. GalleryincludeRefImage02.png 
    Image Added

Inserting the reference picture in the level

  1. Place a brush that will contain the picture in the level, Objects\decals\gde_1x1.cgf for example. Usually, something like a flat billboard asset would be best suited.
  2. Create a new material with the Referenceimage ReferenceImage shader and add the previously created texture in the diffuse slot. Increase AlphaTest parameter when needed.
    GalleryincludeRefImage04.jpgImage Added

Result

...

 

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

Image Added