Outline (Construct 3 Effects)

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • I think this effect needs to deal w/ spritesheeting (e.g. if neigboring sprites go to the edge of their sub-image in the spritesheet). Here's a clamp fix I am trying (replicate for other lines): mediump float a0 = texture2D(samplerFront, clamp(vTex + vec2(-dx*diag, dy*diag), srcOriginStart,srcOriginEnd)).a;