nyfpos
Results
3
comments of
nyfpos
I figure out what happened. In the fragment shader, we are using v_uv.x to decide which points are cap. It would be wrong if the end of point is 'before'...
The whole code is bellow: ``` import sys import ctypes import numpy as np from glumpy import app, gloo, gl vertex = """ uniform vec2 resolution; uniform float antialias; uniform...