Outline (Construct 3 Effects)

  • 27
    This content is deleted
    Addon
    Outline

    Adds a simple outline, with color (ported r0j0hounds c2 original).

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;