Parsing Json to Load Particles As GPU particles

I am working on loading paricles from a json file. I am using the BABYLON.ParticleSystem.Parse method and was wondering if there is a way to load it as a GPU particle. if not is there a way to change the json to make is a GPU particle system?

Does this help?

https://doc.babylonjs.com/features/featuresDeepDive/particles/particle_system/particles_loadFromFile/

In addition you can simply parse using BABYLON.GPUParticleSystem.Parse()

3 Likes