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?
In addition you can simply parse using BABYLON.GPUParticleSystem.Parse()
3 Likes