webgl-outlines icon indicating copy to clipboard operation
webgl-outlines copied to clipboard

How to increase/decrease line thickness?

Open FuzzyWobble opened this issue 10 months ago • 2 comments

FuzzyWobble avatar Apr 12 '24 00:04 FuzzyWobble

unfortunately, there's no easy/performant way to do it with this technique https://github.com/OmarShehata/webgl-outlines/issues/11

I've been wanting to write up an implementation & tutorial for this technique: https://www.researchgate.net/publication/220067637_Fast_and_versatile_texture-based_wireframe_rendering

that one DOES make it very easy to have varying line thickness and is super fast even for very thick lines. (if there are other techniques someone would like to share please chime in!)

OmarShehata avatar Apr 13 '24 12:04 OmarShehata

oh nice, thanks for the reference I will take a look.

FuzzyWobble avatar Apr 13 '24 20:04 FuzzyWobble