VivaGraphJS icon indicating copy to clipboard operation
VivaGraphJS copied to clipboard

How to draw custom lines in webgl ?

Open gg4u opened this issue 8 years ago • 0 comments
trafficstars

Hi, how do I modify webglLineProgram to draw a path instead of a line?

using SVG I can use native and draw a path connecting A to B (fromPos and toPos in graphics.placeLink(function(ui, fromPos, toPos) { } )

Any simple way to do it in native webGL ?

gg4u avatar May 05 '17 19:05 gg4u