UNPKG

playcanvas

Version:

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

25 lines (24 loc) 552 B
var particle_simulation_default = ` #include "particleUpdaterInitPS" #include "particleInputPS" #include "particleOutputPS" #ifdef EMITTERSHAPE_BOX #include "particleUpdaterAABBPS" #else #include "particleUpdaterSpherePS" #endif #include "particleUpdaterStartPS" #ifdef RESPAWN #include "particleUpdaterRespawnPS" #endif #ifdef NO_RESPAWN #include "particleUpdaterNoRespawnPS" #endif #ifdef ON_STOP #include "particleUpdaterOnStopPS" #endif #include "particleUpdaterEndPS" `; export { particle_simulation_default as default };