UNPKG

playcanvas

Version:

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

6 lines (4 loc) 209 B
var particleAnimFrameLoopVS = /* glsl */ ` float animFrame = floor(mod(texCoordsAlphaLife.w * animTexParams.y + animTexParams.x, animTexParams.z + 1.0)); `; export { particleAnimFrameLoopVS as default };