Emit particles inside cylinder

Hello there, how to modificate this code:

https://playground.babylonjs.com/#BHNVUE#2

, when I need emit same particles but inside cylinder not from box? Thanks in advance.

https://doc.babylonjs.com/babylon101/particles#cylinder-emitter

1 Like

I came also from this code. The problem is that the particles are moving from the center of the cylinder out and do not hold the shape of the cylinder. That’s my problem.

Maybe using a custom emitter then?