[Solved] Computer graphics: how to draw this effect using computer programs?
You have two lines there. What you want to do is to pick the closer line for each pixel, and calculate the distance to it. This will be your intensity at a given point. Furthermore do a fade to black as you approach the bottom of the image (use your pixel’s y position to do … Read more