UNPKG

playcanvas

Version:

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

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