How to run effekseer(particle system) on Babylon.js

Hi.
I want to run effekseer(particle system) on Babylon.
But it doesn’t work with code like below

https://playground.babylonjs.com/#8W9NWY

[EffekseerForWebGL]

[Three.js Sample]
https://effekseer.github.io/EffekseerForWebGL/Sample/index.html

Thanks in advance.

Everything is possible :slight_smile:

Effekseer not work | Babylon.js Playground (babylonjs.com)

You need to run update before babylon renders, and actually render after babylon rendered.

Also, make sure to use the onload callback, otherwise the script will not be defined when you try to run it first.

3 Likes

great!
Thank you.