com.luminframe.effect

luminframe.com

Samples

39 randomly sampled records from the AT Protocol firehose

com.luminframe.effect (39 samples)
{
  "env": 2,
  "body": "\n    void main() {\n      vec2 uv = vUv;\n      \n      // Sample both textures\n      vec4 tex1 = texture2D(imageTexture, uv);\n      vec4 tex2 = texture2D(imageTextureTwo, uv);\n      \n      // Linear interpolation between the two textures\n      vec4 finalColor = mix(tex1, tex2, blendStrength);\n      \n      gl_FragColor = finalColor;\n    }\n  ",
  "name": "Blend",
  "$type": "com.luminframe.effect",
  "params": "[{\"type\":\"image\",\"name\":\"imageTextureTwo\",\"label\":\"Second Image\"},{\"type\":\"range\",\"name\":\"blendStrength\",\"label\":\"Blend Strength\",\"default\":0.5,\"min\":0,\"max\":1,\"step\":0.01}]",
  "createdAt": "2026-08-08T20:26:41.662Z",
  "description": "Mix in a second image"
}

did:plc:5mo4amsmatgfmzpeqqsuetot | at://did:plc:5mo4amsmatgfmzpeqqsuetot/com.luminframe.effect/blend

Lexicon Garden

@