Lines Matching refs:mix
157 " p.scale = mix(0.6, 1, rand(p.seed));",
165 " p.vel = float2(cos(a), sin(a)) * mix(250, 550, rand(p.seed)) * invAge * invAge;",
247 " pos = mix(pos, normalize(pos), s);",
283 " float w = mix(15, 3, p.age);",
284 " p.pos.x = sin(radians(p.age * 320)) * mix(25, 10, p.age) + mix(-w, w, rand(p.seed));",
287 " p.color.g = (mix(75, 220, p.age) + mix(-30, 30, rand(p.seed))) / 255;",
305 " float a = radians(mix(-20, 20, rand(effect.seed)) - 90);",
306 " float s = mix(200, 220, rand(effect.seed));",
331 " float s = explode ? mix(90, 100, rand(p.seed)) : mix(5, 10, rand(p.seed));",
359 " p.lifetime = mix(1, 3, rand(p.seed));",
360 " float a = radians(mix(250, 290, rand(p.seed)));",
361 " float s = mix(10, 30, rand(p.seed));",
370 " p.color = mix(startColor, endColor, p.age);",
435 " p.vel = float2(cos(a), sin(a)) * mix(5, 15, rand(p.seed));",
436 " p.scale = mix(0.25, 0.75, rand(p.seed));",