UNPKG

playcanvas

Version:

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

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