For instance: I have the following points [1,0,2],[2,0,2],[3,2,5] I am looking to create a geometric shape using these points by connecting them.
I attempted using THREE.Shape, however it only allows me to construct the shape on the x and y axis. Is there a way to utilize the z axis for constructing the shape as well? Any assistance would be highly appreciated :)