Tutorial: Using p5.Geometry to create fast 3D graphics

Here’s a working “tube” example:

One downside of the combo of computeFaces() and computeNormals() here is that there is a noticeable seam where the normals are not averaged between the faces on the first strip and the last strip.

2 Likes