Can you help me achieve such an electric spark effect

can you help me achieve such an electric spark effect
R

How about using particles? Particles | Babylon.js Documentation (babylonjs.com)

I’m sorry, I know it should be implemented using particles, but it’s difficult for me. I don’t know how to do it, and the effect I made was ugly

1 Like

You could try that

eventually combine it with particles.
There are also simpler (texture-based) ways to achieve this fx.
Like through a node material or even more basic, a simple spritesheet animation with a sprite facing the camera.
In the end, the choice will be yours as there’s no single solution to it (thankfully :grin:)

Linked to: