This document discusses using a 3D generative adversarial network (GAN) to generate 3D models without needing 3D modeling software. A 3D GAN uses 3D convolutional layers in both the generator and discriminator networks. The generator maps random noise to a 3D voxel space, and the discriminator tries to determine if a 3D model is real or generated. The networks are trained adversarially, with the generator trying to fool the discriminator and the discriminator trying to accurately classify models. The goal is for the generator to learn the data distribution and output realistic 3D models without supervision by sampling latent vectors and passing them through the generator network.