Fill Area between Lines with color - Three.js
问题 I have series of lines, and I need to color all the area beneath or between lines with a color. For the sake of simplicity, I have created a snippet with closed lines. In reality, i have a program that draws many lines (like a stock market graph) , and I need to color all the area below the graph. see also the screenshot. would appreciate any help or even new approach that maybe I need to take. <html> <head> <title>My first three.js app</title> <style> body { margin: 0; } canvas { width: 100%