Fog rendering

I’d like to render fog like the picture?
ill
Does anybody has good strategy?

1 Like

Does objects in view area cast shadow? If not - https://github.com/britzl/publicexamples/tree/master/examples/simple_lights example can help. Just place a cone light sprite instead a circle.

Great I’ll look into it, thanks.