Hx Volumetric Lighting

Hx Volumetric Lighting support for translucent materials comes pre-coded into Alloy.

Usage

  1. Follow the Hx Volumetrix Lighting setup steps.
  2. In "Alloy/Shaders/Config.cginc" under the "THIRD PARTY" section, un-comment "#include "Assets/Plugins/HxVolumetricLighting/BuiltIn-Replacement/HxVolumetricCore.cginc"".
  3. In Alloy's "*.shader" files, do a mass replace of "//#pragma multi_compile __ VTRANSPARENCY_ON" with "#pragma multi_compile __ VTRANSPARENCY_ON" to un-comment it.