3D modelling is a core aspect of digital media production today, and covers nearly all forms of entertainment. However, the considerations for creating a 3D model differ, depending upon the use case, broadly classified into two categories : 3D Modelling for Games, and 3D Modelling for Movies/Digital Production.
Polygons are two-dimensional shapes with straight sides and angles, like triangles, rectangles, and squares. They can have any number of sides, from three to hundreds or even thousands. Polygons join together in a 3D space to create 3D models. Complex and realistic objects, characters, and environments etc can be created by simply joining the right polygons with the right shape and size together.
In 3D modeling and game development, polygons are used to create the surfaces of objects that will be seen by the viewer or player. By manipulating the vertices, edges, and faces of these polygons, you can change the shape, size, and texture of the object, allowing you to create everything from simple geometric shapes to highly detailed and lifelike models.
Understanding polygons is also important for optimizing performance. When creating a 3D scene or game, there are typically many objects on the screen at once, each made up of numerous polygons. By using efficient polygon modeling techniques, you can reduce the number of polygons needed to create a particular object, resulting in faster rendering times and smoother gameplay.
The number of polygons used in games and movies can vary greatly depending on the specific needs of the project. In general, games require lower polygon counts than movies, as real-time rendering in games can put a strain on hardware resources, while movies can take longer to render frames and can use more complex lighting and texturing techniques.
For games, the number of polygons used for a character or object can range from a few hundred to a few thousand. It is important for game developers to balance the polygon count with other factors such as game performance and the visual quality of the game.
For movies, the number of polygons used can range from several thousand to millions. This is because movies are typically rendered offline, allowing for more detailed and complex models that would not be possible in real-time rendering for games.
Ultimately, the number of polygons used in any project depends on the specific requirements and constraints of that project, as well as the desired level of detail and visual quality. It is up to the artist or developer to determine the appropriate balance between polygon count and visual fidelity.
During the modeling process, you will create the basic shapes that will make up your 3D model and gradually add more detail until you have a complete model. For example, creating a 3D model of a shipping container would have you start with a basic block, after which you would create or carve out the ridges, the supporting frame, the door frame and locking mechanism, etc.
As games are real-time and interactive, optimization is a step which is usually extensively used in 3D Modelling for games. Artists need to make sure that the 3D models are not too computationally intensive/heavy. Very large polygon counts will lead to very long rendering times for each frame, which makes it highly unsuitable for games.
3D Modelling for movies and digital productions can be much more computationally heavy as studios can spend considerable time rendering just one frame of the movie, and it can be compiled into a complete movie later. As such, incredibly high quality and highly-detailed 3D Models can be suitable for this purpose (there is no real-time interaction). If you’re interested in creating high fidelity 3D models for games and more, check out our Diploma in Game Art program! Stay tuned for our next blog on Blender, one of the most popular open-source free-for-use 3D modelling software available today!