Post-Baking Adjustments

Both the Lit and Unlit impostor materials have a custom Shader GUI for advanced post-baking adjustments.

Billboarding

The billboarding effect makes the quad face the camera at all times. It is performed in the vertex shader stage. You can disable it with the dedicated toggle.

Clamp Latitude stops the vertical billboard effect when the view angle leaves the latitudinal range. Horizontal billboarding remains.

Z Offset

Z Offset can bring an impostor closer to the camera. Useful to get the most out of the LOD Group's cross-fading effect, or to adapt the size at close range without altering longer ranges.

Surface

Because smoothness, metallic and occlusion maps are limited, it is sometimes necessary to tweak surface parameters to better match the source objects.

  • Brightness — increases/decreases the albedo power.
  • Saturation — increases/decreases the color saturation.
  • Smoothness and Occlusion — work the same way as on the default diffuse material.
  • Metallic — multiplied with the computed metallic map.
  • Curvature Occlusion — applies additional occlusion in rifts and sharp angles to estimate self-shadows. Can create a gray outline on some objects.

Contours

Impostors use opaque materials. To get the contours right, alpha clipping discards pixels that do not represent the object at each POV. Contours are usually fine out of the box, but occasionally need adjustment.

  • Cutout — increases/decreases the sharpness of the alpha-clipping geometry. Do not go higher than 0.5, to avoid cropping important features.
  • Interpolate — turns impostor bilinear interpolation smoothing on/off. Interpolation removes the snapping effect but adds blur, and increases shader complexity.
  • Dithering Fade — turns dithering fade on/off on the edges of the impostor. Independent from the LOD Group cross-fade effect.
File:Mirage Interpolation.png
From left to right: the original model, interpolation disabled, interpolation enabled.

Geometry

These settings are theoretically not needed but give additional freedom to advanced users. The Yaw / Elevation offset sliders make the object virtually rotate on the horizontal / vertical axis respectively.

Advanced Options

You can control the Render Queue, Double Sided Global Illumination and GPU Instancing, like on the default surface shader.