Particules in the air

Hi,

I want to have some particules floating in the air like the background in this website

I try tu use gpuParticules but do you think it’s the best way to do that ?
and how can I have directly all the particules floating ?
https://playground.babylonjs.com/#6LBJIG#1

Thanks for your answer

I would probably recommend using SPS: Solid Particle System - Babylon.js Documentation

or that: Create a Ribbon - Babylon.js Documentation

1 Like

Ok thanks,

Here, I use SPS : https://www.babylonjs-playground.com/#2FPT1A#358
But how can I have the same aspect than the gpu particule example ?

Thanks

What do you mean by same aspect?

I mean sprites round and transparent with textures/flare.png for texture like here : Screenshot 2020-03-24 at 17.09.12

Well you have a ton of options in the SPS doc, you should be able to find exactly what you need there (But can I ask why GPU particles are not what you need?)

Ok I will search in the doc thanks.
For GPU, I thought that it was the good solution but I don’t see how to have the particules immediately displayed. like the background here :

like that: https://playground.babylonjs.com/#6LBJIG#3 ?

https://doc.babylonjs.com/babylon101/particles#pre-warming

Ok that’s what I needed :slight_smile:

1 Like