UNPKG

playcanvas

Version:

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

10 lines (9 loc) 230 B
var particleAnimFrameLoop_default = ( /* glsl */ ` float animFrame = floor(mod(texCoordsAlphaLife.w * animTexParams.y + animTexParams.x, animTexParams.z + 1.0)); ` ); export { particleAnimFrameLoop_default as default };