Polygon? No. Voxel will do.

Because I am challenging myself to use only the SetPixel() function for graphics, I have to write my entire graphics engine from scratch. A while ago I realized that what I had would be very difficult to get to work with polygons. So instead, I’m switching to voxels. It won’t look as nice in my opinion, but it will be much simpler and easier to code.