Leaflet.glify icon indicating copy to clipboard operation
Leaflet.glify copied to clipboard

Add circle and square borderless shaders

Open melgrove opened this issue 2 years ago • 1 comments

Benchmarked to be faster than default point shader implementation because it doesn't call mix() to make a border. Used by setting:

  • fragmentShaderSource: L.glify.shader.fragment.dotBorderless
  • fragmentShaderSource: L.glify.shader.fragment.squareBorderless

I've only tested this for the points() method. Not sure what it would do for the others.

melgrove avatar May 29 '22 03:05 melgrove

Closes #111

melgrove avatar May 29 '22 03:05 melgrove