Lumen: Stylized Light FX
  • 👋Hello!
  • Support
  • Release Notes
  • Known Limitations
  • Getting Started
    • Installation
  • Project Setup
  • Creating a New Effect
  • Lumen Effect Player
  • Lumen Effect
  • Layers
    • Lumen Effect Layer
    • Static Ray
    • Dynamic Ray
    • Lumen Flare
    • Lumen Light
    • Effect Stack
Powered by GitBook
On this page
  1. Layers

Lumen Flare

PreviousDynamic RayNextLumen Light

Last updated 1 month ago

CtrlK

The LumenFlareLayer creates stylized lens flare and glow effects, with support for multiple fading modes. This layer is perfect for adding visual impact to bright light sources or magical objects.

Common Uses:

  • Lens flares for the sun or bright lamps

  • Magical glows around enchanted items

  • Highlighting important objects with a soft halo

Variables

Name
Type
Description

sceneDepthFade

bool

Enable fading based on scene geometry.

sceneDepthFadeStart

float

Start distance for scene depth fade.

sceneDepthFadeEnd

float

End distance for scene depth fade.

cameraDepthFade

bool

Inherits posterize, noise variation, sine variation, repeat, color, mesh, etc. from LumenEffectLayer.

Example:

  • Add LumenFlareLayer to a torch or lantern for a stylized glow.

Enable fading based on camera depth.

cameraDepthFadeStart

float

Start distance for camera depth fade.

cameraDepthFadeEnd

float

End distance for camera depth fade.

cameraDistanceFade

bool

Enable fading based on camera distance.

cameraDistanceFadeStart

float

Start distance for camera distance fade.

cameraDistanceFadeEnd

float

End distance for camera distance fade.

objectDistanceFade

bool

Enable fading based on proximity to the object.

objectDistanceFadeStart

float

Start distance for object distance fade.

objectDistanceFadeEnd

float

End distance for object distance fade.