GPUParticleSystem not working

GPUParticleSystem has stopped working.

PG from particles 101 docs:
https://www.babylonjs-playground.com/#77BKY4

Error:

babylon.playground.js:16 TypeError: Cannot read property ‘getCaps’ of undefined
at new t (babylon.js:16)
at createNewSystem (:22:30)
at createScene (:55:5)
at :86:9
at Function.e.FastEval (babylon.playground.js:16)
at t. (babylon.playground.js:16)
at babylon.playground.js:16
at Object.next (babylon.playground.js:16)
at s (babylon.playground.js:16)

Thanks for the report, it will be corrected by:

1 Like

This was my bad. I’m currently working on making particles less tightly coupled. You can now use then without a scene. An engine is enough

2 Likes