mattdesl / three-line-2d

lines expanded in a vertex shader
MIT License
236 stars 34 forks source link

Stipple pattern incorrect for box #10

Open norf3n opened 6 years ago

norf3n commented 6 years ago

It appears as though the stippling technique only works correctly for curved lines. Applying a stipple to the box resulted in the following:

image

Does anybody have a solution for this?

Cheers