How to expand the scope of rain

I am using particlehelper rain. But the default rainfall range is very small. How to expand the scope of rain

1 Like
      BABYLON.ParticleHelper.CreateAsync('rain', this.scene, false,1000).then((rain) => {
        this.rain = rain
        this.rain.start()
      })

Maybe it’s better to keep the emitter moving with the camera.

5 Likes

this is a good idea