UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

10 lines (9 loc) 207 B
var particleUpdaterNoRespawn_default = ` if (outLife >= lifetime) { outLife -= max(lifetime, numParticles * particleRate); visMode = -1.0; } `; export { particleUpdaterNoRespawn_default as default };