In the previous chapters, we learned about various GAN models for image, text, and audio. Generally, we have been solely dealing with 1D and 2D data. In this chapter, we will expand on our knowledge of the GAN world by looking at the 3D domain. By the end of this chapter, you will have learned how to create your own 3D objects with GANs.
Fundamental concepts in computer graphics
Representation of 3D objects
It is essential to understand how 3D objects are represented in a computer before we dive into the details of the GAN model for 3D data synthesis. The creation and rendering of 3D objects, environments, and animations is called computer graphics (CG), which two of the major entertainment industries, that is video games...