Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to make Fluid "glow"?
#1
Hi Jose and others,

is there a way to make a fluid emmissive or glowing? Like lava...

Thanks in advance!
Reply
#2
(16-05-2019, 02:14 PM)Kostik3000 Wrote: Hi Jose and others,

is there a way to make a fluid emmissive or glowing? Like lava...

Thanks in advance!

Hi there,

You'd need to write your own shader for that. You can take the included FluidDielectric.shader as a base, slightly modify it to add an emissive term to the lighting equation. Glowing on the other hand is a post-process filter (sort of an additive blur), that takes emissive parts of the screen and makes them glow. You'll have to make it yourself too (there are plenty of ready-made assets that you can use too) as Obi does not include any post-process graphic effects.
Reply