Home Unreal Engine

Specular in Cascade Node?

Is there a way to have a lit particle like a phong so that you can have specular in a particle?

Replies

  • Ryan Smith
    Options
    Offline / Send Message
    Ryan Smith polycounter lvl 11
    Sure,

    Click on a dark area in the top right window of cascade (one of the ares that has no module in it)... this will bring up the global settings for that particle system in the properties window.

    Now go to the LOD tab, and if you expand the LOD array info, you'll see an option called "bLit". Set that value to true and you'll have lit particles.

    This is mostly useful for mesh particles, however you can also light your sprites as well. It's pretty expensive when you do this though.
  • Imatk
    Options
    Offline / Send Message
    Thanks very much!
Sign In or Register to comment.