Announcement

Collapse
No announcement yet.

Additive material for particles

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Additive material for particles

    Hello.

    I'm just wondering if there is any way to render particles with additive materials.

    Thanks!
    www.gaell.com

  • #2
    You can kind of fake it by making a vex node which flattens all your particles to camera Z = 1.0 then use pcfind to color each point based on their close neighbours (pscale). You can weight them by some function for better quality. Then write the self illumination value to an attribute. This will work in any renderer. You’ll need a second wrangle to restore the original P

    Comment

    Working...
    X