Hi!
Let’s discuss rendering curves (e.g. Bezier) in Defold. Any ideas?
So far I tried rendering via pixel shader: pass curve control points from vertex shader, use texture coordinate X as input to calculate point on curve and check with texture coordinate Y (with some offset) - if the pixel is on curve or not. Result is not so good :\