Vapor Leak Effect

Hi,

I need to integrate in my application an Vapor Leak effect (like the picture below).

Is somebody know how to do that or if an example exist in Babylon Playground?

Thank you for your help.

Best Regards,

Here’s some animated sprite smoke
https://www.babylonjs-playground.com/#L9QWZB#0

And this:
https://www.babylonjs-playground.com/#2BEARJ#2

And explosion with smoke (press spacebar):
https://www.babylonjs-playground.com/#2PM6J7#0

3 Likes

Barrel explosion with smoke particles:
https://www.babylonjs-playground.com/#8ZC8Y3#4

But the smoke demo in the particle helper docs seems to be closest to what you need (and very easy):
https://doc.babylonjs.com/how_to/particlehelper

https://playground.babylonjs.com/#HT18SF#0

Hi inteja,

Thank you very much for your help.

Exactly, the sprite smoke effect is a good base to develop my hown effect :wink:

Best regards

Hi,

Now with your help I have the good effect with a custon JSON file configuration based on the demos.
Is it possible to configure my effet to start for exemple every 10 seconds for a duration of 3 seconds ?

Best regards,